TheThingsIndustries / generic-node-se

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

[BSP] Add serial buses PIN mapping and support functions #30

Closed elsalahy closed 3 years ago

elsalahy commented 4 years ago

Summary:

Need to add BSP support for the PIN mapping of serial communication pins and their support functions (init() and de-init)

Why do we need this?

To support com ports initialisation from the BSP lib.

What is already there? What do you see now?

What is missing? What do you want to see?

How do you propose to implement this?

See test branches, as everything is implemented, just need to port it to BSP lib and create functions with proper mapping

Environment:

Baremetal

Acceptance Criteria:

What can you do yourself and what do you need help with?

ALL

elsalahy commented 4 years ago

UART and I2C1 were finished in July milestone, see #32 and #34 Continuing with I2C2 and SPI in August

elsalahy commented 4 years ago

With the end of August, all the referenced above PRs are part of the progress in this issue.

We are missing #55 to close this issue, so it will be moved to September milestone.