dd6a29adb2
Release embassy-executor v0.3.1
2023-11-01 00:17:44 +01:00
d941882066
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
2023-10-31 09:33:27 +01:00
a39ae12edc
stm32/rcc: misc cleanups.
2023-10-23 17:36:21 +02:00
40e4ca4751
Prepare embassy-net(/-driver,/-driver-channel) 0.2.0
2023-10-16 20:59:06 +02:00
213b4c9dca
time: add links
key, release v0.1.5.
2023-10-16 20:11:35 +02:00
0621e957a0
time: Update examples, tests, and other code to use new Timer::after_x convenience methods
2023-10-15 01:30:12 +01:00
02d2c06b23
Release embassy-time 0.1.4
2023-10-12 18:14:33 +02:00
4cec4b0548
Remove more unused stuff
2023-10-11 23:52:26 +02:00
cd12c9cbce
stm32: add timeout to I2C driver
2023-10-10 18:20:46 +02:00
e62bf6a9fd
Patch tests & examples
2023-10-09 13:46:56 +02:00
6186fe0807
stm32/rcc: use PLL enums from PAC.
2023-10-09 02:48:22 +02:00
0324cee0ca
update embedded-io, embedded-nal-async.
2023-10-04 00:10:55 +02:00
5d8817d109
stm32/usart: return error instead of panicking on bad baudrate.
2023-09-26 00:19:27 +02:00
83b4c01273
stm32/rcc: unify h5 and h7.
2023-09-21 23:47:56 +02:00
4bfbcd6c72
stm32: use PAC enums for VOS.
2023-09-18 03:15:15 +02:00
de2773afdd
stm32/rcc: convert bus prescalers to pac enums
2023-09-16 17:41:11 -05:00
1b20ba27b1
feat: bump embassy-sync version to 0.3.0
...
Update changelog in preparation for release
2023-09-14 18:26:00 +02:00
dcd1a91966
stm32: bump fmc version
2023-09-14 14:07:15 +02:00
cf2d4eca7c
add wait_config_up to examples
2023-09-08 17:40:20 +02:00
1f63bf4153
Release embassy-time v0.1.3
2023-08-28 08:00:18 -07:00
a2c718f61c
Bump executor crate version to 0.3.0
2023-08-23 20:34:37 +02:00
b3212ae383
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
...
Refactor Channel/Sender/Receiver poll methods
2023-08-22 21:25:29 +00:00
c39671266e
Deprecate *recv* in favor of *receive*
2023-08-22 16:58:31 +02:00
f26dd54f63
Update embedded-hal to 1.0.0-rc.1 ( #1783 )
2023-08-16 00:40:56 +02:00
5d5cd23715
Update to embedded-io 0.5 ( #1752 )
2023-08-07 13:43:09 +02:00
4999b045df
stm32/rng: use bind_interrupts!.
2023-07-31 01:41:12 +02:00
937a63ce28
remove memory.x files for other stm32 examples
2023-07-28 16:38:02 +02:00
fbe30b2453
Add notes about setting chip name correctly for examples.
2023-07-22 21:58:29 +01:00
17d5e1c470
stm32/eth: add set_poll_interval
2023-07-15 12:02:08 -05:00
975a780efe
stm32/eth: impl. poll interval
2023-07-15 09:57:09 -05:00
d137286981
Release embassy-time v0.1.2
2023-07-06 01:29:44 +02:00
a101d9078d
update embedded-hal crates.
2023-07-04 19:59:36 +02:00
f7ec579c18
Update probe-rs-cli -> probe-rs
2023-06-29 02:39:28 +02:00
558918651e
stm32: update stm32-metapac.
2023-06-19 03:22:12 +02:00
98c821ac39
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
2023-06-09 16:44:20 +02:00
352f0b6c38
net: Support dual stack IP
2023-06-07 13:18:19 +02:00
54bab33c73
Rename StaticConfig to StaticConfigV4
2023-06-06 17:04:21 +02:00
1d8321b821
Use make_static! from static-cell v1.1
2023-06-01 01:42:34 +02:00
316be179af
stm32: move to bind_interrupts
...
disable lora functionality for now
2023-05-24 17:29:56 -05:00
26d7610554
net: do not use smoltcp Instant/Duration in public API.
2023-05-15 00:53:30 +02:00
0584312ef0
Fix some typos
2023-05-08 23:25:01 +02:00
42a8f1671d
Bump versions preparing for -macros and -executor release
2023-04-27 11:54:22 +02:00
8a9136e4e4
enable inline-asm feature for cortex-m in examples
...
inline assembly is supported since rust 1.59, we're way past that.
enabling this makes the compiled code more compact, and on rp2040
even decreses memory usage by not needing thunks in sram.
2023-04-18 21:07:36 +02:00
577f060d24
Release embassy-sync v0.2.0
2023-04-13 23:40:49 +02:00
ab6179fb07
Fix duplicate package name
2023-04-11 12:03:08 +02:00
be37eee13d
Update embedded-hal crates.
2023-04-06 22:41:50 +02:00
611d023829
stm32: add H5 support.
2023-04-06 18:59:37 +02:00