Skip to content

Releases: es-ude/elastic-ai.runtime.enV5

v4.2.1

04 Sep 07:52
63545ac
Compare
Choose a tag to compare

4.2.1 (2024-09-04)

Bug Fixes

  • sensor: fix bmi323 library (47632bf)

v4.2.0

03 Sep 12:09
bc2ad9b
Compare
Choose a tag to compare

4.2.0 (2024-09-03)

Features

  • sensor: add lsb to mps2 conversion to bmi323 library (f491130)

v4.1.1

27 Aug 06:49
ea631a9
Compare
Choose a tag to compare

4.1.1 (2024-08-27)

Bug Fixes

  • env5-controller: add sleep to fpga on/off (cc16636)

v4.1.0

09 Aug 17:57
6eb06c6
Compare
Choose a tag to compare

4.1.0 (2024-08-09)

Bug Fixes

  • all: fix macro clashes with pico-sdk (991394c)
  • bmi323: add bmi_init call to bmi323Init function (081c694)
  • env-config: add BMI323 configuration (17aec4d)
  • sht3x: resolve merge conflicts (cb37b77)

Features

  • bmi323: implemented facade (fcce6ac)
  • config: add BMI323 configuration (c8dbd6d)
  • sleep: add sleep for micro seconds (d7863e6)

v4.0.0

29 Jul 10:56
8cd2e92
Compare
Choose a tag to compare

4.0.0 (2024-07-29)

Bug Fixes

  • hardwaretest-sht3x: fix the hardware tests to use CException (18d878c)
  • unittest-sht3x: fix the unittest to use CException (1f86e50)

Documentation

  • sht3x: update sensor README (b26b17e)

Features

  • sht3x: make sensor library static (ec2086a)

BREAKING CHANGES

  • sht3x: - Library now uses CException for exception handling
    • Library is not STATIC

v3.11.1

02 Jul 08:27
271b495
Compare
Choose a tag to compare

3.11.1 (2024-07-02)

Bug Fixes

  • hw-test-script: update expected URL schema (5967e9a)

v3.11.0

30 Jun 08:58
53be023
Compare
Choose a tag to compare

3.11.0 (2024-06-30)

Bug Fixes

  • config: fix include of config in controller (6617556)
  • network: add set station mode to esp initialization (3b07119)

Features

  • led: move LED GPIO definition to config library (af974e7)

v3.10.0

29 Jun 15:30
2527541
Compare
Choose a tag to compare

3.10.0 (2024-06-29)

Bug Fixes

  • hardware-tests-pac: update pac tests for updated library (f850574)
  • tests: fix pac193x tests (dd12712)
  • unit-test-pac: fix unit tests for updated library (ecc011f)

Features

  • pac193x: update implementation (aa6b33f)

v3.9.0

21 Jun 13:27
d9de293
Compare
Choose a tag to compare

3.9.0 (2024-06-21)

Features

  • http: update url to mirror monitor implementation (e12545c)

v3.8.1

21 Jun 12:20
3ee0f58
Compare
Choose a tag to compare

3.8.1 (2024-06-21)

Performance Improvements

  • mqtt: implement internal subscription handling with linked list (8a68953)