index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
stm32f0
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add notes about setting chip name correctly for examples.
Adam Greig
2023-07-22
1
-1
/
+2
*
Release embassy-time v0.1.2
Dario Nieuwenhuis
2023-07-06
1
-1
/
+1
*
Update probe-rs-cli -> probe-rs
Dario Nieuwenhuis
2023-06-29
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-2
/
+2
*
examples: use nicer InterrupExt to set irq priority in multprio.
Dario Nieuwenhuis
2023-06-09
1
-9
/
+5
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
1
-1
/
+1
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
1
-1
/
+1
*
Fix some typos
Dirk Stolle
2023-05-08
1
-2
/
+2
*
Bump versions preparing for -macros and -executor release
Ulf Lilleengen
2023-04-27
1
-1
/
+1
*
Switch from probe-run to probe-rs-cli.
Dario Nieuwenhuis
2023-04-26
1
-1
/
+1
*
enable inline-asm feature for cortex-m in examples
pennae
2023-04-18
1
-1
/
+1
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
1
-1
/
+1
*
Fix example reference voltage
Grant Miller
2023-04-05
1
-4
/
+3
*
Fix example
Grant Miller
2023-04-05
1
-3
/
+12
*
Update STM32F0 ADC example to use `read_internal`
Matthew W. Samsonoff
2023-04-05
1
-2
/
+5
*
Add ADC example for STM32F0
Matthew W. Samsonoff
2023-04-05
1
-0
/
+24
*
executor: add Pender, rework Cargo features.
Dario Nieuwenhuis
2023-04-03
2
-2
/
+2
*
cortex-m/executor: don't use the owned interrupts system.
Dario Nieuwenhuis
2023-02-28
2
-12
/
+22
*
enabled interrupt feature
@imrank03
2022-12-21
1
-2
/
+2
*
added watchdog example
@imrank03
2022-12-21
1
-0
/
+25
*
added priority based example
@imrank03
2022-12-21
1
-0
/
+139
*
added interrupt example
@imrank03
2022-12-21
1
-0
/
+27
*
button controlled example
@imrank03
2022-12-21
1
-0
/
+64
*
Merge #1074
bors[bot]
2022-12-02
3
-2
/
+30
|
\
|
*
added the runner for stm32f091rc
@imrank03
2022-11-23
1
-1
/
+1
|
*
added blinky example for stm32f0
@imrank03
2022-11-23
2
-1
/
+29
*
|
Bump defmt-rtt to 0.4
Dario Nieuwenhuis
2022-11-29
1
-1
/
+1
|
/
*
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
1
-0
/
+1
*
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-09-02
1
-1
/
+1
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
2
-3
/
+4
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
1
-2
/
+2
*
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
1
-1
/
+1
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
2
-4
/
+5
*
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
|
\
|
*
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
|
Merge pull request #821 from embassy-rs/defmt-trace
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
*
|
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
1
-2
/
+1
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-3
/
+1
*
examples/stm32*, tests/stm32: specify time-tick-32768hz
Will Glynn
2022-05-31
1
-1
/
+1
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
3
-22
/
+4
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
1
-1
/
+1
*
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
1
-1
/
+1
*
Remove unused deps
Dario Nieuwenhuis
2021-11-15
1
-2
/
+1
*
Adjust all examples to defmt 0.3.
Bob McWhirter
2021-11-15
1
-13
/
+3
*
Replace rustflags with build.rs extra-link-args.
Dario Nieuwenhuis
2021-11-07
4
-41
/
+4
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-4
/
+4
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
1
-1
/
+0
*
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-19
2
-8
/
+1
[prev]
[next]