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
*
Bump executor crate version to 0.3.0
Dániel Buga
2023-08-23
1
-1
/
+1
*
rp/flash: change naming to `blocking_*`, `new_blocking`.
Dario Nieuwenhuis
2023-08-18
1
-48
/
+52
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
3
-55
/
+15
*
rp: fix async spi read sometimes hanging.
Dario Nieuwenhuis
2023-08-15
1
-2
/
+3
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
2
-15
/
+16
*
rp: add generic dormant-sleep functionality
pennae
2023-08-05
1
-0
/
+130
*
rp: add dormant-wake functionality for Input
pennae
2023-08-03
1
-0
/
+61
*
rp: add single-channel dma from adc
pennae
2023-08-02
1
-2
/
+113
*
rp: generalize adc inputs from pins to channels
pennae
2023-08-01
2
-54
/
+49
*
rp: remove AdcChannel::channel
pennae
2023-08-01
1
-14
/
+7
*
rp: add AdcChannel trait
pennae
2023-08-01
1
-3
/
+5
*
Merge pull request #1728 from pennae/rp-gpio-banks
Dario Nieuwenhuis
2023-08-01
8
-43
/
+82
|
\
|
*
rp: fix qspi gpio interrupts
pennae
2023-07-31
1
-9
/
+36
|
*
rp: make QSPI gpio support optional
pennae
2023-07-31
2
-4
/
+17
|
*
rp: add gpio::Pin::io() for access to io banks
pennae
2023-07-31
1
-9
/
+8
|
*
rp: rename gpio::Pin::io to gpio::Pin::gpio
pennae
2023-07-31
7
-22
/
+22
*
|
Merge pull request #1690 from Sizurka/rp-flash-ptr-fix
Dario Nieuwenhuis
2023-07-31
1
-5
/
+35
|
\
\
|
|
/
|
/
|
|
*
rp: Fix ROM cache ptr() returning the trampoline
Derek Hageman
2023-07-26
1
-5
/
+35
*
|
rp: add async flash
Derek Hageman
2023-07-28
2
-10
/
+196
*
|
rp: relocate programs implicitly during load
pennae
2023-07-28
3
-14
/
+53
*
|
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
14
-18
/
+18
*
|
Merge pull request #1674 from pennae/rp-stack-guards
Dario Nieuwenhuis
2023-07-28
2
-27
/
+74
|
\
\
|
|
/
|
/
|
|
*
rp: allow for MPU-based stack guards on core 0 as well
pennae
2023-07-21
2
-27
/
+74
|
*
rp: fix multicore stack guard setup
pennae
2023-07-20
1
-1
/
+1
*
|
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
[next]