Skip to content
# Version 0.1.0
* A stable event handling model I think I'm happy with! :-D
* Bugfixes to the allocator, which is now reliable :-).
* Serial port HAL device now flushes more intelligently.
* Serial port abstract device can now be configured to do things like CRLF
  translation and automatic flush on end-of-line.
* Much nicer event handling model with on_event() callback interface on the
  various device drivers.  (Requires heap memory allocation to work though;
  the old mechanism still works for no-heap use.)
* Implemnentation of a driver for the AVR RTC device.
* We can debounce pin inputs now by wrapping the Pin with a Debouncer