Commit Graph

27 Commits

Author SHA1 Message Date
0a27b6cedb Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
a89a0c2f12 Initial add for sx126x 2022-09-27 21:55:41 -05:00
d6e8a11ea7 Update documentation link
This commit updates the documentation link which currently results in a
404 Not Found.
2022-09-03 14:50:37 +02:00
5daa173ce4 Split embassy-time from embassy-executor. 2022-08-18 01:22:30 +02:00
fc6e1e06b3 Remove HAL initialization from #[embassy::main] macro. 2022-08-17 22:16:46 +02:00
a0f1b0ee01 Split embassy crate into embassy-executor, embassy-util. 2022-07-29 23:40:36 +02:00
eb23733767 Ignore compiling rust code 2022-06-15 10:44:15 +02:00
aaebea00eb Ensure links get formatted correctly in cargo doc 2022-06-15 10:24:18 +02:00
f8f56c926d Include README.md in crate documentation 2022-06-15 09:06:18 +02:00
00c51c8fd5 More README fix. 2022-04-19 01:35:13 +02:00
6c1dccf86e Readme formatting fix. 2022-04-19 01:34:39 +02:00
a8b9593a9a Readme fix. 2022-04-19 01:32:09 +02:00
19fa882d99 New README. 2022-04-19 01:31:20 +02:00
0719b05d63 traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. 2022-01-27 00:08:02 +01:00
91e0c6df73 Some notes in the readme about docs 2021-12-13 13:23:18 +01:00
990d2330db Rust Analyzer documentation
Intends to clarify how to make Embassy usable from within Visual Studio Code by assuming the presence of the Rust Analyzer.

Note that IntelliJ does not support the Rust Analyzer, so an open question remains as to the whether this is a good move. If it turns out not to be a good move then we should still look at clarifying the use of a workspace file.
2021-12-09 10:40:03 +11:00
cef6158c31 Extend SAADC one shot support
One-shot mode now permits the sampling of differential pins, and the sampling of multiple pins simultaneously.

A new ChannelConfig structure has been introduced so that multiple channels can be configured individually. Further, the `sample` method now accepts a buffer into which samples are written.

Along the way, I've reset some default configuration to align with Nordic's settings in their nrfx saadc driver. Specifically, the channel gain defaults to 6 (from 4) and the time defaults to 10us (from 20us).
2021-10-09 11:25:18 +11:00
abe13e6b18 Trivial to trigger checks from CI. 2021-07-28 09:09:19 -04:00
f7bef60c8a Improve examples section of readme 2021-06-05 13:34:44 +10:00
639059ba33 readme: add wiki link 2021-03-22 17:21:08 -05:00
5b8c18dad3 Fix probe-run install command 2021-03-14 23:17:45 +03:00
9626aee7db Move traits to separate crate. 2021-03-02 00:32:23 +01:00
8fa3294f35 Update readme 2021-01-02 20:13:35 +01:00
78135a81d9 Remove anyfmt 2020-11-27 18:42:59 +01:00
68eac3a57c Add multi-priority executor example. 2020-09-26 00:36:02 +02:00
a734a9ff46 Update README. 2020-09-25 03:50:14 +02:00
9a57deef9b First commit 2020-09-22 18:03:43 +02:00