Skip to content

Commit 2ca6e17

Browse files
updated /platform.txt
1 parent 039af32 commit 2ca6e17

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tools/platform.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CubeCell
2-
version=0.0.1
2+
version=1.0.0
33

44
tools.CubeCellflash.cmd.windows={runtime.platform.path}/tools/CubeCellflash/CubeCellflash.exe
55
tools.CubeCellflash.cmd.linux={runtime.platform.path}/tools/CubeCellflash/CubeCellflash
@@ -26,8 +26,10 @@ compiler.c.flags=-mcpu=cortex-m0plus -mthumb -g -gdwarf-2 -MMD -w -Os -mapcs-fra
2626
compiler.cpp.cmd=arm-none-eabi-g++
2727
compiler.cpp.flags=-mcpu=cortex-m0plus -mthumb -g -gdwarf-2 -MMD -w -Os -mapcs-frame -mthumb-interwork -Wall -ffunction-sections -ffat-lto-objects -Os -fno-common -fno-builtin-printf -fno-builtin-fflush -fno-builtin-sprintf -fno-builtin-snprintf -Wno-strict-aliasing -c -fno-exceptions -fexceptions -fno-rtti
2828

29-
compiler.S.cmd=arm-none-eabi-as
30-
compiler.S.flags=-mcpu=cortex-m0plus -mthumb -g -w --gdwarf-2 "-I{compiler.sdk.path}/projects/PSoC4"
29+
compiler.S.cmd=arm-none-eabi-gcc
30+
compiler.S.flags=-mcpu=cortex-m0plus -mthumb -c -x assembler-with-cpp -g -w -gdwarf-2 "-I{compiler.sdk.path}/projects/PSoC4"
31+
#compiler.S.cmd=arm-none-eabi-as
32+
#compiler.S.flags=-mcpu=cortex-m0plus -mthumb -g -w --gdwarf-2 "-I{compiler.sdk.path}/projects/PSoC4"
3133

3234
compiler.c.elf.cmd=arm-none-eabi-gcc
3335
compiler.c.elf.flags=-mcpu=cortex-m0plus -mthumb "-L{compiler.sdk.path}/projects/Generated_Source/PSoC4" "{compiler.sdk.path}/projects/AsrLib.a" "-T{compiler.sdk.path}/projects/Generated_Source\PSoC4\cm0plusgcc.ld" "-Wl,-Map,{build.path}/{build.project_name}.map" -specs=nano.specs -Wl,--gc-sections -Wl,--wrap=printf -Wl,--wrap=fflush -Wl,--wrap=sprintf -Wl,--wrap=snprintf -g -ffunction-sections -Os -ffat-lto-objects

0 commit comments

Comments
 (0)