mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Enable the ROM bootloader in our examples
This commit is contained in:
parent
4495d14702
commit
9839b91be5
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user