aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2414 from JomerDev/usb-logger-without-deviceUlf Lilleengen2024-02-122-17/+184
|\
| * Move usb clas loop to private functionJomer.Dev2024-02-121-42/+33
| * Fix formattingJomer.Dev2024-01-081-10/+8
| * Better explanationJomer.Dev2024-01-081-1/+2
| * Fix log messages not always showing up straight awayJomer.Dev2024-01-081-0/+6
| * Add exampleJomer.Dev2024-01-081-0/+117
| * Add function to create logger from classJomer.Dev2024-01-081-0/+54
* | Merge pull request #2561 from embassy-rs/net-docs2Dario Nieuwenhuis2024-02-121-2/+2
|\ \
| * | net: enable dhcpv4-hostname feature in docs.Dario Nieuwenhuis2024-02-121-2/+2
|/ /
* | Merge pull request #2560 from embassy-rs/rcc-f3Dario Nieuwenhuis2024-02-1210-411/+350
|\ \
| * | stm32/rcc: port F3 RCC to new APIDario Nieuwenhuis2024-02-1210-411/+350
|/ /
* | Merge pull request #2555 from eZioPan/timer-doc-fixDario Nieuwenhuis2024-02-101-8/+14
|\ \
| * | timer-doc-fixeZio Pan2024-02-101-8/+14
|/ /
* | Merge pull request #2553 from embassy-rs/update-metapac55Dario Nieuwenhuis2024-02-103-2/+4
|\ \
| * | stm32: update metapac.Dario Nieuwenhuis2024-02-103-2/+4
|/ /
* | Merge pull request #2499 from eZioPan/update-metapac8Dario Nieuwenhuis2024-02-108-229/+446
|\ \
| * | use cfg_if to reduce macro conditioneZio Pan2024-02-101-20/+14
| * | doc fixeZio Pan2024-02-101-8/+11
| * | restore original public API of timer, but keep new PACeZio Pan2024-02-105-337/+272
| * | bug fixeZio Pan2024-02-101-3/+3
| * | stm32-timer: filter out c0, f1 and f37xeZio Pan2024-02-101-3/+3
| * | stm32-timer: L0 is specialeZio Pan2024-02-101-0/+20
| * | add methods with macroeZio Pan2024-02-105-307/+281
| * | asdkfDario Nieuwenhuis2024-02-101-1/+1
| * | update timer mod after stm32-metapac timer_v2eZio Pan2024-02-098-137/+427
| * | minor fixeZio Pan2024-02-091-0/+1
|/ /
* | Merge pull request #2544 from shufps/feat/adc-l0Dario Nieuwenhuis2024-02-096-18/+82
|\ \
| * | made adc example working with default clock configuration and switched in `v1...shufps2024-02-082-7/+6
| * | fmtshufps2024-02-081-1/+0
| * | clippyshufps2024-02-081-2/+1
| * | clippyshufps2024-02-081-2/+1
| * | cargo fmtshufps2024-02-081-1/+1
| * | added ADC example running on L0shufps2024-02-081-0/+46
| * | added support for ADC of L0sshufps2024-02-085-18/+40
* | | Merge pull request #2541 from xgroleau/fix/executor-rtos-usage-timeDario Nieuwenhuis2024-02-092-1/+13
|\ \ \
| * | | fix: removed trailing commaxgroleau🐢2024-02-081-1/+1
| * | | fix: missing 0xgroleau🐢2024-02-081-1/+1
| * | | fix: compilation for rtos tracexgroleau🐢2024-02-083-5/+13
| * | | fix: rtos-usage time missingxgroleau🐢2024-02-062-1/+5
* | | | Merge pull request #2397 from tyler-gilbert/add-write-immediate-api-dma-ring-...Ulf Lilleengen2024-02-093-0/+25
|\ \ \ \
| * | | | Add write_immediate() function to STM32 DMA ringbuffer API to pre-fill the bu...Tyler Gilbert2024-01-033-0/+25
* | | | | Merge pull request #2540 from badrbouslikhin/bootloader-modular-flash-partitionsUlf Lilleengen2024-02-0932-71/+320
|\ \ \ \ \
| * | | | | ci(boot): add new example and fix bootloader/stm32wb-dfu Badr Bouslikhin2024-02-071-1/+2
| * | | | | docs(boot): ignore partial non-compilable example in rustdoc Badr Bouslikhin2024-02-073-3/+3
| * | | | | docs(boot): document from_linkerfile_blocking method Badr Bouslikhin2024-02-072-2/+63
| * | | | | fix(boot): update examples Badr Bouslikhin2024-02-0718-44/+24
| * | | | | fix(boot): update stm32wb-dfu example readme Badr Bouslikhin2024-02-072-2/+2
| * | | | | refactor(boot): change generics name to match existing convention Badr Bouslikhin2024-02-073-18/+15
| * | | | | feat: enhance bootloader for multiple flash support Badr Bouslikhin2024-02-0610-21/+231
| | |/ / / | |/| | |
* | | | | Merge pull request #2354 from AdinAck/docs-generation-1Ulf Lilleengen2024-02-092-9/+25
|\ \ \ \ \