| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -30/+0 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+3 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -13/+4 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | nrf/rng: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -4/+2 |
| | | |||||
| * | Remove unsafe from new on RND | huntc | 2022-01-06 | 1 | -1/+1 |
| | | | | | Unsafe is not required here given that all futures are required to live longer than their global peripheral instances. There are other occurrences of unsafe being used on new that should be removed. I started to do that but then went down a bit of a rabbit hole. | ||||
| * | Fix interrupt_take macro by specifying path to panic macro. | Matous Hybl | 2021-11-23 | 1 | -1/+1 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -1/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | examples: Consistently use unwrap! in favor of .unwrap() | Ben Gamari | 2021-08-05 | 1 | -3/+3 |
| | | | | | | Unfortunately errors from `embedded_graphics` and `core` doesn't provide the necessary instances currently. | ||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | Update RNG example | Liam Murphy | 2021-06-30 | 1 | -4/+17 |
| | | |||||
| * | Add an nRF RNG driver | Liam Murphy | 2021-06-29 | 1 | -0/+30 |
| Resolves #187 Like the stm32 driver, this has both a non-blocking and blocking API, and implements `rand_core::RngCore` for the blocking API. | |||||
