d14f0d5eed
The CC2538 currently has two addressing options: a hardcoded address set at compile time or the address stored in primary address section of the info page. This commit adds the option to choose the secondary location of the ieee address from the info page, or any memory address. To use, define `IEEE_ADDR_CONF_USE_SECONDARY_LOCATION` in `project-conf.h` or similar. For example: #define IEEE_ADDR_CONF_USE_SECONDARY_LOCATION 1 |
||
---|---|---|
.. | ||
6502 | ||
arm | ||
avr | ||
cc253x | ||
cc2430 | ||
cc2538 | ||
mc1322x | ||
msp430 | ||
native | ||
pic32 | ||
rl78 | ||
stm32w108 | ||
x86 |