periph / host

Go·Hardware·Lean - Host drivers
https://periph.io
Apache License 2.0
57 stars 32 forks source link

rpi: Added support for RPi Zero2W and CM4 #14

Closed bezineb5 closed 2 years ago

bezineb5 commented 2 years ago

Add support for new Raspberry Pi Zero 2W and the Compute Module 4 (all memory sizes)

codecov-commenter commented 2 years ago

Codecov Report

Merging #14 (1b06898) into main (8ac693e) will increase coverage by 0.0%. The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main     #14   +/-   ##
=====================================
  Coverage   34.3%   34.3%           
=====================================
  Files         51      51           
  Lines       7988    7992    +4     
=====================================
+ Hits        2737    2741    +4     
  Misses      5118    5118           
  Partials     133     133           
Impacted Files Coverage Δ
rpi/rpi.go 31.6% <100.0%> (+0.7%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ac693e...1b06898. Read the comment docs.

maruel commented 2 years ago

Thanks a lot!