Skip to content

Commit

Permalink
Update COMPILE.md (Koenkk#366)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Metus88 and Koenkk authored May 2, 2022
1 parent 6e3b684 commit 08e8065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coordinator/Z-Stack_3.x.0/COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions router/Z-Stack_3.x.0/COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit 08e8065

Please sign in to comment.