| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add adc oversampling support | Chen Yuheng | 2024-06-27 | 2 | -0/+58 |
| * | Merge pull request #3121 from embassy-rs/nrftests | Dario Nieuwenhuis | 2024-06-25 | 10 | -81/+219 |
| |\ | |||||
| | * | tests/nrf: add non-buffered uart tests. | Dario Nieuwenhuis | 2024-06-25 | 3 | -0/+100 |
| | * | tests/nrf: generalize buffereduart tests for all chips. | Dario Nieuwenhuis | 2024-06-25 | 6 | -75/+108 |
| | * | nrf/buffered_uart: take into account EASYDMA_SIZE. fixes nrf52832 | Dario Nieuwenhuis | 2024-06-25 | 1 | -4/+5 |
| | * | nrf: fix wrong order configuring gpios. | Dario Nieuwenhuis | 2024-06-25 | 2 | -2/+6 |
| |/ | |||||
| * | Merge pull request #3120 from embassy-rs/nrftests | Dario Nieuwenhuis | 2024-06-25 | 29 | -143/+306 |
| |\ | |||||
| | * | nrf/gpiote: fix port1 on nrf5340 | Dario Nieuwenhuis | 2024-06-25 | 1 | -8/+8 |
| | * | tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160 | Dario Nieuwenhuis | 2024-06-25 | 28 | -135/+298 |
| |/ | |||||
| * | Merge pull request #3119 from diondokter/rp-boot2-none | Dario Nieuwenhuis | 2024-06-25 | 1 | -0/+1 |
| |\ | |||||
| | * | RP: Shut up missed warning boot2-none | Dion Dokter | 2024-06-25 | 1 | -0/+1 |
| * | | Merge pull request #3118 from diondokter/rp-boot2-none | Dario Nieuwenhuis | 2024-06-25 | 2 | -0/+9 |
| |\| | |||||
| | * | Fix syntax error? | Dion Dokter | 2024-06-25 | 1 | -1/+1 |
| | * | RP: add option to provide your own boot2 | Dion Dokter | 2024-06-25 | 2 | -0/+9 |
| * | | Merge pull request #3117 from 9names/rp-example-fixes | James Munns | 2024-06-25 | 5 | -5/+17 |
| |\ \ | |||||
| | * | | Fix rngcore imports in examples | 9names | 2024-06-25 | 3 | -0/+6 |
| | * | | Replace joke seed with best RNG available | 9names | 2024-06-25 | 4 | -4/+10 |
| | * | | Use published version of reqwless | 9names | 2024-06-25 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3115 from 1-rafael-1/add-http-request-example-to-rp | James Munns | 2024-06-25 | 2 | -2/+201 |
| |\ \ | |||||
| | * | | rustfmt | rafael | 2024-06-24 | 1 | -2/+2 |
| | * | | comment the comments | rafael | 2024-06-24 | 1 | -2/+4 |
| | * | | rustfmt again | rafael | 2024-06-24 | 1 | -4/+2 |
| | * | | rustfmt | rafael | 2024-06-24 | 1 | -16/+9 |
| | * | | need to bring down binary size or flashing will corrupt the device | rafael | 2024-06-24 | 1 | -1/+5 |
| | * | | add wifi_webrequest example | rafael | 2024-06-23 | 2 | -2/+204 |
| * | | | Merge pull request #3113 from tshakah/patch-1 | Ulf Lilleengen | 2024-06-24 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Fix typo in README | Eli Hastings | 2024-06-24 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3044 from kalkyl/adc-multi | Henrik Alsér | 2024-06-22 | 3 | -5/+135 |
| |\ \ | |||||
| | * | | Change pin in HIL test | kalkyl | 2024-06-22 | 1 | -1/+1 |
| | * | | Add comment about internal api | kalkyl | 2024-06-22 | 1 | -0/+2 |
| | * | | rp: Add multichannel ADC | kalkyl | 2024-06-05 | 3 | -5/+133 |
| * | | | Merge pull request #3079 from aurelj/with_timeout | Ulf Lilleengen | 2024-06-22 | 2 | -1/+31 |
| |\ \ \ | |||||
| | * | | | implement with_timeout()/with_deadline() method style call on Future | Aurélien Jacobs | 2024-06-14 | 2 | -1/+31 |
| * | | | | Merge pull request #3095 from Adancurusul/g0_development | Ulf Lilleengen | 2024-06-22 | 3 | -0/+189 |
| |\ \ \ \ | |||||
| | * | | | | Update pwm_complementary.rs | Chen Yuheng | 2024-06-19 | 1 | -1/+0 |
| | * | | | | Add PWM examples for stm32g0 | Chen Yuheng | 2024-06-19 | 3 | -0/+190 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #3100 from romainreignier/feature/stm32wb_doc_fix | Ulf Lilleengen | 2024-06-22 | 8 | -8/+0 |
| |\ \ \ \ | |||||
| | * | | | | examples: stm32wb: remove comment about memory.x file | Romain Reignier | 2024-06-20 | 8 | -8/+0 |
| | |/ / / | |||||
| * | | | | Merge pull request #3101 from ROMemories/patch-1 | Dario Nieuwenhuis | 2024-06-20 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | docs(gpio): fix a typo regarding GPIO speed | ROMemories | 2024-06-20 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #3092 from tarfu/patch-1 | Dario Nieuwenhuis | 2024-06-18 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Update rust-toolchain-nightly.toml to compile with changes to fmt.rs | Tobias Breitwieser | 2024-06-18 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #3091 from embassy-rs/nrf-egu-peri | Dario Nieuwenhuis | 2024-06-18 | 13 | -0/+264 |
| |\ \ \ | |||||
| | * | | | cargo fmt | Ulf Lilleengen | 2024-06-18 | 1 | -16/+4 |
| | * | | | add HAL and example for using nRF EGU peripheral | Ulf Lilleengen | 2024-06-18 | 13 | -0/+276 |
| * | | | | Merge pull request #3090 from Adancurusul/add_G0_examples | Dario Nieuwenhuis | 2024-06-18 | 6 | -0/+153 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Add stm32g0 examples | Chen Yuheng | 2024-06-18 | 6 | -0/+153 |
| |/ / / | |||||
| * | | | Merge pull request #3087 from ProfFan/patch-2 | Dario Nieuwenhuis | 2024-06-17 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Update Cargo.toml to latest `stm32-metapac` | Fan Jiang | 2024-06-17 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge pull request #3085 from embassy-rs/collapse | Dario Nieuwenhuis | 2024-06-16 | 23 | -0/+391 |
| |\ \ \ | |||||
