b3e74ebc34
fmt
2023-12-19 22:56:25 +01:00
29114c849d
fmt
2023-12-19 22:56:25 +01:00
4757257ac0
Address reviews
2023-12-19 22:56:25 +01:00
686ee2cb14
Last fmt hopefully
2023-12-19 22:56:25 +01:00
ea21052fde
Formatting fixes, add example using stm32wb55
2023-12-19 22:56:25 +01:00
6513d03fdf
fmt
2023-12-19 22:56:25 +01:00
0b26b2d360
Add embassy-usb-dfu
2023-12-19 22:56:25 +01:00
08203d4c04
ci: fix test job not caching anything.
2023-12-19 22:56:25 +01:00
9d8dbd67fe
Update embedded-hal to 1.0.0-rc.3
2023-12-19 22:56:25 +01:00
7b9b22d7f8
Merge pull request #2286 from eZioPan/update-metapac5
...
after stm32-metapac update, TIM CR1 ARPE enum to bool
2023-12-14 14:04:55 +00:00
879c0ad989
after stm32-metapac update, TIM CR1 ARPE enum to bool
2023-12-14 21:33:35 +08:00
2c3d399220
Merge pull request #2285 from plaes/boot-partition-formatting-docs-rs
...
embassy-boot: Fix formatting for tables
2023-12-14 07:44:07 +00:00
b17f16f0af
embassy-boot: Fix formatting for tables
...
Tables describing the a-b flashing were all garbled up in the
cargo doc output, so fix up the syntax.
2023-12-14 09:12:54 +02:00
1279a1b7f6
Merge pull request #2283 from embassy-rs/clarify-boot-requirements
...
docs: more docs in embassy-boot crate documentation
2023-12-13 18:04:56 +00:00
876faa5685
docs: more docs in embassy-boot crate documentation
2023-12-13 19:00:26 +01:00
915423fc63
Merge pull request #2280 from plaes/embassy-boot-partition-docs
...
embassy-boot: Add explanation to dfu vs active size assertion
2023-12-13 09:50:42 +00:00
6782fb1efa
embassy-boot: Add explanation to dfu vs active size assertion
2023-12-13 11:44:16 +02:00
14f41a71b6
Merge pull request #2276 from cschuhen/stm32f1-can-example
...
Add example for using CAN with STM32F103 (BluePill) with a real CAN
2023-12-11 11:36:47 +00:00
3626deecaa
More formatting.
2023-12-11 21:26:23 +10:00
b34c8e3eb1
Update formatting.
2023-12-11 21:25:05 +10:00
13af76af88
Add example for using CAN with STM32F103 (BluePill) with a real CAN
2023-12-11 21:08:58 +10:00
2d2bd679ee
Merge pull request #2275 from lights0123/stm32-usart-invert
...
stm32: usart pin inversion
2023-12-10 23:48:26 +00:00
dfba51d3f2
stm32: usart pin inversion
2023-12-10 18:39:45 -05:00
343be37f39
Merge pull request #2272 from cbruiz/feature/more-gp-timer-driver-candidates
...
Add GP TIM9 and TIM11 to be used as time_driver candidates
2023-12-09 18:45:51 +00:00
78f709a362
* Add GP TIM9 and TIM11 to be used as time_driver
2023-12-09 14:14:34 +01:00
e99649e37d
Merge pull request #2271 from embassy-rs/update-metapac4
...
stm32: update stm32-metapac. Fixes USB on STM32WB.
2023-12-08 23:01:26 +00:00
4051aead0f
stm32: update stm32-metapac. Fixes USB on STM32WB.
2023-12-08 23:45:12 +01:00
e0e5f66c4b
Merge pull request #2270 from Redrield/fix/wb55-usb
...
Assert CR2.USV on stm32wb55, wb35 series chips
2023-12-08 22:25:51 +00:00
5973e69244
Conditionally compile line for all stm32wb chips
2023-12-08 17:20:23 -05:00
4d3fcd8d2d
Assert CR2.USV on stm32wb55, wb35 series chips
...
ref RM0434 p. 175
2023-12-08 17:06:37 -05:00
6629c7525b
Merge pull request #2267 from embassy-rs/e-h-internal-docs
...
docs: document all public apis of embedded-hal-internal
2023-12-08 21:45:12 +00:00
02b7a833d9
docs: document all public apis of embedded-hal-internal
...
* Make some fields and functions non-public where possible.
* Enable doc warnings for missing public API docs.
2023-12-08 22:37:39 +01:00
a4d53c7cb1
Merge pull request #2268 from embassy-rs/doc-bind-interrupts
...
Document how to bind multiple interrupts and handlers in `bind_interrupts!`.
2023-12-08 21:55:40 +01:00
6c746dcf39
Document how to bind multiple interrupts and handlers in bind_interrupts!
.
2023-12-08 21:26:28 +01:00
3ef18ec133
Merge pull request #2263 from embassy-rs/jamesmunns-patch-2
...
Tweak FAQ size profile suggestions
2023-12-08 20:50:00 +01:00
4e7b855b2d
Merge pull request #2265 from JuliDi/docs-best-practices
...
[Docs] Add best practices page
2023-12-08 20:49:45 +01:00
3f30e87cb5
Merge pull request #2251 from JuliDi/faq-performance-tweaks
...
[FAQ] Add section about speed optimization
2023-12-08 19:35:32 +00:00
a9ec623622
Merge pull request #2246 from CaptainMaso/adc_f3_v1_1
...
stm32: add ADC f3_v1_1
2023-12-08 19:30:50 +00:00
fe218ed978
tests/stm32: add L1 DAC/ADC test.
2023-12-08 20:24:15 +01:00
c27459c052
Update stm32-metapac.
2023-12-08 20:07:59 +01:00
881cb16d28
stm32/adc: move convert resolution from PAC to version-specific mod.
2023-12-08 20:07:06 +01:00
c05149e5e4
add best practices first draft
2023-12-08 13:00:21 +01:00
c94a9b8d75
Merge pull request #2260 from barnabywalters/main
...
Added Embassy in the wild docs page with links to some projects
2023-12-08 09:55:31 +00:00
d87864c6a5
Merge pull request #2261 from barnabywalters/installation
...
Added a step-by-step guide to starting a new embassy project
2023-12-08 07:09:37 +00:00
8fa5a6b282
Tweak FAQ size profile suggestions
...
If we want the smallest binary, we probably want codegen-units = 1, and disable incremental builds.
2023-12-07 14:27:09 +01:00
83138ce68e
Merge pull request #2262 from embassy-rs/executor-macros
...
executor: rename macro crate to embassy-executor-macros, bump it.
2023-12-06 23:55:58 +00:00
16e31747cc
Changed example project name
2023-12-07 00:54:39 +01:00
ac2aec4e7a
executor: rename macro crate to embassy-executor-macros, bump it.
2023-12-07 00:48:30 +01:00
ad2d9040d9
Merge pull request #2254 from jessebraham/executor-040
...
embassy-executor 0.4
2023-12-06 23:31:06 +00:00
536e91d263
Added a step-by-step guide to starting a new embassy project
...
Based off an example, noting what to copy, what to change and why
Briefly summarizing how to require embassy crates via github
All steps tested and proven working at the time of writing
2023-12-06 23:51:13 +01:00