Ulf Lilleengen
663e0d24ac
chore: prepare embassy crate releases
2025-08-26 15:47:08 +02:00
Dario Nieuwenhuis
3a6ea3a31c
Load all crates in the graph, honor the "publish" flag to prevent publishing examples/tests.
2025-08-25 19:44:50 +02:00
Ulf Lilleengen
c7b9060a74
fix: prepare embassy-sync 0.7.1 release
...
* Add newtype for moved type to preserve API compat
2025-08-12 21:05:32 +02:00
Ulf Lilleengen
3f1ddaf60e
chore: prepare embassy-executor 0.8 release
2025-07-31 10:33:14 +02:00
Dario Nieuwenhuis
d23d5d6a4c
Merge pull request #4224 from felipebalbi/button
...
imxrt: add button example
2025-06-01 12:20:01 +00:00
Matt Johnston
5e49985ed6
embassy-sync: bump to 0.7.0
2025-05-22 13:29:55 +08:00
Felipe Balbi
8e93ae8899
imxrt: add button example
2025-05-21 08:08:37 -07:00
Yuri Astrakhan
ef0f29f0ed
Update defmt dependencies
2025-05-18 20:52:09 +02:00
Dario Nieuwenhuis
e4fc487644
Add rand-core v0.9 support.
...
Co-Authored-By: Aurélien Jacobs <aurel@gnuage.org>
2025-05-18 20:35:36 +02:00
Felipe Balbi
d64ae225b3
Add UART and DMA drivers
...
Both blocking and async versions are supported. Add separate examples
for each mode.
2025-05-15 07:22:49 -07:00
Dario Nieuwenhuis
102258c0b0
Merge branch 'main' into add-rng
2025-05-13 22:33:56 +02:00
Felipe Balbi
8e7e4332b4
Add embassy-imxrt RNG driver
2025-05-09 07:25:23 -07:00
Felipe Balbi
d4c378e059
Add embassy-imxrt CRC driver
2025-05-09 07:21:40 -07:00
Ulf Lilleengen
64a2b9b2a3
Merge pull request #4170 from yutannihilation/chore/fix-unsafe-attribute-rust2024
...
chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition
2025-05-09 13:05:23 +02:00
Felipe Balbi
42c62ba899
Add OS Event timer support
...
Allow for the use of the OS Event timer as a time source.
Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
2025-05-07 16:25:06 -07:00
Hiroaki Yutani
0460a924ac
chore: Wrap link_section attribute with unsafe
2025-05-06 09:09:22 +09:00
Felipe Balbi
05606d0380
Update minimum FCB version to latest released
...
Version 0.2+ allows for the user to provide custom FCB for their
platform. By default, FCB should work on MIMXRT685s EVK, by NXP.
Based on PR by James Munns on the original "out-of-tree" copy of
embassy-imxrt:
https://github.com/OpenDevicePartnership/embassy-imxrt/pull/387
2025-04-10 10:16:49 -07:00
Felipe Balbi
b4bbc00a00
Convert tabs into spaces
...
Indent everything with spaces instead of TABS.
Based on PR by James Munns on the original "out-of-tree" copy of
embassy-imxrt:
https://github.com/OpenDevicePartnership/embassy-imxrt/pull/387
2025-04-10 10:15:44 -07:00
Felipe Balbi
a78707b779
Add Embassy iMXRT RTC Time Driver
2025-04-09 13:22:26 -07:00
Felipe Balbi
aa9a16e569
Add embassy-imxrt
...
Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent
PRs will add more drivers.
2025-04-09 09:37:45 -07:00