Commit Graph

4 Commits

Author SHA1 Message Date
wash 467c13e161 build: add some build options to customise library functionality 2026-04-01 19:02:04 +01:00
wash e9d0e323f0 meta: rename to fx 2026-03-16 10:35:43 +00:00
wash d52992c8ba core: printf: switch to an enhanced version of embedded printf 2025-09-22 10:30:40 +01:00
wash 49310eff2c core: add b_stream interface
b_stream represents a character-based I/O stream. it is an abstract interface
that can be implemented by any other object, allowing the object to be
interacted with via the b_stream api.
2025-06-27 21:41:07 +01:00