rp-hal-boards/rp2040-hal/src
Jan Niehusmann f67b650bb3
Remove some unused fields from UartPeripheral and Reader (#315)
* Remove unused field `effective_baudrate` from uart code

* Remove unused field `config` from uart code
2022-03-18 20:57:45 +11:00
..
clocks Add test cases for fractional_div() 2022-02-26 13:33:58 +00:00
float Add ROM floating point math library 2022-02-12 11:56:24 -07:00
gpio Implement embedded-hal 1.0.0-alpha.7 traits (#298) 2022-02-26 21:06:55 +11:00
i2c Implement embedded-hal 1.0.0-alpha.7 traits (#298) 2022-02-26 21:06:55 +11:00
pwm Implement embedded-hal 1.0.0-alpha.7 traits (#298) 2022-02-26 21:06:55 +11:00
rtc Added RtcClock DateTime and alarms (#213) 2021-11-29 21:15:20 +11:00
uart Remove some unused fields from UartPeripheral and Reader (#315) 2022-03-18 20:57:45 +11:00
adc.rs Include manufacturer in BSP crate name. 2021-12-20 21:28:00 +00: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 Clean up critical-section impl. 2022-01-30 16:07:40 +00:00
dma.rs Resolve review comments. 2021-11-16 21:45:52 +00:00
i2c.rs Move uses of sio::Sio to Sio 2021-12-04 16:20:27 +11:00
intrinsics.rs Add basic ROM intrinsics 2022-02-12 11:56:24 -07:00
lib.rs Add an rp2040 specific #[entry] macro. (#300) 2022-03-13 12:35:59 +11:00
multicore.rs Add basic multicore FIFO example (#226) 2021-12-08 19:34:39 +11:00
pio.rs Allow to start multiple state machines in sync (#301) 2022-03-18 20:55:31 +11:00
pll.rs Update embedded time 2021-07-27 09:41:03 +10: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 Implement RngCore for RingOscillator (#135) 2021-09-26 20:51:01 +10:00
sio.rs Add ROM floating point math library 2022-02-12 11:56:24 -07:00
spi.rs Implement embedded-hal 1.0.0-alpha.7 traits (#298) 2022-02-26 21:06:55 +11:00
ssi.rs Added skeleton for HAL and updated readme 2021-01-25 15:42:43 -05:00
time.rs Added skeleton for HAL and updated readme 2021-01-25 15:42:43 -05:00
timer.rs Implement embedded-hal 1.0.0-alpha.7 traits (#298) 2022-02-26 21:06:55 +11:00
typelevel.rs Massive GPIO refactor 2021-07-03 10:32:43 +10:00
usb.rs Fix clippy warnings 2022-02-27 09:29:54 +11:00
watchdog.rs Implement embedded-hal 1.0.0-alpha.7 traits (#298) 2022-02-26 21:06:55 +11:00
xosc.rs Update embedded time 2021-07-27 09:41:03 +10:00