mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
new ldscript for extrafs nrf companion envs
This commit is contained in:
parent
c44d84ca9b
commit
e8314c9c8c
17 changed files with 140 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ lib_deps = ${t1000-e.lib_deps}
|
|||
|
||||
[env:t1000e_companion_radio_usb]
|
||||
extends = t1000-e
|
||||
board_build.ldscript = boards/nrf52840_s140_v7_extrafs.ld
|
||||
board_upload.maximum_size = 708608
|
||||
build_flags = ${t1000-e.build_flags}
|
||||
-I examples/companion_radio/ui-orig
|
||||
-D MAX_CONTACTS=100
|
||||
|
|
@ -89,6 +91,8 @@ lib_deps = ${t1000-e.lib_deps}
|
|||
|
||||
[env:t1000e_companion_radio_ble]
|
||||
extends = t1000-e
|
||||
board_build.ldscript = boards/nrf52840_s140_v7_extrafs.ld
|
||||
board_upload.maximum_size = 708608
|
||||
build_flags = ${t1000-e.build_flags}
|
||||
-I examples/companion_radio/ui-orig
|
||||
-D MAX_CONTACTS=350
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue