Skip to content

R1.1.1

Compare
Choose a tag to compare
@mikaelpatel mikaelpatel released this 22 Nov 12:43
· 98 commits to master since this release

This release focuses on improvements and further support for low power. A new power management strategy has been introduced where internal hardware modules such as Timers, SPI, TWI, UARTs are only powered up when used.

Some details:

  1. Fixed miniterm flush and stop bits error.
  2. Enforces size checking in command line support (contribution by @jeditekunum)
  3. Support for gcc-4.9.2 with link-time-optimization, and avdude 6.1.
  4. Support for conditional variable locks.
  5. Device driver for Si70XX Humidity and Temperature Sensor.
  6. Refactoring W5100; adding support for W5200 (contribution by @dansut).
  7. Improved NTP support.
  8. Further code quality improvements.