Skip to content
  1. Jan 22, 2016
  2. Jan 21, 2016
  3. Jan 20, 2016
  4. Jan 19, 2016
  5. Jan 18, 2016
  6. Jan 16, 2016
  7. Jan 15, 2016
  8. Jan 14, 2016
  9. Jan 11, 2016
  10. Jan 10, 2016
  11. Jan 09, 2016
  12. Jan 08, 2016
  13. Jan 07, 2016
  14. Jan 06, 2016
  15. Jan 05, 2016
  16. Jan 04, 2016
    • Dimitry Kloper's avatar
      AVR: Introduce Atmel Toolchain as a configuration option · 16212f19
      Dimitry Kloper authored
      Atmel's AVR8 toolchain is similar to WinAVR, but at present moment
      it has one important feature that WinAVR does not. The __flash and __memx
      allow built in comiler support for transparent program memory pointers.
      Functions that use such pointers will work both with RAM arrays and
      flash memory arrays. The compiler generates an appropriate code automatically.
      For systems with tiny memory like atmega, this is very important and
      allows to move all static const strings into flash.
      16212f19