sx126x: Driver for Semtech sx126x radio modules and optional RF Switch.

This first version of the driver has been tested with STM32WL SoC,
	which embeddeds SX1262 radio on the same die.
This commit is contained in:
Olivier Fauchon
2021-03-21 01:13:13 +01:00
committed by Ron Evans
parent 43899e1330
commit b6c750ccd1
10 changed files with 1460 additions and 1 deletions
+3 -1
View File
@@ -223,13 +223,15 @@ endif
@md5sum ./build/test.elf
tinygo build -size short -o ./build/test.elf -target=m5stack-core2 ./examples/ft6336/touchpaint/
@md5sum ./build/test.elf
tinygo build -size short -o ./build/test.hex -target=nucleo-wl55jc ./examples/sx126x/lora_rxtx/
@md5sum ./build/test.hex
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 p1am tone tm1637 \
pcf8563 mcp2515 servo sdcard rtl8720dn image cmd i2csoft hts221 lps22hb apds9960 axp192 xpt2046 \
ft6336
ft6336 sx126x
TESTS = $(filter-out $(addsuffix /%,$(NOTESTS)),$(DRIVERS))
unit-test: