Skip to content

v3.8.0

Compare
Choose a tag to compare
@DerDavidos DerDavidos released this 20 Jun 11:27
· 421 commits to main since this release
1a218fe

3.8.0 (2024-06-20)

Bug Fixes

  • config: fix compiling_issue by including hardware/uart.h in esp.c" (04dc5ea)
  • config: update test to use global config (bb84089)
  • config: update tests, flash and qxspi respecting new changes (9b011c8)
  • config: update unittests for new config, remove cs_parameter in spi (fb0bf3f)
  • configurationHandler: fix test bytes_per_page and bytes_per_sector (318c777)
  • esp: move uart config to init function (ed54735)
  • i2c: fix include paths (d9aaddd)
  • unit-test: update unit tests (ba56ea8)

Features

  • config: add default REVISION=1 to cmake.xml (a4a7f33)
  • config: add flash and fpga,network and fpga config (4b670cc)
  • config: add hardware config for rev2 (0fa0fa0)
  • config: add hw_configuration for different revisions (99ff771)
  • config: respect configurations of all versions in workflow (b6c2f53)
  • configuration: add configuration for bus and sensors (eefe218)
  • flash: add write config (471d9d8)
  • flash: add write config (c29d5d4)
  • i2c: return Errorcode in I2C init and add Init in SensorTests (e35c814)
  • middleware: remove unused HwController header (2920075)
  • refactor: bus and sensor moved from env5Controller to own config.c (4938151)