-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtarget-locked.json
63 lines (63 loc) · 2.53 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
53
54
55
56
57
58
59
60
61
62
63
{
"architecture": "CORTEX_M0_PLUS",
"asm_flags": "",
"c_flags": "",
"config": {
"CODAL_DEBUG": 0,
"CODAL_TIMESTAMP": "uint64_t",
"DEVICE_COMPONENT_COUNT": 30,
"DEVICE_DEFAULT_PULLMODE": "PullMode::None",
"DEVICE_DEFAULT_SERIAL_MODE": "SYNC_SLEEP",
"DEVICE_DMESG": 1,
"DEVICE_DMESG_BUFFER_SIZE": 1024,
"DEVICE_HEAP_ALLOCATOR": 1,
"DEVICE_PANIC_HEAP_FULL": 1,
"DEVICE_SRAM_BASE": "0x20000000",
"DEVICE_SRAM_END": "0x20042000",
"DEVICE_STACK_BASE": "DEVICE_SRAM_END",
"DEVICE_STACK_SIZE": 8192,
"DEVICE_TAG": 0,
"DEVICE_USB": 1,
"DEVICE_USB_ENDPOINTS": 16,
"DEVICE_USB_ENDPOINT_SHARING": 1,
"EVENT_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY",
"FORCE_RAM_FUNC": "__attribute__((noinline, long_call, section(\".time_critical.codal\")))",
"MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH": 10,
"PROCESSOR_WORD_TYPE": "uint32_t",
"REAL_TIME_FUNC": "__attribute__((section(\".time_critical.codal\")))",
"SCHEDULER_TICK_PERIOD_US": 4000,
"TARGET_DEBUG_CLASS": "NOT_IMPLEMENTED",
"USB_DEFAULT_PID": "0x93bf",
"USB_DEFAULT_VID": "0x2e8a",
"USB_EP_FLAG_ASYNC": "0x02",
"USB_EP_FLAG_NO_AUTO_ZLP": "0x01",
"USB_MAX_PKT_SIZE": 64,
"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 -Wno-ignored-qualifiers",
"cpu_opts": "-mcpu=cortex-m0plus -mthumb",
"definitions": "-DPICO_FLOAT_SUPPORT_ROM_V1 -DPICO_DOUBLE_SUPPORT_ROM_V1",
"device": "PI-PICO",
"generate_bin": true,
"generate_hex": true,
"libraries": [
{
"branch": "b95d4c21a91ad71d3881eb525fa4bec140965fd5",
"name": "codal-core",
"type": "git",
"url": "https://github.com/lancaster-university/codal-core"
},
{
"branch": "ca54f854754d4cd2aad993f6c8027b8ecb9fb1a1",
"name": "codal-rp2040",
"type": "git",
"url": "https://github.com/lancaster-university/codal-rp2040"
}
],
"linker_flags": "",
"post_process": "./build/elf2uf2 <OUTPUT_ELF_LOCATION> <OUTPUT_HEX_DESTINATION>/<OUTPUT_HEX_NAME>.uf2",
"pre_process": "python ./utils/call_cmake.py ./libraries/codal-rp2040/pico-sdk/tools/elf2uf2 -f elf2uf2 -o ./build",
"processor": "RP2040",
"snapshot_version": "v0.0.13",
"toolchain": "ARM_GCC"
}