issues
search
libhal
/
SJSU-Dev2
Firmware platform written by San Jose State University for building application for embedded systems
Apache License 2.0
42
stars
63
forks
source link
Add Basis Interface "sjsu::Module"
#1379
Closed
kammce
closed
4 years ago
kammce
commented
4 years ago
sjsu::Module defines a consistent Initialization sequence for all systems, drivers, and peripherals in SJSU-Dev2.
Module also extracts common APIs such as Initialize() and Enable() that are defined throughout the whole codebase.
Remove imprecise float support as it resulted in extremely incorrect floating point values.
Refactor and testing of all demos to use the correct initialization sequence.
Slight refactor of clang-format