Dario Nieuwenhuis
|
e3b8e35498
|
Make embassy-net nightly-only.
It's useless without async traits, so juggling the `nightly` feature
around is not worth the pain.
|
2022-05-19 06:15:01 +02:00 |
|
Dario Nieuwenhuis
|
47ceee47d5
|
Update embedded-io to 0.3
|
2022-05-19 00:36:18 +02:00 |
|
Dario Nieuwenhuis
|
931a137f8c
|
Replace embassy::io with embedded_io.
|
2022-05-07 01:45:54 +02:00 |
|
Dario Nieuwenhuis
|
d57fd87ba7
|
Add embassy-usb-ncm. Implements USBB CDC NCM (Ethernet over USB)
|
2022-04-24 22:44:52 +02:00 |
|
alexmoon
|
5ee7a85b33
|
Async USB HID class
|
2022-04-06 05:38:11 +02:00 |
|
Dario Nieuwenhuis
|
cdb7bae51a
|
examples/nrf: don't build usb stuff in stable.
|
2022-04-06 05:38:11 +02:00 |
|
Dario Nieuwenhuis
|
d1e4b3d7d5
|
usb: add -usb-serial crate, fix warnings and stable build.
|
2022-04-06 05:38:11 +02:00 |
|
Dario Nieuwenhuis
|
0320500f0f
|
Working CDC-ACM device->host
|
2022-04-06 05:38:11 +02:00 |
|
Dario Nieuwenhuis
|
37598a5b37
|
wip: experimental async usb stack
|
2022-04-06 05:38:11 +02:00 |
|
Dario Nieuwenhuis
|
82803bffda
|
Use embassy/defmt-timestamp-uptime in all examples.
|
2022-04-02 04:35:06 +02:00 |
|
Dario Nieuwenhuis
|
9bad9365dc
|
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
|
2022-03-11 00:38:07 +01:00 |
|
Dario Nieuwenhuis
|
20e14b8edb
|
embassy, embassy-nrf: add nightly Cargo feature to gate nightly-only features.
|
2022-02-12 01:16:31 +01:00 |
|
Ulf Lilleengen
|
f79624c3e6
|
Upgrade to embedded-storage 0.3.0
|
2022-02-07 12:35:58 +01:00 |
|
Dario Nieuwenhuis
|
0719b05d63
|
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
|
2022-01-27 00:08:02 +01:00 |
|
Dario Nieuwenhuis
|
7997687f3b
|
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
|
2022-01-13 23:56:39 +01:00 |
|
Jacob Rosenthal
|
5f0fefbd25
|
dont rely on nrf-usdb
|
2021-12-14 16:51:34 -07:00 |
|
Jacob Rosenthal
|
3debe604fb
|
sorta works, too many interupts?
|
2021-12-14 16:48:48 -07:00 |
|
Jacob Rosenthal
|
f430c0e8c2
|
nrf-usbd
|
2021-12-12 19:20:02 -07:00 |
|
Dario Nieuwenhuis
|
9b17b3d721
|
Remove unused deps
|
2021-11-15 20:13:22 +01:00 |
|
Bob McWhirter
|
23fdca9e52
|
Remove extraneous defmt-trace feature.
|
2021-11-15 11:33:44 -05:00 |
|
Bob McWhirter
|
a770fc77c9
|
Adjust all examples to defmt 0.3.
|
2021-11-15 11:19:19 -05:00 |
|
Dario Nieuwenhuis
|
e78d226acd
|
nrf: add NVMC driver.
|
2021-10-22 02:14:33 +02:00 |
|
Dario Nieuwenhuis
|
f2623e7e9b
|
Update lots of deps
|
2021-09-11 01:35:23 +02:00 |
|
Dario Nieuwenhuis
|
3457bb9f05
|
nrf: make gpiote and time-driver optional via cargo features.
|
2021-08-20 15:42:42 +02:00 |
|
Dario Nieuwenhuis
|
fe355af4f0
|
nrf: update to cortex-m-rt 0.7
|
2021-08-19 17:11:17 +02:00 |
|
Liam Murphy
|
8a4ab29819
|
Add an nRF RNG driver
Resolves #187
Like the stm32 driver, this has both a non-blocking and blocking API, and implements `rand_core::RngCore` for the blocking API.
|
2021-06-29 17:26:16 +10:00 |
|
Dario Nieuwenhuis
|
dff03ecfc7
|
Move examples to a subdirectory
|
2021-06-02 01:32:19 +02:00 |
|