forked from lancaster-university/codal-big-brainpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
target-locked.json
52 lines (52 loc) · 2.17 KB
/
target-locked.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"architecture": "CORTEX_M4",
"asm_flags": "-fno-exceptions -fno-unwind-tables",
"c_flags": "-std=c99 -fwrapv -Warray-bounds",
"cmake_definitions": {},
"config": {
"CODAL_DEBUG": "CODAL_DEBUG_DISABLED",
"CODAL_TIMESTAMP": "uint64_t",
"DEVICE_COMPONENT_COUNT": 60,
"DEVICE_DEFAULT_PULLMODE": "PullMode::None",
"DEVICE_DEFAULT_SERIAL_MODE": "SYNC_SLEEP",
"DEVICE_DMESG_BUFFER_SIZE": 2048,
"DEVICE_HEAP_ALLOCATOR": 1,
"DEVICE_PANIC_HEAP_FULL": 1,
"DEVICE_SRAM_BASE": "0x200000EC",
"DEVICE_SRAM_END": "0x20018000",
"DEVICE_STACK_BASE": "DEVICE_SRAM_END",
"DEVICE_STACK_SIZE": 2048,
"DEVICE_TAG": 0,
"DEVICE_USB": 0,
"EVENT_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY",
"MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH": 10,
"PROCESSOR_WORD_TYPE": "uint32_t",
"SCHEDULER_TICK_PERIOD_US": 4000,
"USE_ACCEL_LSB": 0
},
"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",
"cpu_opts": "-mcpu=cortex-m4 -mthumb -mfloat-abi=softfp -mfpu=fpv4-sp-d16",
"definitions": "-DSTM32F4 -DSTM32F401xE -include codal-big-brainpad/inc/localconf.h",
"device": "STM32",
"generate_bin": true,
"generate_hex": true,
"libraries": [
{
"branch": "d626290846a82265e719c312691e2f590b27baf2",
"name": "codal-core",
"type": "git",
"url": "https://github.com/lancaster-university/codal-core"
},
{
"branch": "b13cb7f2f33908cb18cb5f57effddd7af1b75732",
"name": "codal-stm32",
"type": "git",
"url": "https://github.com/lancaster-university/codal-stm32"
}
],
"linker_flags": "-Wl,--no-wchar-size-warning -Wl,--gc-sections -mcpu=cortex-m4 -mthumb",
"post_process": "python ./utils/uf2conv.py -b 0x08010000 -o <OUTPUT_HEX_DESTINATION>/<OUTPUT_HEX_NAME>.uf2 -c <OUTPUT_BIN_LOCATION>",
"processor": "STM32F4",
"snapshot_version": "v1.2.0",
"toolchain": "ARM_GCC"
}