mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-07-23 13:50:35 +02:00
Update COMPILE.md (#366)
* Update COMPILE.md It was missing a _LP_ for the zr_genericapp_LP_CC2652RB_LAUNCHXL_tirtos_ccs * Update COMPILE.md * Update COMPILE.md * Update COMPILE.md Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
- **Important:** by default the **launchpad** variant of the CC1352P2_CC2652P (= `znp_CC1352P_2_LAUNCHXL_tirtos_ccs`) is build. To build the **other** variant comment `#define LAUNCHPAD_CONFIG 1` in `preinclude.h` (located under `Stack/Config/`), don't forget to save.
|
||||
1. Once finished, the firmware can be found under `znp_[CC26X2R1/CC1352P_2/CC2652RB]_LAUNCHXL_tirtos_ccs/default/znp_[CC26X2R1/CC2652RB/CC1352P_2]_LAUNCHXL_tirtos_ccs.hex`
|
||||
- `znp_CC26X2R1_LAUNCHXL_tirtos_ccs.hex` -> CC2652R
|
||||
- `znp_CC2652RB_LAUNCHXL_tirtos_ccs.hex` -> CC2652RB
|
||||
- `znp_LP_CC2652RB_tirtos_ccs.hex` -> CC2652RB
|
||||
- `znp_CC1352P_2_LAUNCHXL_tirtos_ccs.hex` -> CC1352P-2 and CC2652P
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
1. Select:
|
||||
- `zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs`
|
||||
- `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs`
|
||||
- `zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs`.
|
||||
- `zr_genericapp_LP_CC2652RB_tirtos_ccs`.
|
||||
4. Press *Finish*.
|
||||
1. In Code Composer Studio, expand the 3 projects and for each open `znp.syscfg`, expand `Power Management` and change `Minimal Poll Period (ms)` to `1000`, change it back to `100` immediately and save the file.
|
||||
1. Go to your CCS workspace and copy `firmware.patch` to the root.
|
||||
@@ -19,5 +19,5 @@
|
||||
- **Important:** by default the **launchpad** variant of the CC1352P2_CC2652P (= `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs`) is build. To build the **other** variant comment `#define LAUNCHPAD_CONFIG 1` in `preinclude.h` (located under `Stack/Config/`), don't forget to save.
|
||||
1. Once finished, the firmware can be found under `zr_genericapp_[CC26X2R1/CC1352P_2/CC2652RB]_LAUNCHXL_tirtos_ccs/default/zr_genericapp_[CC26X2R1/CC2652RB/CC1352P_2]_LAUNCHXL_tirtos_ccs.hex`
|
||||
- `zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs.hex` -> CC2652R
|
||||
- `zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs.hex` -> CC2652RB
|
||||
- `zr_genericapp_LP_CC2652RB_tirtos_ccs.hex` -> CC2652RB
|
||||
- `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs.hex` -> CC1352P-2 and CC2652P
|
||||
|
Reference in New Issue
Block a user