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
...
*
|
rp: disable adc hardware on Adc drop
pennae
2023-07-20
1
-0
/
+10
|
/
*
Embassy-rp I2C: Fix 1664
Alex Ferro
2023-07-16
1
-2
/
+3
*
Check intrstatus before signalling suspended
Ben Simms
2023-07-13
1
-1
/
+2
*
RP: Watchdog scratch set/get with index: usize.
Henrik Berg
2023-07-12
1
-91
/
+27
*
RP: Don't reset RTC in Clock::init. Updated example.
Henrik Berg
2023-07-12
1
-0
/
+2
*
RP: Add save/restore to Rtc. Example use.
Henrik Berg
2023-07-12
1
-0
/
+30
*
RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().
Henrik Berg
2023-07-12
1
-11
/
+9
*
RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTime
Henrik Berg
2023-07-12
2
-0
/
+97
*
rp/gpio: fix is_set_high/is_set_low, expand tests.
Dario Nieuwenhuis
2023-07-11
1
-2
/
+2
*
Merge pull request #1623 from pennae/rp-adc
Dario Nieuwenhuis
2023-07-07
2
-85
/
+142
|
\
|
*
rp/adc: rewrite the module
pennae
2023-07-07
2
-85
/
+142
*
|
rp/pio: use bind_interrupts for irqs
pennae
2023-07-07
2
-47
/
+32
*
|
Release embassy-time v0.1.2
Dario Nieuwenhuis
2023-07-06
1
-1
/
+1
|
/
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
2
-19
/
+7
*
Update rp-pac.
Dario Nieuwenhuis
2023-06-29
4
-51
/
+51
*
rp/usb: add TODO: implement VBUS detection.
Dario Nieuwenhuis
2023-06-27
1
-0
/
+1
*
disable pull-up and down resistors for rp adc blocking_read
Dietrich Beck
2023-06-22
1
-2
/
+8
*
rp: update rp-pac.
Dario Nieuwenhuis
2023-06-16
21
-1503
/
+1251
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
2
-4
/
+3
*
Remove executor dep+reexports from HALs.
Dario Nieuwenhuis
2023-06-09
2
-4
/
+2
*
Add `rt` feature to HALs, cfg out interrupt handling when not set.
Dario Nieuwenhuis
2023-06-08
7
-1
/
+13
*
Reexport NVIC_PRIO_BITS at HAL root.
Dario Nieuwenhuis
2023-06-08
1
-0
/
+2
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
12
-118
/
+111
*
rp: add run-from-ram feature.
Dario Nieuwenhuis
2023-06-06
2
-1
/
+9
*
rp/flash: centralize `USE_BOOT2` in a single const.
Dario Nieuwenhuis
2023-06-05
1
-20
/
+21
*
rp/flash: fix missing clobbers, do not clobber frame pointer (r7).
Dario Nieuwenhuis
2023-06-05
1
-10
/
+11
*
rp/flash: unify FLASH_BASE const.
Dario Nieuwenhuis
2023-06-05
1
-8
/
+9
*
rp/dma: fix use-after-free read.
Dario Nieuwenhuis
2023-06-05
1
-2
/
+3
*
Replace Into<bool> for Level with From<Level> for bool
ExplodingWaffle
2023-06-05
1
-3
/
+3
*
rp/spi: enable rxdmae/txdmae only once at init.
Dario Nieuwenhuis
2023-06-02
1
-19
/
+8
*
rp/spi: start rx dma first.
Dario Nieuwenhuis
2023-06-02
1
-13
/
+19
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
11
-59
/
+48
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
1
-1
/
+1
*
ci: fix nrf, rp tests.
Dario Nieuwenhuis
2023-05-29
5
-14
/
+41
*
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
[prev]
[next]