Dario Nieuwenhuis
|
796f6c034a
|
Release embassy-executor 0.6.3.
|
2024-11-12 18:07:50 +01:00 |
|
Dániel Buga
|
94659325ab
|
Prep executor 0.6.2
|
2024-11-06 13:58:02 +01:00 |
|
Ulf Lilleengen
|
0c22d4cccb
|
Merge pull request #3433 from 1-rafael-1/rp-pwm-embedded-hal-traits
embassy_rp: implement pwm traits from embedded_hal
|
2024-10-22 07:52:03 +00:00 |
|
Dario Nieuwenhuis
|
1a24b4f018
|
Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
|
2024-10-21 01:26:02 +02:00 |
|
rafael
|
7fc09f89e8
|
embassy_rp: implement pwm traits from embedded_hal
• Update crate versions • Implement embedded-hal PWM traits • Add TB6612FNG motor driver example
|
2024-10-20 23:28:47 +02:00 |
|
Caleb Jamison
|
57c1fbf308
|
Move pio programs into embassy-rp
|
2024-10-09 10:18:00 -04:00 |
|
Dario Nieuwenhuis
|
eab3a57263
|
rp: use the rp-binary-info crate for binary info.
|
2024-08-17 22:12:39 +02:00 |
|
Dario Nieuwenhuis
|
3e27ee1ecc
|
Actually fix embassy-rp docs build.
|
2024-08-12 14:38:52 +02:00 |
|
Caleb Jamison
|
13cb431472
|
Enable rp235x doc tests, fixup feature doc
The rp235x doc test requires an unfortunate workaround using a private
feature, "_test", in order compile.
|
2024-08-12 05:47:16 -04:00 |
|
Caleb Jamison
|
778241fd71
|
Fix CI, rename private feature, address comments from dirbaio.
|
2024-08-12 04:32:31 -04:00 |
|
Dario Nieuwenhuis
|
9dc4375f18
|
rp: update PAC, fix CI.
|
2024-08-12 03:25:41 -04:00 |
|
Caleb Jamison
|
0d41566c24
|
Switch to embassy's rp-pac repo, also use a patch.
|
2024-08-10 17:39:33 -04:00 |
|
Caleb Jamison
|
e5d8d8b18e
|
Switch to single pac
|
2024-08-09 12:31:29 -04:00 |
|
Caleb Jamison
|
6a797deb72
|
Fixup pac dep sources
|
2024-08-08 22:07:43 -04:00 |
|
Caleb Jamison
|
b185e02a42
|
Initial rp235x support
Examples have been run, but there is not yet a test suite.
|
2024-08-08 21:35:21 -04:00 |
|
Joris Kleiber
|
06872da5f8
|
Fix broken link to rp-pac and add link to critical-section in embassy-rp
|
2024-08-05 16:59:08 +02:00 |
|
Ulf Lilleengen
|
f605302791
|
Prepare to release embassy-rp
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
37d7b0cd06
|
prepare release embassy-executor
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
44282b18fa
|
Prepare embassy-time release
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
fb0ab1e42a
|
Prepare release of embassy-hal-internal
|
2024-08-05 08:56:29 +02:00 |
|
Ulf Lilleengen
|
5767c003cc
|
Prepare release of embassy-embedded-hal 0.2.0
|
2024-08-05 08:56:29 +02:00 |
|
Dion Dokter
|
957be1980d
|
Fix syntax error?
|
2024-06-25 14:43:30 +02:00 |
|
Dion Dokter
|
92343551aa
|
RP: add option to provide your own boot2
|
2024-06-25 14:31:15 +02:00 |
|
Ulf Lilleengen
|
30918c355b
|
prepare for embassy-time 0.3.1 release
|
2024-06-04 09:02:41 +02:00 |
|
Ulf Lilleengen
|
cf0d227cca
|
Prepare for embassy-sync 0.6.0 release
|
2024-05-29 12:09:55 +02:00 |
|
Dario Nieuwenhuis
|
5732ee7ca9
|
Reduce use of the full futures crate.
|
2024-04-26 23:22:25 +02:00 |
|
9names
|
4770325bb7
|
Additional features docs for embassy-rp
|
2024-01-14 13:21:50 +11:00 |
|
9names
|
bb75596302
|
End all feature doc comments with a full stop
|
2024-01-14 11:08:18 +11:00 |
|
Dario Nieuwenhuis
|
4c23f197b3
|
Fix invalid "async" crates.io category.
|
2024-01-12 00:39:01 +01:00 |
|
Dario Nieuwenhuis
|
6a1c415a4c
|
Complete cargo.tomls more.
|
2024-01-12 00:32:47 +01:00 |
|
Dario Nieuwenhuis
|
5304994363
|
Add docs.rs metadata to all crates.
|
2024-01-11 23:17:02 +01:00 |
|
Dario Nieuwenhuis
|
22197320ff
|
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
|
2024-01-11 23:01:24 +01:00 |
|
Dario Nieuwenhuis
|
15f94fb0fc
|
time: split driver into a separate embassy-time-driver crate.
|
2024-01-11 16:56:08 +01:00 |
|
Dario Nieuwenhuis
|
c9ac39df94
|
Update embedded-hal to v1.0
|
2024-01-09 23:37:14 +01:00 |
|
Pawel Rawski
|
c80781078c
|
Fix an error in compiling examples for rp2040
|
2024-01-04 21:25:55 +01:00 |
|
Barnaby Walters
|
562680cb13
|
Removed unnecessary note
|
2023-12-22 23:51:10 +01:00 |
|
Barnaby Walters
|
6a1bdb7e3b
|
[embassy-rp] auto-documented feature flags
|
2023-12-22 23:50:37 +01:00 |
|
Dario Nieuwenhuis
|
8b36a32ed5
|
ci: use beta, add secondary nightly ci.
|
2023-12-21 15:03:57 +01:00 |
|
Dario Nieuwenhuis
|
d81395fab3
|
Update embedded-hal to 1.0.0-rc.3
|
2023-12-14 16:19:32 +01:00 |
|
Jesse Braham
|
925f5cbc26
|
Update all references to embasy-executor to the latest version
|
2023-12-06 12:05:47 +01:00 |
|
Scott Mabin
|
334900752a
|
update release version in examples and other crates
|
2023-12-04 13:15:10 +00:00 |
|
Dario Nieuwenhuis
|
03325ea81b
|
update embedded-storage{,-async}, remove patch.
|
2023-12-04 13:48:36 +01:00 |
|
Dario Nieuwenhuis
|
c6989dfbca
|
Remove nightly and unstable-traits features in preparation for 1.75.
|
2023-11-29 17:26:33 +01:00 |
|
Dario Nieuwenhuis
|
4634316749
|
Update embedded-(hal,io,nal).
|
2023-11-29 17:01:36 +01:00 |
|
Dario Nieuwenhuis
|
1f9b649f80
|
executor: release v0.3.3
|
2023-11-15 18:44:01 +01:00 |
|
Dario Nieuwenhuis
|
1f51367eb9
|
Upgrade static-cell to v2.0
|
2023-11-02 21:52:07 +01:00 |
|
Dario Nieuwenhuis
|
dd6a29adb2
|
Release embassy-executor v0.3.1
|
2023-11-01 00:17:44 +01:00 |
|
Dániel Buga
|
d941882066
|
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
|
2023-10-31 09:33:27 +01:00 |
|
Dario Nieuwenhuis
|
213b4c9dca
|
time: add links key, release v0.1.5.
|
2023-10-16 20:11:35 +02:00 |
|
Dániel Buga
|
02d2c06b23
|
Release embassy-time 0.1.4
|
2023-10-12 18:14:33 +02:00 |
|