| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added comment | shufps | 2024-06-28 | 1 | -0/+1 |
| * | added DDS example | shufps | 2024-06-28 | 2 | -1/+118 |
| * | 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 |
| * | 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 #3044 from kalkyl/adc-multi | Henrik Alsér | 2024-06-22 | 1 | -0/+54 |
| |\ | |||||
| | * | rp: Add multichannel ADC | kalkyl | 2024-06-05 | 1 | -0/+54 |
| * | | 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 |
| * | | | examples: stm32wb: remove comment about memory.x file | Romain Reignier | 2024-06-20 | 8 | -8/+0 |
| |/ / | |||||
| * | | Merge pull request #3091 from embassy-rs/nrf-egu-peri | Dario Nieuwenhuis | 2024-06-18 | 1 | -0/+43 |
| |\ \ | |||||
| | * | | cargo fmt | Ulf Lilleengen | 2024-06-18 | 1 | -16/+4 |
| | * | | add HAL and example for using nRF EGU peripheral | Ulf Lilleengen | 2024-06-18 | 1 | -0/+55 |
| * | | | Add stm32g0 examples | Chen Yuheng | 2024-06-18 | 6 | -0/+153 |
| |/ / | |||||
| * | | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -5/+5 |
| * | | --binary-format bin in rp examples | rafael | 2024-06-15 | 4 | -8/+8 |
| * | | typo: was missing "bin" | rafael | 2024-06-14 | 4 | -8/+8 |
| * | | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10... | rafael | 2024-06-13 | 4 | -8/+8 |
| * | | Add example for touch sensitive controller | Karun | 2024-06-13 | 1 | -0/+89 |
| * | | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064) | Daniel Philipp | 2024-06-12 | 7 | -14/+14 |
| * | | Merge pull request #3062 from kkrolczyk/kk/bootloader-typos | Dario Nieuwenhuis | 2024-06-10 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | stm32/boot: update linker file in example | Krzysztof Królczyk | 2024-06-10 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #3057 from dvdsk/docs-net-size | Dario Nieuwenhuis | 2024-06-07 | 2 | -0/+140 |
| |\ \ | |||||
| | * | | cargo fmt | dvdsk | 2024-06-08 | 1 | -8/+7 |
| | * | | Adds an example for using the w5500 with an stm32f4 | dvdsk | 2024-06-07 | 2 | -0/+141 |
| | |/ | |||||
| * | | Merge pull request #3040 from embassy-rs/embassy-time-0.3.1 | Ulf Lilleengen | 2024-06-05 | 43 | -43/+43 |
| |\ \ | |/ |/| | |||||
| | * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 43 | -43/+43 |
| * | | Add description | kalkyl | 2024-06-04 | 1 | -0/+3 |
| * | | core atomic | kalkyl | 2024-06-04 | 1 | -1/+2 |
| * | | rp: Add zerocopy channel example | kalkyl | 2024-06-04 | 1 | -0/+90 |
| |/ | |||||
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 8 | -8/+8 |
| * | Fix F7 example. | Corey Schuhen | 2024-06-02 | 1 | -1/+1 |
| * | stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+1 |
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 28 | -21/+34 |
| * | Merge pull request #3014 from brunob45/pwm_input | Dario Nieuwenhuis | 2024-05-31 | 3 | -0/+160 |
| |\ | |||||
| | * | fix fmt | Bruno Bousquet | 2024-05-29 | 2 | -2/+8 |
| | * | rename get_width_ticks and add info!() in examples | Bruno Bousquet | 2024-05-29 | 2 | -10/+8 |
| | * | Apply suggestions from code review | Bruno Bousquet | 2024-05-29 | 3 | -3/+3 |
| | * | fix fmt again | Bruno Bousquet | 2024-05-29 | 2 | -4/+2 |
| | * | Merge branch 'pwm_input_f103' into pwm_input | Bruno Bousquet | 2024-05-29 | 2 | -2/+4 |
| | |\ | |||||
| | | * | fix fmt | Bruno Bousquet | 2024-05-29 | 2 | -2/+4 |
| | * | | remove dev files | Bruno Bousquet | 2024-05-29 | 10 | -203/+3 |
| | |/ | |||||
| | * | fix F103 example | Bruno Bousquet | 2024-05-29 | 2 | -2/+4 |
