* Ensure line-endings stay as intended in patch files
This avoids git being overly ambitious with git hygiene, as our target
does not follow git etiquette using crlf line endings.
This was re-introduced with the 20240710 build, so lets do it again.
Contributes to #511 again.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Split maclib binary patch
The maclib binary patches are quite 'heavy' for editors and github won't
even show it. Split it into two patches, so it is easier to manage.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
---------
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Ensure line-endings stay as intended in patch files
This avoids git being overly ambitious with git hygiene, as our target
does not follow git etiquette using crlf line endings.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* boyscout: Update COMPILE documentation
Sort boards and make it textually slightly nicer to read.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
---------
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Applying the patch, git complains about a few useless whitespace
changes. Lets remove them to have a slightly cleaner patch.
/build/Z-Stack_3.x.0-coordinator.patch:331: trailing whitespace.
/build/Z-Stack_3.x.0-coordinator.patch:333: trailing whitespace.
// ZDSecMgrPermitJoining is never called. Joining via a router would always fail now since
/build/Z-Stack_3.x.0-coordinator.patch:1397: trailing whitespace.
// Set TXRX pin to 0 in RX and high impedance in idle/TX.
/build/Z-Stack_3.x.0-coordinator.patch:1415: trailing whitespace.
// Set TXRX pin to 0 in RX/TX and high impedance in idle.
/build/Z-Stack_3.x.0-coordinator.patch:1616: new blank line at EOF.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Added a new entry to the new cod.m zigbee coordinator (CZC)
* Update coordinator/Z-Stack_3.x.0/bin/README.md
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
* list in alphabetical order
the list of 23 devices is reorganized to alphabetical order for easier navigation
* another info re adapters
Added info about smlight Zigbee adapters and firmware to be used with them
* rearranged according to the alphabetical order
identified that newly added devices were not in alphabetical order. rearranged them.
* 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>
* Add CC2652P to list of CC2652 Z-Stack_3.x.0 devices for reference
Add CC2652P to list of CC2652 Z-Stack_3.x.0 devices for reference
* Mention CC2652P here too
Mention CC2652P here too