Skip to content

R1.1.0

Compare
Choose a tag to compare
@mikaelpatel mikaelpatel released this 30 Sep 22:33
· 172 commits to master since this release

This release is a major update of the Cosa core and support libraries. It includes:

  1. On target debugger.
  2. 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).
  3. 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%.
  4. Redesign of PinChangeInterrupt to reduce memory foot-print and improve performance.
  5. RF433 receiver link quality indicator for VirtualWire implementation of Cosa Wireless interface.

And more.