| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Adjust stm32wb-dfu example memory maps to fix linker errors | Kaitlyn Kenwell | 2023-12-14 | 2 | -4/+4 | |
| | * | | | | Adjust toml files, fix application example | Kaitlyn Kenwell | 2023-12-14 | 3 | -8/+8 | |
| | * | | | | Add examples to ci.sh | Kaitlyn Kenwell | 2023-12-14 | 2 | -1/+2 | |
| | * | | | | SCB::sys_reset has a DSB internally, no need to replicate | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 | |
| | * | | | | fmt | Kaitlyn Kenwell | 2023-12-14 | 1 | -1/+0 | |
| | * | | | | fmt | Kaitlyn Kenwell | 2023-12-14 | 1 | -2/+2 | |
| | * | | | | Address reviews | Kaitlyn Kenwell | 2023-12-14 | 19 | -41/+307 | |
| | * | | | | Last fmt hopefully | Kaitlyn Kenwell | 2023-12-13 | 1 | -1/+1 | |
| | * | | | | Formatting fixes, add example using stm32wb55 | Kaitlyn Kenwell | 2023-12-13 | 14 | -2/+411 | |
| | * | | | | fmt | Kaitlyn Kenwell | 2023-12-13 | 4 | -64/+73 | |
| | * | | | | Merge branch 'main' into feature/embassy-usb-dfu | Kaitlyn Kenwell | 2023-12-13 | 3 | -1/+24 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Add embassy-usb-dfu | Kaitlyn Kenwell | 2023-12-13 | 10 | -7/+492 | |
| * | | | | | | Merge pull request #2288 from embassy-rs/ci-cache-test | Dario Nieuwenhuis | 2023-12-14 | 4 | -3/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ci: fix test job not caching anything. | Dario Nieuwenhuis | 2023-12-14 | 4 | -3/+7 | |
| * | | | | | | | Merge pull request #2287 from embassy-rs/eh-rc3 | Dario Nieuwenhuis | 2023-12-14 | 41 | -203/+238 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 41 | -203/+238 | |
| * | | | | | | | Merge pull request #2286 from eZioPan/update-metapac5 | Dario Nieuwenhuis | 2023-12-14 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | after stm32-metapac update, TIM CR1 ARPE enum to bool | eZio Pan | 2023-12-14 | 2 | -3/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2285 from plaes/boot-partition-formatting-docs-rs | Ulf Lilleengen | 2023-12-14 | 1 | -25/+11 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | embassy-boot: Fix formatting for tables | Priit Laes | 2023-12-14 | 1 | -25/+11 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #2283 from embassy-rs/clarify-boot-requirements | Dario Nieuwenhuis | 2023-12-13 | 2 | -1/+22 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | docs: more docs in embassy-boot crate documentation | Ulf Lilleengen | 2023-12-13 | 2 | -1/+22 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2280 from plaes/embassy-boot-partition-docs | Ulf Lilleengen | 2023-12-13 | 1 | -0/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | embassy-boot: Add explanation to dfu vs active size assertion | Priit Laes | 2023-12-13 | 1 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #2276 from cschuhen/stm32f1-can-example | Dario Nieuwenhuis | 2023-12-11 | 1 | -0/+67 | |
| |\ \ \ | ||||||
| | * | | | More formatting. | Corey Schuhen | 2023-12-11 | 1 | -2/+1 | |
| | * | | | Update formatting. | Corey Schuhen | 2023-12-11 | 1 | -19/+8 | |
| | * | | | Add example for using CAN with STM32F103 (BluePill) with a real CAN | Corey Schuhen | 2023-12-11 | 1 | -0/+79 | |
| |/ / / | ||||||
| * | | | Merge pull request #2275 from lights0123/stm32-usart-invert | Dario Nieuwenhuis | 2023-12-10 | 1 | -1/+17 | |
| |\ \ \ | ||||||
| | * | | | stm32: usart pin inversion | lights0123 | 2023-12-10 | 1 | -1/+17 | |
| |/ / / | ||||||
| * | | | Merge pull request #2272 from cbruiz/feature/more-gp-timer-driver-candidates | Dario Nieuwenhuis | 2023-12-09 | 3 | -2/+31 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | * Add GP TIM9 and TIM11 to be used as time_driver | Carlos Barrales Ruiz | 2023-12-09 | 3 | -2/+31 | |
| |/ / | ||||||
| * | | Merge pull request #2271 from embassy-rs/update-metapac4 | Dario Nieuwenhuis | 2023-12-08 | 3 | -2/+4 | |
| |\ \ | ||||||
| | * | | stm32: update stm32-metapac. Fixes USB on STM32WB. | Dario Nieuwenhuis | 2023-12-08 | 3 | -2/+4 | |
| * | | | Merge pull request #2270 from Redrield/fix/wb55-usb | Dario Nieuwenhuis | 2023-12-08 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Conditionally compile line for all stm32wb chips | Kaitlyn Kenwell | 2023-12-08 | 1 | -1/+1 | |
| | * | | Assert CR2.USV on stm32wb55, wb35 series chips | Kaitlyn Kenwell | 2023-12-08 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #2267 from embassy-rs/e-h-internal-docs | Ulf Lilleengen | 2023-12-08 | 6 | -2/+27 | |
| |\ \ | ||||||
| | * | | docs: document all public apis of embedded-hal-internal | Ulf Lilleengen | 2023-12-08 | 6 | -2/+27 | |
| * | | | Merge pull request #2268 from embassy-rs/doc-bind-interrupts | Dario Nieuwenhuis | 2023-12-08 | 3 | -0/+56 | |
| |\ \ \ | ||||||
| | * | | | Document how to bind multiple interrupts and handlers in `bind_interrupts!`. | Dario Nieuwenhuis | 2023-12-08 | 3 | -0/+56 | |
| |/ / / | ||||||
| * | | | Merge pull request #2263 from embassy-rs/jamesmunns-patch-2 | Dario Nieuwenhuis | 2023-12-08 | 1 | -1/+2 | |
| |\ \ \ | ||||||
| | * | | | Tweak FAQ size profile suggestions | James Munns | 2023-12-07 | 1 | -1/+2 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #2265 from JuliDi/docs-best-practices | Dario Nieuwenhuis | 2023-12-08 | 2 | -2/+56 | |
| |\ \ \ | ||||||
| | * | | | add best practices first draft | JuliDi | 2023-12-08 | 2 | -2/+56 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #2251 from JuliDi/faq-performance-tweaks | Dario Nieuwenhuis | 2023-12-08 | 1 | -0/+17 | |
| |\ \ \ | ||||||
| | * | | | fix Cargo.toml and config.toml keys | JuliDi | 2023-12-05 | 1 | -4/+5 | |
| | * | | | remove unnecessary backtick | JuliDi | 2023-12-04 | 1 | -1/+1 | |
| | * | | | add speed optimization | JuliDi | 2023-12-04 | 1 | -0/+16 | |
| * | | | | Merge pull request #2246 from CaptainMaso/adc_f3_v1_1 | Dario Nieuwenhuis | 2023-12-08 | 14 | -32/+572 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
