11{
2- "device" :" STM32_IOT_NODE" ,
3- "processor" :" STM32L4" ,
4- "architecture" :" CORTEX_M4" ,
5- "toolchain" :" ARM_GCC" ,
6- "post_process" :" " ,
7- "generate_bin" :true ,
8- "generate_hex" :true ,
9- "config" :{
10- "DEVICE_SRAM_BASE" :" 0x20000000" ,
11- "DEVICE_SRAM_END" :" 0x20018000" ,
12- "DEVICE_STACK_BASE" :" DEVICE_SRAM_END" ,
13- "DEVICE_STACK_SIZE" :2048 ,
14- "DEVICE_HEAP_ALLOCATOR" :1 ,
15- "DEVICE_TAG" :0 ,
16- "SCHEDULER_TICK_PERIOD_US" :4000 ,
17- "EVENT_LISTENER_DEFAULT_FLAGS" :" MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY" ,
18- "MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH" :10 ,
19- "USE_ACCEL_LSB" :0 ,
20- "DEVICE_DEFAULT_SERIAL_MODE" :" SYNC_SLEEP" ,
21- "DEVICE_COMPONENT_COUNT" :90 ,
22- "DEVICE_DEFAULT_PULLMODE" :" PullMode::None" ,
23- "DEVICE_PANIC_HEAP_FULL" :1 ,
24- "DEVICE_DMESG_BUFFER_SIZE" :1024 ,
25- "CODAL_DEBUG" :" CODAL_DEBUG_ENABLED" ,
26- "DEVICE_USB" :0 ,
27- "CODAL_TIMESTAMP" :" uint64_t" ,
28- "PROCESSOR_WORD_TYPE" :" uint32_t"
2+ "architecture" : " CORTEX_M4" ,
3+ "asm_flags" : " -fno-exceptions -fno-unwind-tables" ,
4+ "c_flags" : " -std=c99 -fwrapv -Warray-bounds" ,
5+ "cmake_definitions" : {},
6+ "config" : {
7+ "CODAL_DEBUG" : " CODAL_DEBUG_ENABLED" ,
8+ "CODAL_TIMESTAMP" : " uint64_t" ,
9+ "DEVICE_COMPONENT_COUNT" : 90 ,
10+ "DEVICE_DEFAULT_PULLMODE" : " PullMode::None" ,
11+ "DEVICE_DEFAULT_SERIAL_MODE" : " SYNC_SLEEP" ,
12+ "DEVICE_DMESG_BUFFER_SIZE" : 1024 ,
13+ "DEVICE_HEAP_ALLOCATOR" : 1 ,
14+ "DEVICE_PANIC_HEAP_FULL" : 1 ,
15+ "DEVICE_SRAM_BASE" : " 0x20000000" ,
16+ "DEVICE_SRAM_END" : " 0x20018000" ,
17+ "DEVICE_STACK_BASE" : " DEVICE_SRAM_END" ,
18+ "DEVICE_STACK_SIZE" : 2048 ,
19+ "DEVICE_TAG" : 0 ,
20+ "DEVICE_USB" : 0 ,
21+ "EVENT_LISTENER_DEFAULT_FLAGS" : " MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY" ,
22+ "MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH" : 10 ,
23+ "PROCESSOR_WORD_TYPE" : " uint32_t" ,
24+ "SCHEDULER_TICK_PERIOD_US" : 4000 ,
25+ "USE_ACCEL_LSB" : 0
2926 },
30- "definitions" :" -DSTM32L4 -DSTM32L475xx -DDMESG_SERIAL_DEBUG -include codal-stm32-iot-node/inc/localconf.h" ,
31- "cmake_definitions" :{
32- },
33- "cpu_opts" :" -mcpu=cortex-m4 -mthumb" ,
34- "asm_flags" :" -fno-exceptions -fno-unwind-tables" ,
35- "c_flags" :" -std=c99 -fwrapv -Warray-bounds" ,
36- "cpp_flags" :" -std=c++11 -fwrapv -fno-rtti -fno-threadsafe-statics -fno-exceptions -fno-unwind-tables -Wl,--gc-sections -Wl,--sort-common -Wl,--sort-section=alignment -Wno-array-bounds" ,
37- "linker_flags" :" -Wl,--no-wchar-size-warning -Wl,--gc-sections -mcpu=cortex-m4 -mthumb" ,
38- "libraries" :[
27+ "cpp_flags" : " -std=c++11 -fwrapv -fno-rtti -fno-threadsafe-statics -fno-exceptions -fno-unwind-tables -Wl,--gc-sections -Wl,--sort-common -Wl,--sort-section=alignment -Wno-array-bounds" ,
28+ "cpu_opts" : " -mcpu=cortex-m4 -mthumb" ,
29+ "definitions" : " -DSTM32L4 -DSTM32L475xx -DDMESG_SERIAL_DEBUG -include codal-stm32-iot-node/inc/localconf.h" ,
30+ "device" : " STM32_IOT_NODE" ,
31+ "generate_bin" : true ,
32+ "generate_hex" : true ,
33+ "libraries" : [
3934 {
40- "name" : " codal-core " ,
41- "url" : " https://github.com/LabAixBidouille-STM32/ codal-core" ,
42- "branch" : " pktserial " ,
43- "type" : " git "
35+ "branch" : " 908daa41950b413c42534dee049496585ccf70c8 " ,
36+ "name" : " codal-core" ,
37+ "type" : " git " ,
38+ "url" : " https://github.com/LabAixBidouille-STM32/codal-core "
4439 },
4540 {
46- "name" : " codal-stm32l475 " ,
47- "url" : " https://github.com/nedseb/ codal-stm32l475" ,
48- "branch" : " master " ,
49- "type" : " git "
41+ "branch" : " ac645f7ae47e594e474454b1fafb7eabe014bf39 " ,
42+ "name" : " codal-stm32l475" ,
43+ "type" : " git " ,
44+ "url" : " https://github.com/nedseb/codal-stm32l475 "
5045 }
51- ]
52- }
46+ ],
47+ "linker_flags" : " -Wl,--no-wchar-size-warning -Wl,--gc-sections -mcpu=cortex-m4 -mthumb" ,
48+ "post_process" : " " ,
49+ "processor" : " STM32L4" ,
50+ "snapshot_version" : " v0.0.1" ,
51+ "toolchain" : " ARM_GCC"
52+ }
0 commit comments