R1.1.0
This release is a major update of the Cosa core and support libraries. It includes:
- On target debugger.
- Refactoring and redesign of delayed and periodic functions (class Job, Job::Scheduler, Clock, Alarm) with scheduler implementations for RTC, Watchdog and external RTC. The Timer class has been removed. The new classes support micro-seconds to seconds level delayed or periodic functions (32-bit time unit).
- Performance improvements of UART and IOStream number to string conversion. Supports 100% effective baud-rate up to 1 Mbps and 90% at 2 Mpbs. Number to string conversion time has been reduced by 50%.
- Redesign of PinChangeInterrupt to reduce memory foot-print and improve performance.
- RF433 receiver link quality indicator for VirtualWire implementation of Cosa Wireless interface.
And more.