ESP32 C3 RX support (#2610)
commit28f724cf262bd00ddd94fe7ef7fac0387a9a2be7
authorPaul Kendall <pkendall64@gmail.com>
Sun, 19 May 2024 05:03:01 +0000 (19 17:03 +1200)
committerGitHub <noreply@github.com>
Sun, 19 May 2024 05:03:01 +0000 (19 17:03 +1200)
treedf21eedb9e4be851c711a0e9ee63ba071751338c
parent81cd4daa4fe8d98d1e11c781ffbf306bc9fb6d7e
ESP32 C3 RX support (#2610)

* Initial C3 support

* Fix device framework for C3 (only 1 core on this fella)

* Separate target list for C3 based devices

* Serial logging and other fixes

* Defines for UART pins to make life easier

* add c3 lr1121

---------

Co-authored-by: Jye <14170229+JyeSmith@users.noreply.github.com>
15 files changed:
src/lib/DEVICE/device.cpp
src/lib/LED/esp32rgb.cpp
src/lib/LUA/rx_devLUA.cpp
src/lib/POWERMGNT/POWERMGNT.cpp
src/lib/PWM/PWM_ESP32.cpp
src/lib/RFAMP/RFAMP_hal.cpp
src/lib/SPIEx/SPIEx.cpp
src/lib/ServoOutput/devServoOutput.cpp
src/lib/VTXSPI/devVTXSPI.cpp
src/lib/WIFI/devWIFI.cpp
src/lib/logging/logging.h
src/python/UnifiedConfiguration.py
src/src/rx_main.cpp
src/targets/common.ini
src/targets/unified.ini