Skip to content

Instantly share code, notes, and snippets.

@marioboncz
Created December 31, 2019 01:26
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/a0778603148747a7fa6231fb492f9a00 to your computer and use it in GitHub Desktop.
Save marioboncz/a0778603148747a7fa6231fb492f9a00 to your computer and use it in GitHub Desktop.
{
"RAK_8280M": {
"supported_form_factors": [
"ARDUINO"
],
"inherits": [
"MCU_NRF52832"
],
"release_versions": [
"5"
],
"device_name": "RAK8212M",
"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"
},
"bootloader_supported": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment