firmware/docs/software
Kevin Hester 4ccd03623f bug #376: disable the "wake on serial" feature, because it causes
bogus wakes on TBEAMS because the USB->SERIAL chip pulls the RX input
to ground.  This feature is no longer needed because in !isRouter
nodes we force the node to never sleep anyways when on USB power.

    // this doesn't work on TBEAMs when the USB is depowered (causes bogus interrupts)
    // So we disable this "wake on serial" feature - because now when a TBEAM (only) has power connected it
    // never tries to go to sleep if the user is using the API
    // gpio_wakeup_enable((gpio_num_t)SERIAL0_RX_GPIO, GPIO_INTR_LOW_LEVEL);
2020-10-06 14:24:08 +08:00
..
ant.md Update NRF52 build to work again 2020-07-09 19:57:55 -07:00
build-instructions.md Update build-instructions.md 2020-09-03 08:34:52 +12:00
crypto.md typo 2020-06-19 13:57:10 -07:00
device-api.md Update device protocol docs 2020-07-13 14:41:04 -07:00
esp32-arduino-build-notes.md WIP stubify to get app building without CONFIG_BLUEDROID (BLE disabled) 2020-07-21 11:16:14 -07:00
gps-todo.txt bug #376: disable the "wake on serial" feature, because it causes 2020-10-06 14:24:08 +08:00
install-OSX.md add OS-X instructions from @android606 2020-03-29 11:40:18 -07:00
mesh-alg.md First attempt at better protocol docs. Bug #308 2020-08-11 17:34:49 -07:00
nrf52-TODO.md Fix #362 by @a-f-G-U-C - I was mispelling NMEA ;-) 2020-09-16 09:22:03 -07:00
pinetab.md Add reviewer comments on crypto 2020-06-19 13:27:31 -07:00
power.md fix #371 allow button while using API. also don't let tbeams sleep if they have USB power 2020-09-21 12:41:39 -07:00
rak815.md Update NRF52 build to work again 2020-07-09 19:57:55 -07:00
ramusage-nrf52.txt TODO updates 2020-06-17 15:45:49 -07:00
read-error.txt software update service now registered with NimBLE 2020-07-24 11:39:48 -07:00
sw-design.md Fix for broken link to device API docs 2020-09-23 20:16:21 +02:00
TODO.md personal notes about threading 2020-09-26 06:50:54 -07:00