meshtastic-firmware/src
Thomas Göttgens 213d9512f1
WIP: unify the RAK targets into one firmware (#1350)
* First steps to unify GPS Lib for RAK 1910 and RAK 12500

* Technicalities. Out with the old and build the new.

* Adapt Matrix

* We use 0.4.5 now

* While we're at it, yank the RAK815, it's EOL

* Satisfy CI - for now

* - yank UBX library, talk to GPS chip with NMEA only.
- more autodetect going on, this time for the Eink Display.

TODO: actually do something with the scan findings.

* i swear this works on windows! :-)

* these are only there to make CI happy

* don't update eink display if not detected.

* Replace Oberon Crypt Library with modified Adafruit Library. This elimintaes the need for the sdk-nfxlib submodule.

* - Revert auto screen selection (incomplete)
- Revert nrF crypto engine (needs more work)
- add separate defines for not-auto-selecting screen lib.

* Define 2 new variants for RAK - with or without epaper

* Update variants

Co-authored-by: Sacha Weatherstone <sachaw100@hotmail.com>
Co-authored-by: Ben Meadors <thebentern@tuta.io>
2022-04-25 15:13:41 +10:00
..
buzz
concurrency
cubecell
debug WIP: unify the RAK targets into one firmware (#1350) 2022-04-25 15:13:41 +10:00
esp32 Fixes #1294 Bluetooth-Wifi Deadlock 2022-03-31 18:52:13 +02:00
gps WIP: unify the RAK targets into one firmware (#1350) 2022-04-25 15:13:41 +10:00
graphics WIP: unify the RAK targets into one firmware (#1350) 2022-04-25 15:13:41 +10:00
input The UpDown Input is purely interrupt driven and doesn't need an empty OSThread. 2022-03-30 15:10:02 +02:00
mesh bump minimum app version requirement to 1.3.0 2022-04-24 19:52:32 -03:00
modules Moved sender short name method into protobuf module (#1398) 2022-04-24 16:12:25 -05:00
mqtt fixes #1355 2022-04-06 14:11:39 +02:00
nimble
nrf52 WIP: unify the RAK targets into one firmware (#1350) 2022-04-25 15:13:41 +10:00
portduino Rename packetNum to packetId 2022-03-20 11:40:13 +11:00
BluetoothCommon.cpp
BluetoothCommon.h
ButtonThread.h Removed unused functions for touch button 2022-03-29 13:52:07 +02:00
DebugConfiguration.h
FSCommon.cpp fix PortduinoFS integration for Firmware. 2022-03-16 08:30:38 +01:00
FSCommon.h
GPSStatus.h
NodeStatus.h
OSTimer.cpp
OSTimer.h
Observer.cpp
Observer.h Make Observer to be able to observe multiple Observables. (#1234) 2022-04-14 08:43:06 +10:00
Power.cpp
PowerFSM.cpp Removed phone sds timeout (#1372) 2022-04-12 08:04:24 -05:00
PowerFSM.h Resolve Conflicts between PIN_BUtton and the Rotary Select and keep screen powered during plugin operation. Forward Port from 1.2 firmware fix. 2022-03-25 12:27:14 +01:00
PowerFSMThread.h Moved power fsm thread out of main (#1265) 2022-03-01 12:40:21 -06:00
PowerStatus.h
RF95Configuration.h
RedirectablePrint.cpp
RedirectablePrint.h
SPILock.cpp
SPILock.h
SerialConsole.cpp SerialDebug NRF 2022-03-26 11:15:57 +01:00
SerialConsole.h
Status.h
StatusHandler.h
airtime.cpp Update PERIODS_TO_LOG 2022-03-02 20:38:14 -08:00
airtime.h Update PERIODS_TO_LOG 2022-03-02 20:38:14 -08:00
commands.h
configuration.h enable welcome text 2022-04-14 21:32:00 -07:00
error.h
freertosinc.h
main.cpp WIP: unify the RAK targets into one firmware (#1350) 2022-04-25 15:13:41 +10:00
main.h WIP: unify the RAK targets into one firmware (#1350) 2022-04-25 15:13:41 +10:00
memtest.cpp
power.h
shutdown.h Moved button thread to its own file (#1260) 2022-02-28 15:19:38 -06:00
sleep.cpp Get sleep side effect out of DEBUG_MSG() 2022-03-14 13:05:25 -07:00
sleep.h
target_specific.h
utils.h
wifi-stubs.cpp