Skip to content

v2.2.3

Compare
Choose a tag to compare
@end2endzone end2endzone released this 02 Sep 00:36
· 32 commits to master since this release

Changes for 2.2.3:

  • Fixed issue #21 - /ci/ant/setupenv.bat is missing. Updated documentation appropriately.
  • Fixed issue #32 - rapidassist outside of win32arduino. Created 'Submodule dependencies' section in INSTALL.md documentation.
  • Fixed issue #33 - Wrong syntax for variables on windows. Created both Windows and Linux build step sections.

Changes for 2.2.2:

  • Fixed issue #30 - Missing build step in v2.2.1.
  • Fixed issue #31 - Tag for version 2.2.1 builds as 2.3.0.

Changes for 2.2.1:

  • New feature: Added support for doxygen API documentation. See build option WIN32ARDUINO_BUILD_DOC for details.

Changes for 2.2.0:

  • New feature: New version handling code for scripts: Replaced version_info.* files by /version which is generated when running cmake. It is now up to each platform to parse the file and extract the current version.
  • New feature: Implemented support for Serial.print(value, radix) with DEC, HEX, OCT and BIN values.
  • New feature: Created build options WIN32ARDUINO_BUILD_TEST and WIN32ARDUINO_BUILD_SAMPLES.
  • The dependency to Apache Ant was removed for clarity and easier dependency management. The script functionalities are moved to cmake's CMakeLists.txt.
  • The library demo projects are now called samples and were moved to /samples folder.
  • Using RapidAssist v0.3.4.
  • Using 'c++ best practices' file structure (/include /src /lib /test)
  • Fixed issue #13 - Realtime clock strategy using microseconds timer.
  • Fixed issue #14 - Implement pinMode() function properly.
  • Fixed issue #19 - ATOMIC_BLOCK macro.
  • Fixed issue #22 - Replace downloaded googletest third party library by a git submodule.
  • Fixed issue #25 - Use RapidAssist as a git submodule.