Skip to content

Commit

Permalink
Workaround for issue letssteam/codal-stm32#29
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Apr 10, 2021
1 parent e32c016 commit c1a5814
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions target.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
"CODAL_DEBUG": "CODAL_DEBUG_ENABLED",
"DEVICE_USB": 0,
"CODAL_TIMESTAMP": "uint32_t",
"PROCESSOR_WORD_TYPE": "uintptr_t"
"PROCESSOR_WORD_TYPE": "uintptr_t",
"BOARD_NAME": "\"NUCLEO_F4x1RE\""
},
"definitions": "-DSTM32F4 -DSTM32F4xx -DSTM32F411xE -DHAL_UART_MODULE_ENABLED -DDMESG_SERIAL_DEBUG -include codal-stm32-NUCLEO_F4x1RE/inc/localconf.h",
"definitions": "-DSTM32F4 -DSTM32F4xx -DSTM32F411xE -DHAL_UART_MODULE_ENABLED -DDMESG_SERIAL_DEBUG -include codal-stm32-NUCLEO_F4x1RE/inc/localconf.h -DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED -DUSBD_CLASS_BOS_ENABLED=1",
"cmake_definitions": {},
"cpu_opts": "-mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard",
"asm_flags": "-fno-exceptions -fno-unwind-tables",
Expand Down

0 comments on commit c1a5814

Please # to comment.