Description: The "cimol-micro-intellisense" is an extension developed to assist in microcontroller development. It supports the c_cpp extension without the need for configuration.
- Compile 8051: Compiles for the 8051 microcontroller using the executable of the
sdcccompiler specified in the settings. - Compile PC: Compiles for the PC using the executable of the
tinyccompiler specified in the settings. - Compile PIC: Compiles for the PIC microcontroller using the executable of the
ccscompiler specified in the settings. - Run PC Executes the file generated by the
tinyccompiler.
By edsonfischborn Initially developed for CIMOL
