| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Applied formatting | David Haig | 2024-06-28 | 1 | -24/+18 | |
| | | | | | | | ||||||
| | * | | | | | Moved ltdc example to its own crate | David Haig | 2024-06-28 | 7 | -15/+111 | |
| | | | | | | | ||||||
| | * | | | | | Get dsi_bsp example to compile again | David Haig | 2024-06-28 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Add support for the stm32 ltdc display peripheral | David Haig | 2024-06-27 | 3 | -0/+486 | |
| | |/ / / / | ||||||
| * / / / / | rp/i2c: add address flexibility and example | Krzysztof Królczyk | 2024-06-28 | 1 | -0/+85 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Previous i2c examples are using either blocking Embassy API or e-h traits, this example uses Embassy pub API directly. Signed-off-by: Krzysztof Królczyk <[email protected]> | |||||
| * | | | | 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 | |||||
| | * | | | 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 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | Add PWM examples for stm32g0 | |||||
| | * | | | | 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 | |
| |/ / / | | | | | | | | | | File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d | |||||
| * | | | Merge pull request #3091 from embassy-rs/nrf-egu-peri | Dario Nieuwenhuis | 2024-06-18 | 1 | -0/+43 | |
| |\ \ \ | | | | | | | | | | | | | add HAL and example for using nRF EGU peripheral | |||||
| | * | | | 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 ↵ | rafael | 2024-06-13 | 4 | -8/+8 | |
| | | | | | | | | | | | | | 0x10100000 yields: Error: --format has been renamed to --binary-format. Please use --binary-format bin instead of --format bin | |||||
| * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | * Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples * fixed formatting * Changed to using embassy_time::block_for() * removed my formatting scripts * specify embassy_time::Duration | |||||
| * | | Merge pull request #3062 from kkrolczyk/kk/bootloader-typos | Dario Nieuwenhuis | 2024-06-10 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | fix docu typos, linker addr example | |||||
| | * | | stm32/boot: update linker file in example | Krzysztof Królczyk | 2024-06-10 | 1 | -1/+1 | |
| | |/ | | | | | | | Signed-off-by: Krzysztof Królczyk <[email protected]> | |||||
| * | | Merge pull request #3057 from dvdsk/docs-net-size | Dario Nieuwenhuis | 2024-06-07 | 2 | -0/+140 | |
| |\ \ | | | | | | | | | | Document w5500 State and add w5500 example for stmf4 | |||||
| | * | | 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 | |
| | |/ | | | | | | | | | | | This example takes into account the lower memory on the stm32f4. That should prevent anyone wanting to use the w5500 on any stm from adapting the w5500 example for the rp which uses a lot more RAM. | |||||
| * | | 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 | |||||
| | * | 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 | |
| | | | | | the main ci.sh now passes if running with nightly. | |||||
| * | Merge pull request #3014 from brunob45/pwm_input | Dario Nieuwenhuis | 2024-05-31 | 3 | -0/+160 | |
| |\ | | | | | | | Add PWM Input for STM32 | |||||
| | * | 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 | |
| | | | | | | | Co-authored-by: Romain Reignier <[email protected]> | |||||
| | * | 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 | |
| | |\ | ||||||
