|
| 1 | +{ |
| 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" |
| 29 | + }, |
| 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":[ |
| 39 | + { |
| 40 | + "name":"codal-core", |
| 41 | + "url":"https://github.com/LabAixBidouille-STM32/codal-core", |
| 42 | + "branch":"pktserial", |
| 43 | + "type":"git" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name":"codal-stm32l475", |
| 47 | + "url":"https://github.com/nedseb/codal-stm32l475", |
| 48 | + "branch":"master", |
| 49 | + "type":"git" |
| 50 | + } |
| 51 | + ] |
| 52 | +} |
0 commit comments