nodemcu-firmware/components
Jade Mattsson 7b21778e6d
Refactor to clean up and fix console handling (#3666)
* Refactor into new 'console' module.

A breaking change, but should finally see us move away from the chronic edge
cases and inconsistent behaviour we have while trying to shoe-horn the
usb-serial-jtag and cdc-acm consoles into uart behaviour and assumptions.

* Fix and document console.write()

Added example on using framed data transmission over the console.

* fixup uart examples

* Add workaround for silently dropped console output.

* Add file upload helper script for console module.

Plus, it can serve as a reference for any IDEs which may need/want
updating.

* Fixup really silly copy/paste error.

* Make upload-file.py work better on CDC-ACM console.

* Updated console module doc with CDC-ACM info.

* Load file in binary mode in upload-file.py.
2024-12-10 11:08:10 +11:00
..
base_nodemcu Refactor to clean up and fix console handling (#3666) 2024-12-10 11:08:10 +11:00
driver_can Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
driver_i2c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
embedded_lfs idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
lua Refactor to clean up and fix console handling (#3666) 2024-12-10 11:08:10 +11:00
modules Refactor to clean up and fix console handling (#3666) 2024-12-10 11:08:10 +11:00
platform Refactor to clean up and fix console handling (#3666) 2024-12-10 11:08:10 +11:00
qrcodegen idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
rtos_dbg Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
sjson Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
task Initial support for ESP32-C6 and ESP32-H2, plus assorted fixes & improvements (#3646) 2024-04-26 17:35:22 -04:00
u8g2 Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
ucg Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
uzlib Initial support for ESP32-C6 and ESP32-H2, plus assorted fixes & improvements (#3646) 2024-04-26 17:35:22 -04:00