2023-05-23 23:19:36 +02:00
|
|
|
[env:rak11310]
|
|
|
|
|
extends = rp2040_base
|
2025-03-04 21:39:10 +01:00
|
|
|
board = rakwireless_rak11300
|
2023-05-23 23:19:36 +02:00
|
|
|
upload_protocol = picotool
|
|
|
|
|
|
|
|
|
|
# add our variants files to the include and src paths
|
|
|
|
|
build_flags = ${rp2040_base.build_flags}
|
2023-05-28 17:30:54 +02:00
|
|
|
-DRAK11310
|
2023-05-23 23:19:36 +02:00
|
|
|
-Ivariants/rak11310
|
|
|
|
|
-DDEBUG_RP2040_PORT=Serial
|
2025-03-03 11:08:02 +01:00
|
|
|
-DRV3028_RTC=0x52
|
2024-12-31 20:36:49 +08:00
|
|
|
build_src_filter = ${rp2040_base.build_src_filter} +<../variants/rak11310> +<mesh/eth/> +<mesh/api/> +<mqtt/>
|
2023-05-23 23:19:36 +02:00
|
|
|
lib_deps =
|
2024-01-28 14:53:39 +01:00
|
|
|
${rp2040_base.lib_deps}
|
2024-12-31 20:36:49 +08:00
|
|
|
${networking_base.lib_deps}
|
2025-03-03 11:08:02 +01:00
|
|
|
melopero/Melopero RV3028@^1.1.0
|
2025-03-29 12:19:05 +01:00
|
|
|
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
|
2024-11-16 01:20:20 +01:00
|
|
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
2025-02-19 19:14:54 -05:00
|
|
|
debug_tool = cmsis-dap ; for e.g. Picotool
|