Skip to content

Instantly share code, notes, and snippets.

@marioboncz
Created December 27, 2019 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marioboncz/796a3f9cf95f7279940d4541f5a38c01 to your computer and use it in GitHub Desktop.
Save marioboncz/796a3f9cf95f7279940d4541f5a38c01 to your computer and use it in GitHub Desktop.
{
"RAK_8280M": {
"supported_form_factors": [
"ARDUINO"
],
"inherits": [
"MCU_NRF52832"
],
"release_versions": [
"5"
],
"device_name": "nRF52832_xxAA",
"device_has_remove": [
"ITM"
],
"macros_add": [
"CONFIG_GPIO_AS_PINRESET",
"NFCT_PINS_AS_GPIOS"
],
"config": {
"modem_is_on_board": {
"help": "Value: Tells the build system that the modem is on-board as opposed to a plug-in shield/module.",
"value": 1,
"macro_name": "MODEM_ON_BOARD"
},
"modem_data_connection_type": {
"help": "Value: Defines how the modem is wired up to the MCU, e.g., data connection can be a UART or USB and so forth.",
"value": 1,
"macro_name": "MODEM_ON_BOARD_UART"
}
},
"overrides": {
"network-default-interface-type": "CELLULAR"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment