From 9839b91be54114233a2bf8f1b1e6b3c7817d853a Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 26 Jun 2016 00:58:48 +0100 Subject: [PATCH] Enable the ROM bootloader in our examples --- examples/cc26xx/cc26xx-web-demo/project-conf.h | 3 +++ examples/cc26xx/project-conf.h | 3 +++ examples/cc26xx/very-sleepy-demo/project-conf.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/examples/cc26xx/cc26xx-web-demo/project-conf.h b/examples/cc26xx/cc26xx-web-demo/project-conf.h index ee77b125f..d40fc9313 100644 --- a/examples/cc26xx/cc26xx-web-demo/project-conf.h +++ b/examples/cc26xx/cc26xx-web-demo/project-conf.h @@ -42,6 +42,9 @@ #define CC26XX_WEB_DEMO_CONF_COAP_SERVER 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. * Set the TCP MSS diff --git a/examples/cc26xx/project-conf.h b/examples/cc26xx/project-conf.h index 7c1363c16..fc2d23ab1 100644 --- a/examples/cc26xx/project-conf.h +++ b/examples/cc26xx/project-conf.h @@ -34,6 +34,9 @@ /* Disable button shutdown functionality */ #define BUTTON_SENSOR_CONF_ENABLE_SHUTDOWN 0 /*---------------------------------------------------------------------------*/ +/* Enable the ROM bootloader */ +#define ROM_BOOTLOADER_ENABLE 1 +/*---------------------------------------------------------------------------*/ /* Change to match your configuration */ #define IEEE802154_CONF_PANID 0xABCD #define RF_CORE_CONF_CHANNEL 25 diff --git a/examples/cc26xx/very-sleepy-demo/project-conf.h b/examples/cc26xx/very-sleepy-demo/project-conf.h index 477a535bf..8e58e12da 100644 --- a/examples/cc26xx/very-sleepy-demo/project-conf.h +++ b/examples/cc26xx/very-sleepy-demo/project-conf.h @@ -35,6 +35,9 @@ #define IEEE802154_CONF_PANID 0xABCD #define RF_CORE_CONF_CHANNEL 25 /*---------------------------------------------------------------------------*/ +/* Enable the ROM bootloader */ +#define ROM_BOOTLOADER_ENABLE 1 +/*---------------------------------------------------------------------------*/ /* For very sleepy operation */ #define RF_BLE_CONF_ENABLED 0 #define UIP_DS6_CONF_PERIOD CLOCK_SECOND