| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 5 | -10/+10 | |
| | | ||||||
| * | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 1 | -2/+1 | |
| | | ||||||
| * | chore: prepare embassy-net release | Ulf Lilleengen | 2025-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | document clock settings in examples/stm32f4/.../i2s_dma.rs | vinsynth | 2025-02-03 | 1 | -0/+2 | |
| | | ||||||
| * | update examples/stm32f4/.../i2s_dma.rs | vinsynth | 2025-02-03 | 1 | -19/+67 | |
| | | ||||||
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 2 | -8/+6 | |
| | | | | | | We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB. | |||||
| * | Merge pull request #3795 from nikvoid/stm32-phy-addr-detection | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 | |
| |\ | | | | | | | STM32: Option to detect Ethernet PHY address automatically | |||||
| | * | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 | |
| |/ | | | | Prepare version 0.6.2 for release | |||||
| * | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-net drivers | Dániel Buga | 2025-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 6 | -41/+0 | |
| | | ||||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 | |
| | | ||||||
| * | Remove use of static mut. | Dario Nieuwenhuis | 2024-12-16 | 1 | -8/+11 | |
| | | ||||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | feat: change SOF timer to input capture | elagil | 2024-11-24 | 1 | -19/+31 | |
| | | ||||||
| * | feat(stm32f4): add usb audio example | elagil | 2024-11-24 | 2 | -0/+376 | |
| | | ||||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 | |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | |||||
| * | Fix multiprio examples for stm32 devices. | Cedric VINCENT | 2024-11-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Commit bbe1eebc has changed the order of TIM candidates when using the time-driver-any feature. For instance, in the case of STM32F3, it previously returned TIM2 but now returns TIM15. Consequently, the "multiprio" example no longer works as it requires three *free* CC register (for alarms), while TIM15 provides only one (CC1 is always reserved for regular time keeping). This commit was successfully tested on STM32F3. Additionally, I verified that all the examples using a timer for STM32F0 and STM32F4 still build correctly. Fixes #2749 | |||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #3317 from GrantM11235/simplepwmchannel | Ulf Lilleengen | 2024-10-23 | 2 | -12/+11 | |
| |\ | | | | | | | embassy-stm32: Add SimplePwmChannel | |||||
| | * | last oops I promise | Grant Miller | 2024-09-06 | 2 | -3/+2 | |
| | | | ||||||
| | * | Update examples | Grant Miller | 2024-09-06 | 2 | -11/+11 | |
| | | | ||||||
| * | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Revise I2S interface to ring-buffered. | Alexandros Liarokapis | 2024-10-16 | 1 | -7/+6 | |
| | | | ||||||
| * | | embassy_stm32/eth: support compliance testing | Gerhard de Clercq | 2024-09-20 | 1 | -0/+77 | |
| | | | | | | | | | | | | | This change adds the possibility to perform compliance testing with STM32 systems by directly exposing SMI when needed. Users can then use this to configure PHY registers for test modes. | |||||
| * | | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 3 | -19/+16 | |
| |/ | ||||||
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 3 | -21/+6 | |
| | | ||||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | bump more udbd-hid usages to 0.8.1 | JuliDi | 2024-07-16 | 1 | -1/+1 | |
| | | ||||||
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 2 | -6/+6 | |
| | | ||||||
| * | Merge pull request #3132 from oro-os/wiznet-version-check | Dario Nieuwenhuis | 2024-07-02 | 1 | -1/+3 | |
| |\ | | | | | | | wiznet: add version check to initialization sequence | |||||
| | * | wiznet: add version check to initialization sequence | Josh Junon | 2024-06-30 | 1 | -1/+3 | |
| | | | ||||||
| * | | CI | seth | 2024-06-24 | 1 | -8/+13 | |
| | | | ||||||
| * | | second adc added to example + API todos completed | seth | 2024-06-24 | 1 | -6/+26 | |
| | | | ||||||
| * | | fmt | seth | 2024-06-24 | 1 | -3/+2 | |
| | | | ||||||
| * | | new PR, taking Dirbao's advice to make the DMA impl in a separate struct ↵ | seth | 2024-06-24 | 1 | -0/+59 | |
| |/ | | | | that consumes Adc<T> to make RingBufferedAdc<T>. Handling overrun similar to RingBufferedUart | |||||
| * | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064) | Daniel Philipp | 2024-06-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | * 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 #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. | |||||
| * | | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 5 | -5/+5 | |
| | | ||||||
| * | Merge pull request #3014 from brunob45/pwm_input | Dario Nieuwenhuis | 2024-05-31 | 1 | -0/+54 | |
| |\ | | | | | | | Add PWM Input for STM32 | |||||
