Files
trail-mate/apps/nrf52_node/library.json
T
vicliu bf7068b02b 0.1.26-alpha release
* refactor: render chat rows from presentation state

* Fix Meshtastic channel sync and add MeshCore CN preset

* Add granular chat notification settings

* Add SD settings backup and restore

* Prepare 0.1.26-alpha release

---------

Co-authored-by: vicliu624 <vicliu@outlook.com>
2026-05-19 16:04:42 +08:00

71 lines
1.8 KiB
JSON

{
"name": "trailmate-nrf52-node-app-shell",
"version": "0.0.0",
"build": {
"includeDir": "src",
"srcDir": "src",
"srcFilter": [
"-<*>",
"+<nrf52_historical_source_descriptor.cpp>",
"+<nrf52_node_app_facade_runtime.cpp>",
"+<nrf52_node_app_runtime_access.cpp>",
"+<nrf52_node_app_shell.cpp>",
"+<nrf52_node_arduino_entry.cpp>",
"+<nrf52_node_loop_runtime.cpp>",
"+<nrf52_node_runtime_config.cpp>",
"+<nrf52_node_startup_runtime.cpp>",
"+<nrf52_node_ui_runtime.cpp>"
],
"flags": [
"-std=gnu++17",
"-I../..",
"-I../../modules/product_composition/include",
"-I../../modules/ui_presentation/include",
"-I../../modules/core_chat/include",
"-I../../modules/core_chat/generated",
"-I../../modules/core_chat/third_party/nanopb",
"-I../../modules/core_gps/include",
"-I../../modules/core_sys/include",
"-I../../modules/core_mesh/include",
"-I../../modules/core_phone/include",
"-I../../modules/ui_mono_128x64/include",
"-I../../modules/ui_shared/include",
"-I../../modules/chat_presentation_adapters/include",
"-I../../platform/shared/include",
"-I../../platform/nrf52",
"-I../../platform/nrf52/arduino_common/include",
"-I../../boards/gat562_mesh_evb_pro/include",
"-I../../variants/gat562_mesh_evb_pro"
]
},
"dependencies": [
{
"name": "product_composition"
},
{
"name": "core_chat"
},
{
"name": "core_mesh"
},
{
"name": "core_phone"
},
{
"name": "core_sys"
},
{
"name": "ui_mono_128x64"
},
{
"name": "boards_gat562_mesh_evb_pro"
},
{
"name": "platform_nrf52"
},
{
"name": "platform_nrf52_arduino_common"
}
]
}