| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix f7 boot example | Dion Dokter | 2025-05-01 | 1 | -1/+1 |
| * | Fix f7 example | Dion Dokter | 2025-05-01 | 1 | -1/+1 |
| * | Maybe fixed all CI | Dion Dokter | 2025-05-01 | 1 | -1/+1 |
| * | Merge branch 'main' into configurable-bank-support | diondokter | 2025-05-01 | 3 | -50/+58 |
| |\ | |||||
| | * | Merge pull request #4113 from alexmoon/twim-ram-buffer | Ulf Lilleengen | 2025-04-30 | 2 | -1/+5 |
| | |\ | |||||
| | | * | Make the nrf Twim RAM buffer a instance variable instead of stack allocated | Alex Moon | 2025-04-18 | 2 | -1/+5 |
| | * | | Updated the pio onewire example | Marc | 2025-04-25 | 1 | -49/+53 |
| | |/ | |||||
| * / | Add support for L5 | Dion Dokter | 2025-04-29 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3965 from toon23/stm32_usart-pin_config | Dario Nieuwenhuis | 2025-04-18 | 1 | -5/+8 |
| |\ | |||||
| | * | Stm32 usart: better names for open drain pin modes | Anton Pöhl | 2025-04-16 | 1 | -2/+2 |
| | * | Stm32 usart: remove HalfDuplexConfig | Anton Pöhl | 2025-04-11 | 1 | -5/+8 |
| * | | Merge pull request #4082 from markmurphydev/patch-1 | Dario Nieuwenhuis | 2025-04-18 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update blinky_wifi example name | Mark Murphy | 2025-04-12 | 1 | -1/+1 |
| * | | | Merge pull request #4089 from IvanLi-CN/g4-opamp | Dario Nieuwenhuis | 2025-04-18 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usage | Ivan Li | 2025-04-14 | 1 | -2/+2 |
| * | | | | rp: i2c-slave example: fix twice-swapped sda/scl | Matt Johnston | 2025-04-15 | 1 | -6/+6 |
| |/ / / | |||||
| * | | | Merge pull request #4085 from 1-rafael-1/add-rp235x-in-docs-comments | Ulf Lilleengen | 2025-04-14 | 26 | -30/+30 |
| |\ \ \ | |||||
| | * | | | Update adc.rs | rafael | 2025-04-14 | 1 | -1/+1 |
| | * | | | Update adc.rs | rafael | 2025-04-14 | 1 | -2/+2 |
| | * | | | update documentation and examples to mention RP235x | 1-rafael-1 | 2025-04-13 | 26 | -31/+31 |
| | |/ / | |||||
| * / / | update WiFi credentials to placeholders | 1-rafael-1 | 2025-04-13 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #4070 from JuliDi/patch-2 | Dario Nieuwenhuis | 2025-04-11 | 2 | -12/+0 |
| |\ \ | |||||
| | * | | remove incompatible device classes and protocol from RP webusb example | JuliDi | 2025-04-11 | 2 | -12/+0 |
| * | | | fixed fmt | Mick Chanthaseth | 2025-04-10 | 1 | -11/+3 |
| * | | | added qspi example for stm32h742 | Mick Chanthaseth | 2025-04-10 | 4 | -0/+380 |
| * | | | Update minimum FCB version to latest released | Felipe Balbi | 2025-04-10 | 1 | -1/+1 |
| * | | | Convert tabs into spaces | Felipe Balbi | 2025-04-10 | 1 | -26/+26 |
| * | | | Add Embassy iMXRT RTC Time Driver | Felipe Balbi | 2025-04-09 | 2 | -2/+4 |
| |/ / | |||||
| * | | Add embassy-imxrt | Felipe Balbi | 2025-04-09 | 9 | -0/+254 |
| * | | Update Cargo.toml | lonesometraveler | 2025-04-08 | 1 | -1/+1 |
| * | | Merge pull request #4016 from antonok-edm/emmc | Dario Nieuwenhuis | 2025-04-06 | 3 | -3/+3 |
| |\ \ | |||||
| | * | | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 3 | -3/+3 |
| | |/ | |||||
| * | | Merge pull request #4045 from mkj/dev/matt/xspi | Dario Nieuwenhuis | 2025-04-06 | 1 | -0/+448 |
| |\ \ | |||||
| | * | | Add stm32h7rs xpi_memory_mapped example | Matt Johnston | 2025-04-04 | 1 | -0/+448 |
| * | | | Merge pull request #3983 from mgomez0/topic/buffered-uart-take-pins-before-in... | Ulf Lilleengen | 2025-04-05 | 12 | -12/+12 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | BufferedUart initialization | Michael Gomez | 2025-04-04 | 12 | -12/+12 |
| | |/ | |||||
| * / | mspm0: blocking uart driver | i509VCB | 2025-03-29 | 10 | -5/+180 |
| |/ | |||||
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 45 | -45/+45 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 57 | -138/+180 |
| * | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 6 | -14/+12 |
| * | Merge pull request #3966 from i509VCB/mspm0-init | Ulf Lilleengen | 2025-03-21 | 35 | -0/+791 |
| |\ | |||||
| | * | How about debug=0 for c1104? | i509VCB | 2025-03-15 | 1 | -2/+2 |
| | * | more aggressive debug level for CI? | i509VCB | 2025-03-15 | 1 | -2/+2 |
| | * | Remove temporary target yamls | i509VCB | 2025-03-15 | 4 | -667/+2 |
| | * | rustfmt 2: electric boogaloo | i509VCB | 2025-03-13 | 10 | -40/+20 |
| | * | Embassy for MSPM0 | i509VCB | 2025-03-13 | 37 | -0/+1476 |
| * | | w/ static config, don't need to wait for DHCP | Steven Friedman | 2025-03-20 | 1 | -1/+1 |
| * | | reformat | Steven Friedman | 2025-03-20 | 1 | -3/+6 |
| * | | define stm32h7rs ethernet pin traits | Steven Friedman | 2025-03-20 | 2 | -1/+117 |
| * | | Added ADC support for STM32C0. | Timofei Korostelev | 2025-03-20 | 1 | -0/+57 |
| |/ | |||||
