Skip to content

Commit

Permalink
Improve COMPILE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 19, 2022
1 parent f209ea7 commit 467eee4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion coordinator/Z-Stack_3.x.0/COMPILE.md
Expand Up @@ -6,7 +6,12 @@

## Compiling
1. Start Code Composer Studio
1. Go to *File -> Import -> Code Composer Studio -> CCS Projects -> Select* search-directory: `simplelink_cc13xx_cc26xx_sdk_5_30_01_01/examples/rtos`. Select `znp_CC26X2R1_LAUNCHXL_tirtos_css`, `znp_CC1352P_2_LAUNCHXL_tirtos_css` and `znp_LP_CC2652RB_tirtos_ccs`. Press *Finish*.
1. Go to *File -> Import -> Code Composer Studio -> CCS Projects -> Select* search-directory: `simplelink_cc13xx_cc26xx_sdk_5_30_01_01/examples/rtos`.
1. Select:
- `znp_CC26X2R1_LAUNCHXL_tirtos_css`
- `znp_CC1352P_2_LAUNCHXL_tirtos_css`
- `znp_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.
1. Open Git Bash, go to your CCS root and apply the patch using `git apply firmware.patch --ignore-space-change`.
Expand Down

0 comments on commit 467eee4

Please sign in to comment.