TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
110 stars 31 forks source link

lib: Add support for BSP v0.2 and backward compatibility with v0.1 #93

Closed elsalahy closed 3 years ago

elsalahy commented 3 years ago

Summary:

Adds support to the new HW schematics v0.2 Provides backward compatibility to v0.1 Relates to

74

44

Changes:

Notes for Reviewers:

AdjustGNSE_BSP_VERSION to GNSE_BSP_V_0_1 or GNSE_BSP_V_0_2 for testing. Tested and compiles but since I don't have any HW to test on, I will wait until I test to close the relevant issue.

Release Notes: (optional)

...

elsalahy commented 3 years ago

Thanks @azerimaker, can you please double check again if I forgot any relevant HW change. You can configure it in Software/lib/GNSE_BSP/GNSE_bsp_conf.h I also plan to remove the the preprocessor conditions to avoid any confusion, but this will be right after we test on the new boards and feel that we don't need the backward compatibility.