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
*
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
*
feat: allow schmitt, slew, and drive strength be set from Flex, Input, Output
Jonathan Dickinson
2023-10-01
1
-0
/
+38
*
nrf, rp: update set_config
xoviat
2023-10-01
1
-1
/
+4
*
Make irq token Copy+Clone
Dario Nieuwenhuis
2023-09-25
1
-1
/
+2
*
rp: remove paste macro.
Dario Nieuwenhuis
2023-09-18
2
-9
/
+33
*
feat: bump embassy-sync version to 0.3.0
Ulf Lilleengen
2023-09-14
1
-1
/
+1
*
Fixing my git-based mistakes
Caleb Jamison
2023-09-10
3
-492
/
+15
*
Add example, fix small bug in respond_and_fill
Caleb Jamison
2023-09-10
1
-0
/
+12
*
I2c slave take 2
Caleb Jamison
2023-09-10
3
-1
/
+481
*
Rename to match upstream docs
Caleb Jamison
2023-09-10
2
-8
/
+8
*
Remove debug prints
Caleb Jamison
2023-09-10
1
-2
/
+0
*
rp2040 I2cDevice
Caleb Jamison
2023-09-10
3
-165
/
+494
*
RP2040: Fixes as per PR
Michael van Niekerk
2023-08-30
1
-1
/
+1
*
RP2040: Fixes as per PR
Michael van Niekerk
2023-08-30
1
-1
/
+1
*
RP2040: Fixes as per PR
Michael van Niekerk
2023-08-30
1
-2
/
+2
*
RP2040: XOSC delay multiplier
Michael van Niekerk
2023-08-30
1
-1
/
+1
*
RP2040: XOSC delay multiplier
Michael van Niekerk
2023-08-30
1
-3
/
+5
*
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
1
-6
/
+39
*
Release embassy-time v0.1.3
Jesse Braham
2023-08-28
1
-1
/
+1
*
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
[next]