All Tools

MakeItC

This is a lightweight IDE for gnu-arm C which is simple to use and fast.

Actually using your own tools to develop always makes the tools better. And our BASIC was written in C using our MakeItC IDE. That BASIC code base is over a dozen files and 3000 lines of code.

We don't believe in forcing a new text editor down your throat, so you can chose the one you like, or use the latest Notepad++ that we will install.

The make process is automated, so as long as your include paths cover all your files, you point it at the main file and it should find all the pieces. This will create both a .hex file for download and .bin file for mBed. We include a downloader for NXP using their ISP.

BASIC

On DOWNLOAD an executable installer will be downloaded. You will have to RUN ANYWAY from the Microsoft warning.

BASICtools includes an emulator that runs on a PC without connection to any ARM CPU. We also have versions for Linux and Mac..

The syntax of this BASIC is much like the original Microsoft BASIC, QBASIC or early versions of Visual BASIC.

As part of the compile process a modified version of the C pre-processor is called that allows #include, #define, #ifdef ... #endif, #if ... #endif, #error and #warn

Support for interrupts, floating point accelerators, and multi-tasking.