p1am: initial driver for the base controller

All the driver can currently do is initialize the base controller and enumerate
the connected modules.
This commit is contained in:
Quentin Smith
2020-07-18 20:36:32 -04:00
committed by Ron Evans
parent 68da7f437b
commit 2cec480fb8
2 changed files with 287 additions and 1 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ endif
DRIVERS = $(wildcard */)
NOTESTS = build examples flash semihosting pcd8544 shiftregister st7789 microphone mcp3008 gps microbitmatrix \
hcsr04 ssd1331 ws2812 thermistor apa102 easystepper ssd1351 ili9341 wifinina shifter hub75 \
hd44780 buzzer ssd1306 espat l9110x st7735 bmi160 l293x dht keypad4x4 max72xx
hd44780 buzzer ssd1306 espat l9110x st7735 bmi160 l293x dht keypad4x4 max72xx p1am
TESTS = $(filter-out $(addsuffix /%,$(NOTESTS)),$(DRIVERS))
unit-test: