.. |
buzz
|
Buzzer Support for M5Stack
|
2022-05-10 11:07:49 +02:00 |
concurrency
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
cubecell
|
cubecell wip
|
2020-06-16 17:13:26 -07:00 |
debug
|
Missed one or two
|
2022-08-08 16:16:50 +02:00 |
esp32
|
Update nimble to 1.4 (#1600)
|
2022-08-06 14:16:11 -05:00 |
gps
|
Only save devicestate on GPS reset (#1587)
|
2022-08-03 07:16:41 -05:00 |
graphics
|
wire in compass display setting
|
2022-08-08 09:00:29 +02:00 |
input
|
Moduleconfig also changed to localConfig Model.
|
2022-05-22 13:27:56 +02:00 |
mesh
|
Raspberry Pi Pico target (with sparkfun lora hat) does compile but needs further work.
|
2022-08-08 23:11:19 +02:00 |
modules
|
Get device metadata admin message (#1607)
|
2022-08-08 07:19:04 -05:00 |
mqtt
|
Update MQTT.cpp (#1534)
|
2022-07-02 06:53:15 -05:00 |
nimble
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
nrf52
|
Raspberry Pi Pico target (with sparkfun lora hat) does compile but needs further work.
|
2022-08-08 23:11:19 +02:00 |
portduino
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
rp2040
|
Raspberry Pi Pico target (with sparkfun lora hat) does compile but needs further work.
|
2022-08-08 23:11:19 +02:00 |
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 |
BluetoothCommon.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
BluetoothCommon.h
|
nimble WIP - add advertising boilerplate
|
2020-07-22 09:51:57 -07:00 |
ButtonThread.h
|
Missed one or two
|
2022-08-08 16:16:50 +02:00 |
commands.h
|
RAK / NRF shutdown functionality on user button long press (#1113)
|
2022-01-19 17:10:02 -06:00 |
configuration.h
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
DebugConfiguration.h
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
error.h
|
pinelora WIP
|
2021-05-01 11:27:37 +08:00 |
freertosinc.h
|
Portduino WIP now compiles but does not link
|
2020-09-05 12:34:48 -07:00 |
FSCommon.cpp
|
Raspberry Pi Pico target (with sparkfun lora hat) does compile but needs further work.
|
2022-08-08 23:11:19 +02:00 |
FSCommon.h
|
Raspberry Pi Pico target (with sparkfun lora hat) does compile but needs further work.
|
2022-08-08 23:11:19 +02:00 |
GPSStatus.h
|
Segemented config works for me (TM)
|
2022-05-21 22:38:33 +02:00 |
main.cpp
|
Replace TBEAM_V10 macro guards with more appropriate HAS_AXP192. Also eliminates symbol redefinition of AXP192_SLAVE_ADDRESS
|
2022-08-08 16:13:38 +02:00 |
main.h
|
Add bmp-280 support (#1581)
|
2022-07-31 08:52:47 -05:00 |
memtest.cpp
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
NodeStatus.h
|
Added the option for forced NodeStatus updates on user change or text message, tweaked compass (#256)
|
2020-07-05 17:03:12 -07:00 |
Observer.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
Observer.h
|
Make Observer to be able to observe multiple Observables. (#1234)
|
2022-04-14 08:43:06 +10:00 |
OSTimer.cpp
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
OSTimer.h
|
use my Timer class on all platforms, it works better than the freertos version
|
2020-05-25 07:48:36 -07:00 |
Power.cpp
|
Replace TBEAM_V10 macro guards with more appropriate HAS_AXP192. Also eliminates symbol redefinition of AXP192_SLAVE_ADDRESS
|
2022-08-08 16:13:38 +02:00 |
power.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
PowerFSM.cpp
|
Another one.
|
2022-08-08 16:29:34 +02: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
|
Segemented config works for me (TM)
|
2022-05-21 22:38:33 +02:00 |
PowerStatus.h
|
fix typo
|
2021-01-11 20:30:02 -05:00 |
RedirectablePrint.cpp
|
- implement generic support for on-device battery powered RTC Modules.
|
2022-04-27 11:05:08 +02:00 |
RedirectablePrint.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
RF95Configuration.h
|
Initial configuration.h -> variants refactor (#1104)
|
2022-01-18 18:35:42 -06:00 |
SerialConsole.cpp
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
SerialConsole.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
shutdown.h
|
Replace TBEAM_V10 macro guards with more appropriate HAS_AXP192. Also eliminates symbol redefinition of AXP192_SLAVE_ADDRESS
|
2022-08-08 16:13:38 +02:00 |
sleep.cpp
|
Replace TBEAM_V10 macro guards with more appropriate HAS_AXP192. Also eliminates symbol redefinition of AXP192_SLAVE_ADDRESS
|
2022-08-08 16:13:38 +02:00 |
sleep.h
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
SPILock.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
SPILock.h
|
If display is on on the @BigCorvus board and we xmit the board browns out?
|
2020-08-28 17:38:23 -07:00 |
Status.h
|
this seems bad - this value was not inited if it wasn't in bss
|
2020-08-21 10:56:54 -07:00 |
StatusHandler.h
|
Refactored status handlers and merged
|
2020-06-28 18:17:52 -07:00 |
target_specific.h
|
portduino now links!
|
2020-09-06 09:24:08 -07:00 |
utils.h
|
Add cpp clamp function to util.h, switched battery and signal strength percentage calcs to it #197
|
2020-06-22 14:06:02 -07:00 |
wifi-stubs.cpp
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |