Skip to content

Commit 7095c31

Browse files
author
Chris Trowbridge
authored
Add 'EP_AGORA' as a target
1 parent 46603f8 commit 7095c31

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

targets/targets.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8664,6 +8664,25 @@
86648664
"release_versions": ["5"],
86658665
"bootloader_supported": true
86668666
},
8667+
"EP_AGORA": {
8668+
"inherits": ["MCU_NRF52840"],
8669+
"device_name": "nRF52840_xxAA",
8670+
"supported_form_factors": [],
8671+
"config": {
8672+
"modem_is_on_board": {
8673+
"help": "Value: Tells the build system that the modem is on-board as oppose to a plug-in shield/module.",
8674+
"value": 0,
8675+
"macro_name": "MODEM_ON_BOARD"
8676+
},
8677+
"modem_data_connection_type": {
8678+
"help": "Value: Defines how an on-board modem is wired up to the MCU, e.g., data connection can be a UART or USB and so forth.",
8679+
"value": 0,
8680+
"macro_name": "MODEM_ON_BOARD_UART"
8681+
}
8682+
},
8683+
"components_add": ["SPIF"],
8684+
"release_versions": ["5"]
8685+
},
86678686
"__build_tools_metadata__": {
86688687
"version": "1",
86698688
"public": false

0 commit comments

Comments
 (0)