nrf: use correct ISA type for pca10040
No change to code size.
Этот коммит содержится в:
родитель
c554c7c009
коммит
7c9a3d70bc
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"llvm-target": "armv7m-none-eabi",
|
"llvm-target": "armv7em-none-eabi",
|
||||||
"build-tags": ["nrf", "nrf52", "nrf52832", "js", "wasm"],
|
"build-tags": ["nrf", "nrf52", "nrf52832", "js", "wasm"],
|
||||||
"linker": "arm-none-eabi-gcc",
|
"linker": "arm-none-eabi-gcc",
|
||||||
"pre-link-args": ["-nostdlib", "-nostartfiles", "-mcpu=cortex-m4", "-mthumb", "-T", "targets/arm.ld", "-Wl,--gc-sections", "-fno-exceptions", "-fno-unwind-tables", "-ffunction-sections", "-fdata-sections", "-Os", "-DNRF52832_XXAA", "-D__STARTUP_CLEAR_BSS", "-Ilib/CMSIS/CMSIS/Include", "lib/nrfx/mdk/gcc_startup_nrf52.S", "lib/nrfx/mdk/system_nrf52.c"],
|
"pre-link-args": ["-nostdlib", "-nostartfiles", "-mcpu=cortex-m4", "-mthumb", "-T", "targets/arm.ld", "-Wl,--gc-sections", "-fno-exceptions", "-fno-unwind-tables", "-ffunction-sections", "-fdata-sections", "-Os", "-DNRF52832_XXAA", "-D__STARTUP_CLEAR_BSS", "-Ilib/CMSIS/CMSIS/Include", "lib/nrfx/mdk/gcc_startup_nrf52.S", "lib/nrfx/mdk/system_nrf52.c"],
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче