Releases: libhal-google/libhal-esp8266
Releases · libhal-google/libhal-esp8266
2.0.1
What's Changed
- 👷 Use ci/4.x.y version by @kammce in https://github.com/libhal/libhal-esp8266/pull/67
- 🗑️ Eliminate newlib & startup code in demos by @kammce in https://github.com/libhal/libhal-esp8266/pull/68
- 🩹 Remove unused headers in by @kammce in https://github.com/libhal/libhal-esp8266/pull/69
- 📝 Add firmware upgrade steps by @kammce in https://github.com/libhal/libhal-esp8266/pull/70
- Cleanup code by @kammce in https://github.com/libhal/libhal-esp8266/pull/71
- 🎨 Bring cmake up to template standard by @kammce in https://github.com/libhal/libhal-esp8266/pull/72
- 📦 Add cmake as a build tool by @kammce in https://github.com/libhal/libhal-esp8266/pull/73
Full Changelog: libhal/libhal-esp8266@2.0.0...2.0.1
2.0.0
What's Changed
- Migrate code to libhal by @kammce in libhal#2
- Add demos, docs, tests and updates by @kammce in libhal#3
- Add demos, docs, tests and updates by @kammce in libhal#4
- Architectural refactor by @kammce in libhal#6
- Make WLAN + TCP Socket work by @kammce in libhal#8
- Add test_package by @kammce in libhal#10
- Fix library name in deploy_trunk by @kammce in libhal#11
- Add http response utility by @kammce in https://github.com/libhal/libhal-esp8266/pull/13
- Use
hal::socket
for tcp sockets by @kammce in https://github.com/libhal/libhal-esp8266/pull/14 - Add example pages for testing by @kammce in https://github.com/libhal/libhal-esp8266/pull/16
- Refactor & Add
http::get()
by @kammce in https://github.com/libhal/libhal-esp8266/pull/18 - Support multiple platforms for demos by @kammce in https://github.com/libhal/libhal-esp8266/pull/19
- Update lpc4078 initializer by @kammce in https://github.com/libhal/libhal-esp8266/pull/21
- Add Connection header to GET request by @kammce in https://github.com/libhal/libhal-esp8266/pull/22
- Update to libhal 0.1.33 by @kammce in https://github.com/libhal/libhal-esp8266/pull/23
- ♻️ Refactor factory parameters by @kammce in https://github.com/libhal/libhal-esp8266/pull/24
- ⬆️ Upgrade to libhal/0.2.0 by @kammce in https://github.com/libhal/libhal-esp8266/pull/25
- ✅ Add code coverage by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/26
- ♻️ Remove noexcept by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/27
- ➕ Add & use tl::function_ref in all APIs by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/28
- ❇️ hal::callback + interface API updates by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/29
- 📌 Pin demo version to libesp8266/0.3.2 by @kammce in https://github.com/libhal/libhal-esp8266/pull/30
- ♻️ Rename to libhal-esp8266 by @kammce in https://github.com/libhal/libhal-esp8266/pull/32
- 📝 Update README badges by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/33
- ♻️ Use toolchain tool requires for demos by @kammce in https://github.com/libhal/libhal-esp8266/pull/34
- ⬆️ libhal-util/0.3.5 in demos by @kammce in https://github.com/libhal/libhal-esp8266/pull/35
- ⬆️ Bump libhal version by @kammce in https://github.com/libhal/libhal-esp8266/pull/38
- ⬆️ bump libhal/0.3.5 by @kammce in https://github.com/libhal/libhal-esp8266/pull/39
- 🩹 Add remove_gcda.cmake by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/40
- 🧑💻 Simplify demo building by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/41
- 🚀 Launch version 1.0.0 by @kammce in https://github.com/libhal/libhal-esp8266/pull/42
- 👷 Migrate to new ci repo by @kammce in https://github.com/libhal/libhal-esp8266/pull/43
- ✅ Add unit tests to package build by @MaliaLabor in https://github.com/libhal/libhal-esp8266/pull/44
- 🐛 Fix http::create() flakiness by @kammce in https://github.com/libhal/libhal-esp8266/pull/46
- 📄 Add appropriate licensing by @kammce in https://github.com/libhal/libhal-esp8266/pull/49
- 💚 Fix ETL & lpc40 dependency by @kammce in https://github.com/libhal/libhal-esp8266/pull/50
- 📝 Add esp-01 firmware upgrade instructions by @kammce in https://github.com/libhal/libhal-esp8266/pull/52
- ♻️ Refactor API and use prebuilt binaries by @kammce in https://github.com/libhal/libhal-esp8266/pull/53
- ✅ Add a test for at by @kammce in https://github.com/libhal/libhal-esp8266/pull/54
- 🐛 Fix segfault when using MinSizeRel by @kammce in https://github.com/libhal/libhal-esp8266/pull/57
- ⚡ Improve at::server_write() failure rate by @kammce in https://github.com/libhal/libhal-esp8266/pull/56
- ✨ Add at::set_ip_address() by @kammce in https://github.com/libhal/libhal-esp8266/pull/58
- ♻️ Migrate to libhal-cmake-util by @kammce in https://github.com/libhal/libhal-esp8266/pull/59
- 🚑 Update delay to work with new libhal-util/2.0.0 by @kammce in https://github.com/libhal/libhal-esp8266/pull/60
- 🚑 Fix demos by @kammce in https://github.com/libhal/libhal-esp8266/pull/61
- 📝 Upgrade readme to 2.0.0 by @kammce in https://github.com/libhal/libhal-esp8266/pull/62
- 📌 Set demo lpc40 version to range by @kammce in https://github.com/libhal/libhal-esp8266/pull/63
- 👷 upgrade to ci/4.0.0 by @kammce in https://github.com/libhal/libhal-esp8266/pull/64
- ⬆️ ci/4.1.0 by @kammce in https://github.com/libhal/libhal-esp8266/pull/65
- ⬆️ Upgrade to version 2.0.0 by @kammce in https://github.com/libhal/libhal-esp8266/pull/66
New Contributors
- @kammce made their first contribution in libhal#2
- @MaliaLabor made their first contribution in https://github.com/libhal/libhal-esp8266/pull/26
Full Changelog: https://github.com/libhal/libhal-esp8266/commits/2.0.0