James Munns
|
c1760a8a07
|
Revert "stm32-wpan: Pin dep to work around regression"
|
2024-01-17 17:51:44 +01:00 |
|
James Munns
|
3c2a954d1b
|
Pin dep to work around regression
|
2024-01-17 16:09:59 +01:00 |
|
Ulf Lilleengen
|
7d1257caa0
|
docs: add readme
|
2024-01-12 09:17:26 +01:00 |
|
Ulf Lilleengen
|
08126d181a
|
fix: use released version for stm32wb-hci
|
2024-01-12 07:01:43 +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
|
8b36a32ed5
|
ci: use beta, add secondary nightly ci.
|
2023-12-21 15:03:57 +01:00 |
|
Scott Mabin
|
334900752a
|
update release version in examples and other crates
|
2023-12-04 13:15:10 +00:00 |
|
Dario Nieuwenhuis
|
4647df14b1
|
Update heapless to v0.8, embedded-nal-async to v0.7
|
2023-11-10 16:43:53 +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 |
|
Dániel Buga
|
40e4ca4751
|
Prepare embassy-net(/-driver,/-driver-channel) 0.2.0
|
2023-10-16 20:59:06 +02: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 |
|
Ulf Lilleengen
|
1b20ba27b1
|
feat: bump embassy-sync version to 0.3.0
Update changelog in preparation for release
|
2023-09-14 18:26:00 +02:00 |
|
Jesse Braham
|
1f63bf4153
|
Release embassy-time v0.1.3
|
2023-08-28 08:00:18 -07:00 |
|
Dario Nieuwenhuis
|
036e6ae30c
|
Rename embassy-hal-common to embassy-hal-internal, document it's for internal use only. (#1700)
|
2023-07-28 13:23:22 +02:00 |
|
goueslati
|
a6543cef16
|
wpan: update stm32wb-hci
|
2023-07-27 15:00:01 +01:00 |
|
xoviat
|
28254842db
|
- optimize event to parse opcode only once
- optimze channels
- return mut ref for smoltcp rx
|
2023-07-19 17:49:08 -05:00 |
|
xoviat
|
ca1d4179a7
|
wpan: implement initial event loop
|
2023-07-18 20:52:03 -05:00 |
|
xoviat
|
0b63af3313
|
wpan: prepare net impl.
|
2023-07-15 19:02:04 -05:00 |
|
xoviat
|
8a146a50ec
|
Merge branch 'master' into mac-3
|
2023-07-15 14:18:01 -05:00 |
|
Ghaith Oueslati
|
7ec7d1bbcc
|
fix ci issue
|
2023-07-15 14:56:26 +01:00 |
|
GhaithOueslati
|
5b076cb0dd
|
wpan: update stm32wb-hci to version 0.1.3
|
2023-07-15 13:33:10 +01:00 |
|
goueslati
|
f90b170dad
|
cleanup
|
2023-07-13 16:29:29 +01:00 |
|
goueslati
|
d5a4457b5e
|
parsing MAC structs
|
2023-07-12 15:06:56 +01:00 |
|
goueslati
|
4aca7c8811
|
wip
|
2023-07-10 16:54:48 +01:00 |
|
Dario Nieuwenhuis
|
d137286981
|
Release embassy-time v0.1.2
|
2023-07-06 01:29:44 +02:00 |
|
Dario Nieuwenhuis
|
d1711036db
|
stm32-wpan: fix wrong src_base
|
2023-07-05 19:13:46 +02:00 |
|
xoviat
|
91fdd76053
|
stm32/wpan: use align to align data
|
2023-06-23 18:08:42 -05:00 |
|
xoviat
|
caf63b9e73
|
stm32/tests: update ble test
|
2023-06-22 21:05:51 -05:00 |
|
GhaithOueslati
|
64ff1a6b75
|
update hci crate git path
|
2023-06-22 22:53:07 +01:00 |
|
GhaithOueslati
|
558247d8f6
|
update hci crate name
|
2023-06-22 22:51:38 +01:00 |
|
goueslati
|
3dbd58f40e
|
fix unsound access in EvtBox
|
2023-06-22 15:59:03 +01:00 |
|
goueslati
|
cd4f8f13a2
|
wpan: add BLE HCI
|
2023-06-22 15:21:14 +01:00 |
|
xoviat
|
39334f7280
|
stm32/wpan: add ble, mac features and cleanup
|
2023-06-18 09:43:07 -05:00 |
|
goueslati
|
055f6afdcc
|
stm32-wpan: add doc metadata
|
2023-06-13 09:51:21 +01:00 |
|
goueslati
|
a1b27783a6
|
fix build
|
2023-06-12 14:44:30 +01:00 |
|
goueslati
|
ca8957da43
|
stm32/ipcc: move tl_mbox into embassy-stm32-wpan
|
2023-06-12 12:27:51 +01:00 |
|