..
clocks
migrate rp2040-hal from embedded_time to fugit
2022-08-24 22:46:34 +01:00
float
Use direct assembler calls for the divider
2022-04-12 10:17:44 -06:00
gpio
Upgraded embedded-hal alpha dependency to 1.0.0-alpha.9
2022-09-28 21:59:09 +00:00
i2c
Upgraded embedded-hal alpha dependency to 1.0.0-alpha.9
2022-09-28 21:59:09 +00:00
pwm
Fix clippy warnings
2022-08-11 21:45:26 +00:00
rtc
migrate rp2040-hal from embedded_time to fugit
2022-08-24 22:46:34 +01:00
uart
Fix UART read error discard data
2022-10-16 10:59:26 -06:00
usb
usb: Use the dedicated write_bitmask_* functions ( #441 )
2022-08-31 13:41:35 +01:00
adc.rs
Implement embedded-hal 1.0.0-alpha.8 traits ( #366 )
2022-06-24 08:19:41 +10:00
atomic_register_access.rs
Use volatile register access for gpio interrupts ( #170 )
2021-10-22 23:30:30 +11:00
critical_section_impl.rs
Remove unnecessary mut
from static mut LOCK_OWNER: AtomicU8
in critical section impl.
2022-10-25 13:16:03 -05:00
dma.rs
Resolve review comments.
2021-11-16 21:45:52 +00:00
i2c.rs
migrate rp2040-hal from embedded_time to fugit
2022-08-24 22:46:34 +01:00
intrinsics.rs
Use ignore
instead of text
( #378 )
2022-07-08 20:58:09 +10:00
lib.rs
RAM-based interrupt vector tables ( #321 )
2022-08-06 14:58:43 +10:00
multicore.rs
Add a fence after writing the arguments to the stack
2022-06-01 17:33:37 +10:00
pio.rs
Use u8 instead of usize for pio address calculation
2022-09-18 10:48:09 +00:00
pll.rs
migrate rp2040-hal from embedded_time to fugit
2022-08-24 22:46:34 +01:00
prelude.rs
pio: Improve documentation and add an example that uses pio_proc::pio!().
2021-09-28 21:48:05 +02:00
resets.rs
Spi ( #50 )
2021-07-06 09:42:05 +10:00
rom_data.rs
Add basic ROM intrinsics
2022-02-12 11:56:24 -07:00
rosc.rs
migrate rp2040-hal from embedded_time to fugit
2022-08-24 22:46:34 +01:00
sio.rs
Add support for the Interpolator ( #371 )
2022-08-25 18:02:56 +01:00
spi.rs
Remove unnecessary custom Infallible types
2022-09-28 21:59:09 +00:00
ssi.rs
Added skeleton for HAL and updated readme
2021-01-25 15:42:43 -05:00
timer.rs
Add rtic-monotonic support for timer & alarms (feature gated) ( #459 )
2022-10-06 18:31:31 +01:00
typelevel.rs
Massive GPIO refactor
2021-07-03 10:32:43 +10:00
usb.rs
Update to critical-section 1.0.0
2022-08-18 06:34:28 +00:00
vector_table.rs
RAM-based interrupt vector tables ( #321 )
2022-08-06 14:58:43 +10:00
watchdog.rs
Check watchdog load value max value before multiplying by 2, to avoid integer overflow
2022-10-12 22:39:57 +00:00
xosc.rs
migrate rp2040-hal from embedded_time to fugit
2022-08-24 22:46:34 +01:00