Commit Graph

8 Commits

Author SHA1 Message Date
Anton Maklakov
77e41479d7 components: correct printf() placeholder for time_t
Using C99 %jd, https://en.cppreference.com/w/c/chrono/time_t
2022-12-16 08:38:48 +01:00
Sudeep Mohanty
a840bcf274 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories
This commit updates the visibility of various header files and cleans up
some unnecessary inclusions. Also, this commit removes certain header
include paths which were maintained for backward compatibility.
2022-12-16 08:38:48 +01:00
Jakob Hasse
174c6781de refactor (test_utils)!: separate file for memory check functions
Memory check (leaks and heap tracing) functions for unit tests
now have a separate file now and are renamed for more consistency.

BREAKING CHANGE: renamed memory check function names which may be used
                 in unit tests outside IDF.
2022-12-16 08:38:48 +01:00
David Cermak
4afe71b132 MQTT: Add more tests 2022-12-16 08:38:48 +01:00
David Cermak
74882b18f0 MQTT: Add more unit tests with actual broker 2022-12-16 08:38:48 +01:00
David Cermak
9db10b5b7b mqtt: reenable outbox unit tests for esp32s2 2022-12-16 08:38:48 +01:00
michael
5ba36d511f ci: disable failed cases for s2 temporarily 2022-12-16 08:38:48 +01:00
David Cermak
5be3f7b5d4 mqtt: add basic set of unit tests 2022-12-16 08:38:48 +01:00