Skip to content

Commit

Permalink
C++ compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbirccyn committed Feb 26, 2024
1 parent 0ced5f7 commit 01f8f33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ CPU blink {
CFLAGS = "-O0";
LDFLAGS = "-Map=blink.map";
COMPILER = "arm-none-eabi-gcc";
CPPCOMPILER = "arm-none-eabi-g++";
ASSEMBLER = "arm-none-eabi-as";
LINKER = "arm-none-eabi-ld";
COPIER = "arm-none-eabi-objcopy";
//SYSTEM = PYTHON;
SYSTEM = CMAKE {VSCODE=TRUE;};
SYSTEM = CMAKE { VSCODE = TRUE; };
};
SYSTEM_CALL = TRUE;
MEMMAP = TRUE {
Expand Down

0 comments on commit 01f8f33

Please sign in to comment.