Enable the ROM bootloader in our examples

This commit is contained in:
George Oikonomou 2016-06-26 00:58:48 +01:00
parent 4495d14702
commit 9839b91be5
3 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,9 @@
#define CC26XX_WEB_DEMO_CONF_COAP_SERVER 1 #define CC26XX_WEB_DEMO_CONF_COAP_SERVER 1
#define CC26XX_WEB_DEMO_CONF_NET_UART 1 #define CC26XX_WEB_DEMO_CONF_NET_UART 1
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/* Enable the ROM bootloader */
#define ROM_BOOTLOADER_ENABLE 1
/*---------------------------------------------------------------------------*/
/* /*
* Shrink the size of the uIP buffer, routing table and ND cache. * Shrink the size of the uIP buffer, routing table and ND cache.
* Set the TCP MSS * Set the TCP MSS

View File

@ -34,6 +34,9 @@
/* Disable button shutdown functionality */ /* Disable button shutdown functionality */
#define BUTTON_SENSOR_CONF_ENABLE_SHUTDOWN 0 #define BUTTON_SENSOR_CONF_ENABLE_SHUTDOWN 0
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/* Enable the ROM bootloader */
#define ROM_BOOTLOADER_ENABLE 1
/*---------------------------------------------------------------------------*/
/* Change to match your configuration */ /* Change to match your configuration */
#define IEEE802154_CONF_PANID 0xABCD #define IEEE802154_CONF_PANID 0xABCD
#define RF_CORE_CONF_CHANNEL 25 #define RF_CORE_CONF_CHANNEL 25

View File

@ -35,6 +35,9 @@
#define IEEE802154_CONF_PANID 0xABCD #define IEEE802154_CONF_PANID 0xABCD
#define RF_CORE_CONF_CHANNEL 25 #define RF_CORE_CONF_CHANNEL 25
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/* Enable the ROM bootloader */
#define ROM_BOOTLOADER_ENABLE 1
/*---------------------------------------------------------------------------*/
/* For very sleepy operation */ /* For very sleepy operation */
#define RF_BLE_CONF_ENABLED 0 #define RF_BLE_CONF_ENABLED 0
#define UIP_DS6_CONF_PERIOD CLOCK_SECOND #define UIP_DS6_CONF_PERIOD CLOCK_SECOND