A number of code improvements can be done to make the LoRa MAC Node code better in regards to performance and readability.
Here are the TODOs:
for hal_LoraMacNode.c:
- Todo: Implement general purpose LMN hal init
- Todo: Fix constant slave addressing -> Done
- Todo: Fix warnings-> Done
for atecc608a-tnglora-se.c:
- Todo: clean up this file before PR, add more checks for status
- Todo: add status checks for atca calls
- Todo: add SE derivation for multicast keys
- Todo: handle dev and join-euis readings from SE slots -> Done
- Todo: use the secure element random generators
A number of code improvements can be done to make the LoRa MAC Node code better in regards to performance and readability.
Here are the TODOs:
for
hal_LoraMacNode.c:for
atecc608a-tnglora-se.c: