-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for SPI and EEPROM in amc board (#249)
* amc: adding support for its spi EEPROM. still wip * embot::hw::spi, embot::hw::eeprom, embot::hw::chip::M95512DF -> enhancements in particular: - spi has runtime config for change of speed, mode and datasize (what is required by our aea) - eeprom uses the chip M95512DF - chip M95512DF now accepts also a embot::hw::spi::Config * amc: changes for test of eeprom, enabled spi, spi2 and spi3 for aea sensors
- Loading branch information
1 parent
3b771ab
commit 32bba58
Showing
24 changed files
with
9,133 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
emBODY/eBcode/arch-arm/board/amc/examples/embot-os-hw/bin/.placeholder.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.placeholder |
Oops, something went wrong.