Updating GCC in MakeItC
Posted on
5th Nov 2019
Our SetupC installs our automatic make IDE called MakeItC. MakeItC will start with your C file that typically includes the main() routine. It uses the pre-processor to scan all #include files. Any header .h file found will be further inspected. If there is a corresponding .c file with the same name, that file will be added to the list of files to compile and link. If there is just a .o file with that name it will be added into the list of files to be linked. This is a recursive scan so it also scans those included files and any of their included files... Then a batch file to compile and link all those files is built and executed. Also a copy named MakeItC.log is saved in the directory of your initial file.
Time for software
Posted on
29th Oct 2019
Still waiting for Arduino Zeros to come in so I can fulfill the Kickstarter. While the Kickstarter was running the PCBs for my smart Nest like thermostat came in. I've built up the first board and now it's time to start writing some software.
Expanded support for Arduino Zeros
Posted on
15th Oct 2019
The Arduino Zero is the first platform we have supported that has many (more than we knew of) PCBs with the same CPU setup. So we had to make some additions to our BASICtools. We added the ability to support multiple board types for a CPU, and give the user an option to select that. Follow this link to support BASIC on you Arduino Zero.
FREE BASIC for Arduino Zero
Posted on
7th Oct 2019
Our Kickstarter project to bring our BASIC to the Arduino Zero family of boards met its goal. Thank you all. This is a free download for evaluation, personal or educational use. Commercial licenses to include our firmware in you product start at $500.
Read more to install BASIC for Arduino Zeros.
Support for complex BASIC programs
Posted on
3rd Oct 2019
BASICtools has always used a version of the C pre-processor. That allows you to #include other files, and that has always been used for definitions of hardware registers. As programs grow it is
good to break up files into manageable and often reusable pieces. A feature of our MakeItC has always allowed searching of all files included in a project. That feature now exists in the latest BASICtools.
One week left in Kickstarter
Posted on
1st Oct 2019
Our goal in Kickstarter has been met, but we are still looking for your support. This project will bring our BASIC to Arduino Zero boards.
Take a peak at the campaign.