mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2024-11-26 11:55:29 +01:00
Prepare for source routing firmware.
This commit is contained in:
parent
a09590d833
commit
2eb5bf4013
@ -1,4 +1,7 @@
|
||||
# 20190608
|
||||
# 20191008
|
||||
- One firmware doesn't seem to be feasible, also add source routing firmware
|
||||
|
||||
# 20190608
|
||||
- Try with source routing disabled and more XDATA
|
||||
|
||||
# 20190523
|
||||
|
@ -18,6 +18,7 @@
|
||||
6. Right-click on your target and press options. Go to C/C++ compiler -> preprocessor. **Remove** all *Defined symbols* and depending on what you want to compile, add the following symbols to *Defined symbols*:
|
||||
- Device type: `FIRMWARE_CC2530`, `FIRMWARE_CC2530_CC2591`, `FIRMWARE_CC2531` or `FIRMWARE_CC2530_CC2592`
|
||||
- In case you want to compile the SBL firmware, also add `FIRMWARE_SBL`.
|
||||
- In case you want to compile the source routing firmware, also add `SOURCE_ROUTING`.
|
||||
7. Press OK.
|
||||
8. Right-click on your target and click *Rebuild all*.
|
||||
9. Once finished, you can find the `CC253(0|1)ZNP-Prod.(hex|bin)` file in `Z-Stack Home 1.2.2a.44539\Projects\zstack\ZNP\CC253x\dev`.
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user