Skip to content

v3.1.0 (20200205)

Compare
Choose a tag to compare
@bryan-hunt bryan-hunt released this 05 Feb 22:39
· 22 commits to master since this release
102d7fc
  • H3 Support (now can be included in any Harmony 3 Project)
  • Added compiler support for compilers:
    • IAR-ARM from IAR
    • ARMCC/Realview from ARM
  • Standardized delay HAL api so HAL's can define delay functions
    • Provides easier integration with RTOS functions. See FreeRTOS HAL
  • Configuration can be done completely through a configuration header
    • This is now the recommended method rather than using global defines in the compile command line
    • See readme.md for atca_config.h examples and atca_config.h.in for an existing template
  • Unified versioning so it is consistent between C and Python APIs
  • Bug fixes
    • Structures will no longer throw C++ anonymous union errors
    • Fix incorrect casts in encrypted read/write functions