49bed094a3
Merge branch 'embassy-rs:master' into master
2023-04-28 13:35:22 -05:00
49ecd8d7c5
Remove external-lora-phy feature.
2023-04-28 13:33:20 -05:00
9d610c6866
Remove legacy LoRa drivers.
2023-04-27 11:05:33 -05:00
42a8f1671d
Bump versions preparing for -macros and -executor release
2023-04-27 11:54:22 +02:00
edef790e1a
build fixes for stable
2023-04-26 20:45:59 +02:00
52decfb16c
Add nightly feature specification for lora-phy.
2023-04-26 10:51:02 -05:00
91047c61b9
Correct nightly feature specification.
2023-04-26 10:18:40 -05:00
f729d2d060
Deprecate original LoRa drivers. Update rust-lorawan releases.
2023-04-25 13:51:19 -05:00
0a2f7b4661
Use released lora-phy.
2023-04-21 17:41:25 -05:00
02c86bca52
Add external LoRa physical layer functionality.
2023-04-21 01:20:46 -05: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
4044d728a6
update to released versions
2023-04-17 15:44:58 +02:00
63941432e3
Update to rust-lorawan with afit support
2023-04-15 01:00:12 +02:00
577f060d24
Release embassy-sync v0.2.0
2023-04-13 23:40:49 +02:00
d3c4e4a20a
executor: add Pender, rework Cargo features.
...
This introduces a `Pender` struct with enum cases for thread-mode, interrupt-mode and
custom callback executors. This avoids calls through function pointers when using only
the thread or interrupt executors. Faster, and friendlier to `cargo-call-stack`.
`embassy-executor` now has `arch-xxx` Cargo features to select the arch and to enable
the builtin executors (thread and interrupt).
2023-04-03 03:09:11 +02:00
1dcb0ea1f5
Bump defmt-rtt to 0.4
2022-11-29 21:15:24 +01:00
1e2fb0459d
Switch to async-fn-in-trait
2022-11-25 21:02:06 +01:00
eeb072d9cb
Update Rust nightly.
2022-10-26 16:47:29 +02:00
6718ca3a94
all Cargo.toml: Add license to all crate Cargo.toml files
...
Closes: https://github.com/embassy-rs/embassy/issues/1002
2022-10-07 12:41:56 +02:00
22c32b5d5c
Merge #939
...
939: time: add more tick rates, use 1mhz as default. r=Dirbaio a=Dirbaio
Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net >
2022-09-04 22:13:34 +00:00
5327b9c289
time: add more tick rates, use 1mhz as default.
2022-09-02 00:59:34 +02:00
2636a8dc2e
Use released rust-lorawan with radio fixes
2022-08-26 15:44:58 +02:00
21072bee48
split embassy-util
into embassy-futures
, embassy-sync
.
2022-08-22 22:18:13 +02:00
478f472784
Remove Forever, switch to static_cell.
2022-08-22 16:11:40 +02:00
5daa173ce4
Split embassy-time from embassy-executor.
2022-08-18 01:22:30 +02:00
67edea4168
Update to critical-section 1.0, atomic-polyfill 1.0
2022-08-17 19:01:56 +02:00
a0f1b0ee01
Split embassy crate into embassy-executor, embassy-util.
2022-07-29 23:40:36 +02:00
1f746e0939
Remove the authors field from Cargo.tomls
...
It currently contains whoever was first to write some code for the crate,
even if many more people have contributed to it later.
The field is "sort of" deprecated, it was made optional recently:
https://rust-lang.github.io/rfcs/3052-optional-authors-field.html
Due the the reasons listed there I believe removing it is better than
setting it to generic fluff like "The Embassy contributors".
2022-06-18 02:16:40 +02:00
88e36a70bd
Update to 2021 edition. ( #820 )
2022-06-18 02:15:48 +02:00
962fabe5c9
examples/stm32*, tests/stm32: specify time-tick-32768hz
2022-05-31 16:14:23 -05:00
47ceee47d5
Update embedded-io to 0.3
2022-05-19 00:36:18 +02:00
931a137f8c
Replace embassy::io with embedded_io.
2022-05-07 01:45:54 +02:00
484e0acc63
Add stm32 flash + bootloader support
...
* Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but
should be similar to WL.
* Add embassy-boot-stm32 for bootloading on STM32.
* Add flash examples and bootloader examples
* Update stm32-data
2022-04-27 15:17:18 +02:00
2c0e28aa0c
Update to released lorawan crates
2022-04-26 19:06:15 +02:00
86e52e67d0
Update to latest rust-lorawan version
2022-04-08 12:58:57 +02:00
82803bffda
Use embassy/defmt-timestamp-uptime in all examples.
2022-04-02 04:35:06 +02:00
340eb4eead
stm32: add rust stable support
2022-02-12 02:45:52 +01:00
0719b05d63
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
2022-01-27 00:08:02 +01:00
4032fc0655
Support unstable-trait feature for stm32
2022-01-26 22:39:06 +01:00
79f60adbfb
stm32: add time-driver-any
cargo feature that automatically picks one available timer.
2022-01-24 00:24:53 +01:00
98f24bf819
examples/stm32l0: cleanup
2022-01-19 17:59:55 +01:00
2bc105803a
Make exti an optional feature
...
* Add embassy-stm32 build with exti
* Add exti to examples
2022-01-12 14:28:10 +01:00
985c11fad5
Update rust-toolchain
2021-12-16 11:34:20 +01:00
9a730ef692
Refactor sx127x radio to use async SPI with DMA
2021-12-03 09:53:28 +01:00
b9693c0b91
Update rust-lorawan to version supporting defmt 0.3
2021-12-02 19:10:29 +01:00
3332c40705
examples: remove unused deps.
2021-11-29 02:07:48 +01:00
9b17b3d721
Remove unused deps
2021-11-15 20:13:22 +01:00
a770fc77c9
Adjust all examples to defmt 0.3.
2021-11-15 11:19:19 -05:00
504655d491
Use upstream version of rust-lorawan
2021-10-22 19:33:15 +02:00
5ae276fe50
Update to newer revision of async lorawan stack
2021-10-11 13:51:00 +02:00