|
Contiki 2.5
|
IAP bootloader specific definitions. More...
Go to the source code of this file.
Macros | |
| #define | IAP_BOOTLOADER_APPLICATION_ADDRESS 0x08003000 |
| Application start address. | |
| #define | IAP_BOOTLOADER_PAN_ID 0xb00b |
| Radio PAN ID for OTA bootloader. | |
| #define | IAP_BOOTLOADER_APP_SWITCH_SIGNATURE 0xb001204d |
| Signature used for switch to application. | |
| #define | IAP_BOOTLOADER_DEFAULT_CHANNEL 0x0F |
| Radio default channel for OTA bootloader. | |
| #define | IAP_BOOTLOADER_MODE_UART 0 |
| IAP bootloader uart mode. | |
| #define | IAP_BOOTLOADER_MODE_OTA 1 |
| IAP bootloader OTA mode. | |
IAP bootloader specific definitions.
Definition in file iap_bootloader.h.
1.8.3.1