aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update U5 to init RCC.Bob McWhirter2021-11-082-3/+8
* Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-0732-198/+63
* Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.Matous Hybl2021-11-043-3/+8
* Merge #465bors[bot]2021-11-025-1/+90
|\
| * Omg. More formatting.Bob McWhirter2021-11-021-1/+0
| * Need to include a bit of embassy for the NVIC.Bob McWhirter2021-11-021-0/+3
| * Remove unused imports.Bob McWhirter2021-11-021-14/+0
| * Formatting, per usual.Bob McWhirter2021-11-021-5/+5
| * Add STM32U5 example.Bob McWhirter2021-11-024-0/+100
| * Adjust for STM32U5.Bob McWhirter2021-11-021-1/+2
* | Update versions of critical-section and atomic-polyfillUlf Lilleengen2021-11-023-3/+3
|/
* Initial support for STM32F767ZI.Matous Hybl2021-10-269-0/+240
* Fixed examplesDion Dokter2021-10-262-4/+2
* Another redo using the feedback.Dion Dokter2021-10-263-18/+14
* Fixed examples and added defmt format to the new error typesDion Dokter2021-10-262-4/+4
* - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-261-9/+9
* Merge #456bors[bot]2021-10-261-0/+37
|\
| * Fix clock setup for MSI and PLL to allow RNG opereationUlf Lilleengen2021-10-261-0/+37
* | Merge #441bors[bot]2021-10-261-0/+35
|\ \ | |/ |/|
| * Add implementation of async trait for STM32 I2C v2Ulf Lilleengen2021-10-211-0/+35
* | Merge #444bors[bot]2021-10-232-0/+45
|\ \
| * | nrf: add NVMC driver.Dario Nieuwenhuis2021-10-222-0/+45
| |/
* / Use upstream version of rust-lorawanUlf Lilleengen2021-10-222-4/+4
|/
* Merge #440bors[bot]2021-10-201-0/+28
|\
| * Add i2c example for L4Ulf Lilleengen2021-10-201-0/+28
* | Specify unit in log outputUlf Lilleengen2021-10-191-1/+1
* | Add support for temperature sensor peripheralUlf Lilleengen2021-10-191-0/+26
|/
* Merge #425bors[bot]2021-10-182-2/+64
|\
| * Use types to strengthen the buffer dimensioninghuntc2021-10-181-6/+4
| * Removed the Mode enum and factored out into two functions so that we can asse...huntc2021-10-181-2/+2
| * We have to reduce the buffer size to cater for the number of channels to scanhuntc2021-10-181-2/+2
| * We must allow the run handler to mutate statehuntc2021-10-181-2/+17
| * Implements continuous sampling for the nRF SAADChuntc2021-10-182-2/+51
* | examples/std: fix warningDario Nieuwenhuis2021-10-181-2/+1
|/
* Update clapDario Nieuwenhuis2021-10-182-4/+3
* Update to newer revision of async lorawan stackUlf Lilleengen2021-10-112-4/+4
* Merge pull request #417 from huntc/extend-saadcDario Nieuwenhuis2021-10-111-4/+6
|\
| * Extend SAADC one shot supporthuntc2021-10-091-4/+6
* | Merge pull request #410 from lulf/embassy-loraDario Nieuwenhuis2021-10-104-1/+192
|\ \ | |/ |/|
| * Add embassy-lora crateUlf Lilleengen2021-09-304-1/+192
* | nrf/saadc: remove Sample trait.Dario Nieuwenhuis2021-10-071-1/+1
|/
* Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek2021-09-285-0/+126
* Support for STM32L1Ulf Lilleengen2021-09-218-1/+181
* Update version of critical-sectionUlf Lilleengen2021-09-132-2/+2
* Add WASM support for executorUlf Lilleengen2021-09-135-1/+106
* embassy/channel: switch to use MutexKindDario Nieuwenhuis2021-09-131-3/+4
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-112-15/+22
* Update lots of depsDario Nieuwenhuis2021-09-1112-79/+76
* Merge pull request #381 from lulf/stm32wl55-subghzDario Nieuwenhuis2021-09-062-1/+130
|\
| * Add HAL for SubGhz peripheral for STM32 WL seriesUlf Lilleengen2021-09-022-1/+130