This commit is contained in:
Steven Dan
2025-12-11 09:43:42 +08:00
commit d8b2974133
1822 changed files with 280037 additions and 0 deletions

38
lib_adat/CHANGELOG.rst Normal file
View File

@@ -0,0 +1,38 @@
lib_adat change log
===================
2.0.1
-----
* CHANGED: Documentation updated
2.0.0
-----
* ADDED: "adat.h" header file provided access to both transmit and receive
API
* CHANGED: Receive API now uses streaming chanend (breaking change)
* CHANGED: Documentation updates
* CHANGED: Examples now build using XCommon Cmake build system
1.2.0
-----
* CHANGED: Example applications now run on xcore.ai hardware
* CHANGED: Example applications build using XCommon CMake
1.1.0
-----
* ADDED: Support for XCommon CMake build system
1.0.1
-----
* REMOVED: Duplicate header file
1.0.0
-----
* Initial release