Skip to content

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

v2.5.1

17 Oct 15:27
38e240d
Compare
Choose a tag to compare

2.5.1 (2023-10-17)

Bug Fixes

  • baseProject: update names and dependencies (fbb59b0)

v2.5.0

17 Oct 10:48
eb41402
Compare
Choose a tag to compare

2.5.0 (2023-10-17)

Bug Fixes

  • frequency: set frequency correctly (253d4ba)

Features

  • wrist: change sensor frequency via MQTT (cc62497)

v2.4.2

16 Oct 07:46
7f4b9f3
Compare
Choose a tag to compare

2.4.2 (2023-10-16)

Bug Fixes

  • gpio: fix calls to gpioSetPin (9f9bbad)
  • middleware: add busy wait (a499e0b)

v2.4.1

15 Oct 21:26
859257d
Compare
Choose a tag to compare

2.4.1 (2023-10-15)

Bug Fixes

  • flash-http: fix dowload config via HTTP (f72d9ec)
  • flash-usb: fix flash via USB (58ad61d)
  • middleware: resolve merge issues (f59b7b0)
  • wrist: fix issues after merge (ffbc2ea)

v2.4.0

12 Oct 20:04
5bef549
Compare
Choose a tag to compare

2.4.0 (2023-10-12)

Features

  • wrist: implement blinking leds when device is ready to measure (65217b1)

v2.3.0

11 Oct 09:42
094d4df
Compare
Choose a tag to compare

2.3.0 (2023-10-11)

Bug Fixes

  • add comment to fix function later (931190f)

Features

  • add dummy implementation of bool middleware_userlogic_get_busy_status() (a46f340)
  • add userlogic enable and disable functions (bce4f1c)

v2.2.1

19 Sep 16:32
ae76ad4
Compare
Choose a tag to compare

2.2.1 (2023-09-19)

Bug Fixes

  • adx345: init i2c correctly (8bb353d)

v2.2.0

15 Sep 11:14
e4baf02
Compare
Choose a tag to compare

2.2.0 (2023-09-15)

Features

  • freeRTOS: add SMP support (cf5a319)

v2.1.0

14 Sep 12:09
de7b67a
Compare
Choose a tag to compare

2.1.0 (2023-09-14)

Features

  • demo: send g-values in batches (f91bbed)
  • gValues: change to 16g range (2bb0fbe)
  • gValues: publish every 5 seconds (8471311)
  • gValues: set higher Hz rate (b2c5018)

v2.0.0

25 Aug 10:28
13f8ace
Compare
Choose a tag to compare

2.0.0 (2023-08-25)

Bug Fixes

  • demo: explicitly set *repsonse to NULL in getResponse function (acb74e7)

  • http: fix http get (c4cb1e9)

  • http: fix http get (b01efef)

  • http: test_HTTPCleanResponseBufferShouldThrowException spelling response_is_null (fa88342)

  • includeTime: on macOS, the duplicated name of the library coursed an error (99e21d0)

  • includeTime: on macOS, the duplicated name of the library coursed an error (246ed2a)

  • spi: remove direct gpio dependency (503008b)

  • spi: remove direct gpio dependency (eb23994)

  • feat(http)!: remove return of error code from HTTPGet (6d074ec)

Features

  • cexception: add exeptionLib and update HTTPCleanResponseBuffer (3639075)
  • demo: add g-sensor polling (22151b9)
  • demo: add g-sensor polling (ad03da2)
  • demo: publish sensor values with given frequency (eb66e14)
  • demo: publish sensor values with given frequency (81a3a65)
  • http: add CException to httpGet (2c5374b)
  • http: delete Errorcodes (0ff0378)
  • mqttBroker: add CException to MqttBroker (1a760da)
  • mqttBroker: use CException in all Funktions need (fd21616)
  • mqttBroker: use CException, change errorcorrection in connectToBrokerUntilSuccessful (86c34eb)
  • time): fix(adxl345b: removed pico_time depdency (6ed8e8a)
  • time): fix(adxl345b: removed pico_time depdency (5ed35a5)

BREAKING CHANGES

  • HTTPGet doesn't support ErrorCodes anymore
    -> Use CException