Add SX1272 TX/RX PCB and fix SX1272 build issue (#2219)
commit38609dc8e773fdc13c28c454f48fef0982e8fbaa
authorbenjinne <benjinne@gmail.com>
Mon, 22 May 2023 21:26:50 +0000 (22 17:26 -0400)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 21:26:50 +0000 (23 07:26 +1000)
treeeb8816688cc767e298ab61edf12b7ab7402f0140
parent37e054a2b08f4eea374a04ed14608f9bca1613c2
Add SX1272 TX/RX PCB and fix SX1272 build issue (#2219)

* SX1272_PCB: add bootloader

* SX1272_PCB: add DIY_900_RXTX headers

* SX1272_PCB: add DIY_900_RXTX targets

* SX1272 fix build error due to duplicate switch cases

* diy 900 stm32 pcb: update header and add uart flash

* rename STM32_PCB headers and builds to STM32_SX1272

* SX127x remove unused bandwsidth to support sx1276
src/bootloader/src/platformio.ini
src/bootloader/sx1272_pcb_bootloader.bin [new file with mode: 0755]
src/include/target/DIY_900_RX_STM32_SX1272.h [new file with mode: 0644]
src/include/target/DIY_900_TX_STM32_SX1272.h [new file with mode: 0644]
src/lib/SX127xDriver/SX127x.cpp
src/lib/SX127xDriver/SX127xRegs.h
src/targets/diy_900.ini