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
/
embassy-rp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix return definition
Alpha3__0
2023-05-25
1
-2
/
+2
*
Implement eh 0.2.* serial::Write for Uart/UartTx
Alpha3__0
2023-05-25
1
-0
/
+38
*
Update Rust nightly.
Dario Nieuwenhuis
2023-05-19
1
-1
/
+0
*
Merge #1465
bors[bot]
2023-05-17
2
-335
/
+394
|
\
|
*
rp/clocks: comment out all gpin handling for now
pennae
2023-05-17
1
-66
/
+71
|
*
rp/clocks: remove superfluous clock actions
pennae
2023-05-17
1
-8
/
+0
|
*
rp/clocks: require GpinPin for gpin config
pennae
2023-05-17
1
-18
/
+43
|
*
rp/clocks: compactify pll setup
pennae
2023-05-17
1
-2
/
+7
|
*
rp/clocks: store clock frequencies in ram
pennae
2023-05-17
2
-207
/
+184
|
*
rp/clocks: fix comments and rosc defaults
pennae
2023-05-17
1
-7
/
+9
|
*
rp/clocks: handle fractional gpout dividers
pennae
2023-05-17
1
-4
/
+3
|
*
rp/clocks: don't expose unstable pac items
pennae
2023-05-17
1
-68
/
+146
|
*
rp/clocks: remove unsupported xosc config input
pennae
2023-05-17
1
-12
/
+3
|
*
rp/clocks: provide fbdiv, not vco_freq
pennae
2023-05-17
1
-9
/
+8
|
*
rp/clocks: reset all plls at once
pennae
2023-05-17
1
-10
/
+7
|
*
rp/clocks: always reconfigure pll
pennae
2023-05-17
1
-12
/
+0
|
*
rp/clocks: always inline configure_pll
pennae
2023-05-17
1
-0
/
+1
*
|
rp: Add system reset fn via watchdog
kalkyl
2023-05-17
1
-0
/
+13
|
/
*
rp: Read flash unique id and jedec id
kalkyl
2023-05-16
1
-0
/
+231
*
rp/multicore: ensure stack is 8-byte aligned.
Dario Nieuwenhuis
2023-05-16
1
-1
/
+6
*
rp/multicore: fix undefined behavior in multicore spawn.
Dario Nieuwenhuis
2023-05-16
1
-3
/
+8
*
rp: remove take!, add bind_interrupts!
pennae
2023-05-15
6
-222
/
+288
*
rp: don't use SetConfig trait in PWM and PIO.
Dario Nieuwenhuis
2023-05-13
2
-15
/
+6
*
rp/watchdog: fix overflow if period is longer than 4294 seconds.
Dario Nieuwenhuis
2023-05-13
1
-7
/
+5
*
Merge branch 'master' into master
Caleb Jamison
2023-05-09
8
-8
/
+47
|
\
|
*
Merge #1439
bors[bot]
2023-05-09
3
-3
/
+36
|
|
\
|
|
*
rp: use rp2040-boot2 to provide the boot2 blob
pennae
2023-05-09
3
-3
/
+36
|
*
|
Fix some typos
Dirk Stolle
2023-05-08
4
-5
/
+5
|
*
|
Merge #1435
bors[bot]
2023-05-08
2
-1
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
bumped rp-pac version
Fabian Kunze
2023-05-08
1
-1
/
+1
|
|
*
changed relative cargo.toml dependency to github revision
Fabian Kunze
2023-05-07
1
-1
/
+1
|
|
*
added example multi priority executors rp2040
Fabian Kunze
2023-05-07
2
-1
/
+7
*
|
|
Dirbaio comments round 2
Caleb Jamison
2023-05-09
1
-89
/
+102
*
|
|
Remove patches, bump rp-pac version
Caleb Jamison
2023-05-09
1
-4
/
+1
*
|
|
Improve gpout example, clk_gpout_freq
Caleb Jamison
2023-05-09
1
-4
/
+4
*
|
|
Gpout cleanup, basic Gpin support
Caleb Jamison
2023-05-09
2
-61
/
+106
*
|
|
Address Dirbaio comments
Caleb Jamison
2023-05-08
1
-94
/
+147
*
|
|
Add missing functions, Cleanup, Gpout example
Caleb Jamison
2023-05-08
1
-53
/
+206
*
|
|
rp clock configuration
Caleb Jamison
2023-05-08
2
-95
/
+436
|
/
/
*
|
rp/pio: make sure gpio() asserts are compiled out
pennae
2023-05-06
1
-1
/
+2
*
|
rp/pio: allow wrap-around program loading
pennae
2023-05-06
2
-12
/
+9
*
|
rp/pio: mark exec_instr as unsafe
pennae
2023-05-06
1
-4
/
+2
*
|
rp/pio: add sm batch operations
pennae
2023-05-06
1
-0
/
+41
*
|
rp/pio: configure state machines with Config struct
pennae
2023-05-06
1
-221
/
+217
*
|
rp/pio: mark pio_instr_util unsafe
pennae
2023-05-06
1
-9
/
+9
*
|
rp/pio: add set-pin-{values,dirs} convenience functions
pennae
2023-05-06
1
-1
/
+59
*
|
rp/pio: add load_program, use_program
pennae
2023-05-06
1
-67
/
+61
*
|
rp/pio: only clear diag bits if they're set
pennae
2023-05-05
1
-4
/
+12
*
|
rp/pio: tighten variance of particle structs
pennae
2023-05-05
1
-7
/
+9
*
|
rp/pio: remove critical section in IrqFuture::poll
pennae
2023-05-05
1
-10
/
+3
[next]