Skip to content

Commit

Permalink
Snapshot v1.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Nov 14, 2024
1 parent 9b35fe8 commit bef4bbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions target-locked.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"architecture": "CORTEX_M4",
"asm_flags": "-fno-exceptions -fno-unwind-tables --specs=nosys.specs -mcpu=cortex-m4 -mthumb",
"board": "P_NUCLEO_WB55RG",
"c_flags": "-std=c11 --specs=nosys.specs -Warray-bounds -u _printf_float -Wno-format",
"c_flags": "-std=gnu2x --specs=nosys.specs -Warray-bounds -u _printf_float -Wno-format",
"cmake_definitions": {},
"config": {
"ARDUINO_P_NUCLEO_WB55RG": 1,
Expand Down Expand Up @@ -37,21 +37,21 @@
"VARIANT": "variant_P_NUCLEO_WB55RG",
"VARIANT_H": "\"variant_P_NUCLEO_WB55RG.h\""
},
"cpp_flags": "-std=c++17 -fwrapv -fno-rtti -fno-inline -fno-threadsafe-statics -fno-exceptions -fno-unwind-tables -Wl,--gc-sections -Wl,--sort-common -Wl,--sort-section=alignment -Wno-format -u _printf_float",
"cpp_flags": "-std=gnu++23 -fwrapv -fno-rtti -fno-inline -fno-threadsafe-statics -fno-exceptions -fno-unwind-tables -Wl,--gc-sections -Wl,--sort-common -Wl,--sort-section=alignment -Wno-format -u _printf_float",
"cpu_opts": "-mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard",
"definitions": "-DSTM32WBxx -DSTM32WB55xx -include codal-stm32-PNUCLEO_WB55RG/inc/localconf.h",
"device": "STM32",
"generate_bin": true,
"generate_hex": true,
"libraries": [
{
"branch": "a33b71be952dd53b020fe6c601ac963210ceef79",
"branch": "02c59a859bac46cea65acc268a1ca01036ea7dae",
"name": "codal-core",
"type": "git",
"url": "https://github.com/letssteam/codal-core.git"
},
{
"branch": "01001653ca86192c82ddfe94bf8da3e42c7f7e3d",
"branch": "bfdb5c861a39cf482f93ce6f3bb2b42da8684287",
"name": "codal-stm32",
"type": "git",
"url": "https://github.com/letssteam/codal-stm32"
Expand All @@ -63,7 +63,7 @@
"processor": "STM32L4",
"product_line": "STM32WB55xx",
"series": "STM32WBxx",
"snapshot_version": "v1.0.31",
"snapshot_version": "v1.0.32",
"toolchain": "ARM_GCC",
"variant": "STM32WBxx/WB55R(C-E-G)V"
}

0 comments on commit bef4bbd

Please sign in to comment.