Commit Graph

5 Commits

Author SHA1 Message Date
Guillaume Souchere
3c1e75706f feat(esp_stdio): Revert breaking change
- also revert the modification in the singature of uninstall function
in all the concerned esp_driver* components and esp_stdio.
- added proper documentation of the feature in the programming guide
2026-09-15 11:49:55 +02:00
Guillaume Souchere
096e32f0ed fix(esp_system): test with psram timeout on CI 2026-09-09 09:00:45 +02:00
Guillaume Souchere
654db440cb feat(esp_stdio): add custom IO registration 2026-09-09 09:00:45 +02:00
Guillaume Souchere
5fac0b7386 feat(console): Move IO initialization outside of the console component
- Move the linux repl chip and deprecate chip related functions
- Update location of driver specific default config
- Add missing comments on the newly added functions in the affected components.
2026-03-17 08:30:23 +01:00
Marius Vikhammer
a257812e14 feat(stdio): added esp_stdio component
esp_stdio contains everything the old esp_vfs_console contained (the vfs stdio glue layer)
as well as other functionality related to stdio (previously referred to as console)
2025-10-16 10:01:59 +08:00