rtic/rtic-macros/src/codegen
Jesse Braham 1f6b6a42e5
Update support/example for ESP32-C3 to use latest versions of dependencies (#975)
* Update `rtic` package to use latest version of `esp32c3` dependency

* Update `rtic-macros` ESP32-C3 bindings to reflect changes in HAL

* Update the ESP32-C3 examples to use latest versions of all dependencies

* Update changelogs

* adjust expected qemu output, add compile-time checks

* remove runtime checks, this is checked at compile time

* fix expected qemu output

* Clean up interrupt enable code a bit

* Update `rtic-monotonic` to use the latest PAC for ESP32-C3

* Update `CHANGELOG.md` for `rtic-monotonic`

* ci: esp32c3: Format runner.sh

* ci: esp32c3: Default to silent boot

export DEBUGGING while running to get verbose boot

env DEBUGGING=1 cargo xtask ...

* ci: esp32c3: Update expected example output

---------

Co-authored-by: onsdagens <pawdzi-7@student.ltu.se>
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2024-10-16 19:29:51 +00:00
..
bindings Update support/example for ESP32-C3 to use latest versions of dependencies (#975) 2024-10-16 19:29:51 +00:00
assertions.rs Break out core specific codegen to bindings 2023-03-01 00:35:20 +01:00
async_dispatchers.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
bindings.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
extra_mods.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
hardware_tasks.rs esp32c3 support 2023-09-27 19:50:13 +00:00
idle.rs allow init and idle to be externed 2023-06-08 14:14:36 +02:00
init.rs allow init and idle to be externed 2023-06-08 14:14:36 +02:00
local_resources.rs Update syn requirement from 1.0.107 to 2.0.48 (#881) 2024-01-16 07:03:49 +00:00
local_resources_struct.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
main.rs Fix clippy lints 2024-05-27 11:26:06 +02:00
module.rs Fix codegen emitting unqualified Result (#967) 2024-08-07 19:17:34 +00:00
post_init.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
pre_init.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
shared_resources.rs Update syn requirement from 1.0.107 to 2.0.48 (#881) 2024-01-16 07:03:49 +00:00
shared_resources_struct.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
software_tasks.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
util.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00