Dave 0 Report post Posted November 4, 2010 Hi all, BoostC/BoostC++ V7 compiler now supports the following additional 35 target devices: PIC12F1822, PIC12LF1822, PIC12F1840, PIC12LF1840, PIC12F617, PIC16F1823, PIC16LF1823, PIC16F1824, PIC16LF1824, PIC16F1825, PIC16LF1825, PIC16F1826, PIC16LF1826, PIC16F1828, PIC16LF1828, PIC16F1829, PIC16LF1829, PIC16F1847, PIC16LF1847, PIC16LF1902, PIC16LF1903, PIC16F1938, PIC16LF1938, PIC16F1939, PIC16LF1939, PIC16F1946, PIC16LF1946, PIC16F1947, PIC16LF1947, PIC16F707, PIC16LF707, PIC16LF720, PIC16LF721, PIC16LF722A, PIC16LF723A You can download the required updated files from here: http://www.sourceboost.com/CommonDownload/..._04-11-2010.zip The files will need to be manually copied to the appropriate destinations. Regards Dave Quote Share this post Link to post Share on other sites
HP-65 0 Report post Posted November 19, 2010 (edited) Dave, I dropped by 2-3 days ago and did not manage to find a 16F1823 in the device list. Maybe you should pin this at the top... Is this a preliminary test release or a "production grade update"? BTW.: Do you (or Sourceboost ;-) make use of the "new" instructions ADDWFC, ASRF, MOVLP/LP, BRW, MOVIW/WI, ...? Edited November 20, 2010 by HP-65 Quote Share this post Link to post Share on other sites
Dave 0 Report post Posted December 12, 2010 Hi All, New PIC18's now supported by the BoostC compiler: PIC18F23K22, PIC18LF23K22, PIC18F24K22, PIC18LF24K22, PIC18F25K22, PIC18LF25K22, PIC18F26J13, PIC18LF26J13, PIC18F26K22, PIC18LF26K22, PIC18F26J53, PIC18LF26J53, PIC18F27J13, PIC18LF27J13, PIC18F27J53, PIC18LF27J53, PIC18F43K22, PIC18LF43K22, PIC18F44K22, PIC18LF44K22, PIC18F45K22, PIC18LF45K22, PIC18F46J13, PIC18LF46J13, PIC18F46K22, PIC18LF46K22, PIC18F46J53, PIC18LF46J53, PIC18F47J13, PIC18LF47J13, PIC18F47J53, PIC18LF47J53, PIC18F65K22, PIC18F65K90, PIC18F66K22, PIC18F66K90, PIC18F67K22, PIC18F67K90, PIC18F85K22, PIC18F85K90, PIC18F86K22, PIC18F86J72, PIC18F86K90, PIC18F87K22, PIC18F87J72, PIC18F87K90. As always the complete list can be found here http://forum.sourceboost.com/index.php?s=&...post&p=4643 Until these new devices are added to the release you will need updated header files which can be found here: http://www.sourceboost.com/CommonDownload/..._12-12-2010.zip Also ICD2 header file has been updated and ICD3 header file has been added. Regards Dave Quote Share this post Link to post Share on other sites
rbairos 0 Report post Posted February 9, 2011 Hi Dave. I just downloaded the C++ compiler and noticed it did not have the PIC16F1825 as advertised. After much head scratching, I realized I had to install the above zip file. Why not roll it into the current installation? (Also, when I use the project Wizard, I only have a choice of 4 or 5 target devices in the pulldown menu instead of the full list, not sure why.) Cheers, Rob. Quote Share this post Link to post Share on other sites
Dave 0 Report post Posted February 13, 2011 rbairos, Why not roll it into the current installation?It's will be in the next release, we have fixed a number of bugs and have been working on release candidates since the end of December.So it will in the release soon. Regards Dave Quote Share this post Link to post Share on other sites
John S 0 Report post Posted September 2, 2011 Hi all, BoostC/BoostC++ V7 compiler now supports the following additional 35 target devices: PIC12F1822, PIC12LF1822, PIC12F1840, PIC12LF1840, PIC12F617, PIC16F1823, PIC16LF1823, PIC16F1824, PIC16LF1824, PIC16F1825, PIC16LF1825, PIC16F1826, PIC16LF1826, PIC16F1828, PIC16LF1828, PIC16F1829, PIC16LF1829, PIC16F1847, PIC16LF1847, PIC16LF1902, PIC16LF1903, PIC16F1938, PIC16LF1938, PIC16F1939, PIC16LF1939, PIC16F1946, PIC16LF1946, PIC16F1947, PIC16LF1947, PIC16F707, PIC16LF707, PIC16LF720, PIC16LF721, PIC16LF722A, PIC16LF723A You can download the required updated files from here: http://www.sourceboost.com/CommonDownload/..._04-11-2010.zip The files will need to be manually copied to the appropriate destinations. Regards Dave Hi Dave, The header file "PIC16F1936.h" missing the following lines #define _DEBUG_ON 0xEFFF // Background debugger is enabled #define _DEBUG_OFF 0xFFFF // Background debugger is disabled regards John Quote Share this post Link to post Share on other sites