From 97af16ee46ee50448a11770622c4803bc38764fd Mon Sep 17 00:00:00 2001 From: Elias Berg Date: Sat, 12 Feb 2022 18:02:35 +0200 Subject: [PATCH] added compile hint (#354) Co-authored-by: Elias --- coordinator/Z-Stack_3.x.0/COMPILE.md | 2 +- router/Z-Stack_3.x.0/COMPILE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Z-Stack_3.x.0/COMPILE.md b/coordinator/Z-Stack_3.x.0/COMPILE.md index b8656bd..015f640 100644 --- a/coordinator/Z-Stack_3.x.0/COMPILE.md +++ b/coordinator/Z-Stack_3.x.0/COMPILE.md @@ -7,7 +7,7 @@ ## 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. In Code Composer Studio, expand the 3 projects and for each open `znp.syscfg`, change `Minimal Poll Period (ms)` to `1000`, change it back to `100` immediately and save the file. +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`. 1. Build the 3 projects; right click -> *Build project*. diff --git a/router/Z-Stack_3.x.0/COMPILE.md b/router/Z-Stack_3.x.0/COMPILE.md index 3e008af..0709903 100644 --- a/router/Z-Stack_3.x.0/COMPILE.md +++ b/router/Z-Stack_3.x.0/COMPILE.md @@ -12,7 +12,7 @@ - `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs` - `zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs`. 4. Press *Finish*. -1. In Code Composer Studio, expand the 3 projects and for each open `znp.syscfg`, change `Minimal Poll Period (ms)` to `1000`, change it back to `100` immediately and save the file. +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`. 1. **Only** for `zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_css`: