mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-27 21:30:37 +02:00
Drivers
This commit is contained in:
@@ -488,22 +488,6 @@ Forty-two stories beneath frozen tundra, a shadow intelligence alliance called D
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
# Additional Resources
|
|
||||||
## RP2350 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver)
|
|
||||||
An RP2350 UART driver written entirely in ARM Assembler.
|
|
||||||
## RP2350 UART Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver_RISCV)
|
|
||||||
An RP2350 UART driver written entirely in RISC-V Assembler.
|
|
||||||
## RP2350 Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver)
|
|
||||||
An RP2350 blink driver written entirely in ARM Assembler.
|
|
||||||
## RP2350 Blink Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver_RISCV)
|
|
||||||
An RP2350 blink driver written entirely in RISC-V Assembler.
|
|
||||||
## RP2350 Button Driver [HERE](https://github.com/mytechnotalent/RP2350_Button_Driver)
|
|
||||||
An RP2350 button driver written entirely in ARM Assembler.
|
|
||||||
## RP2350 Button Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_Button_Driver_RISCV)
|
|
||||||
An RP2350 button driver written entirely in RISC-V Assembler.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
# Drivers
|
# Drivers
|
||||||
Self-contained C driver libraries for the Raspberry Pi Pico 2 (RP2350). Each driver folder contains a thin demo (`0xNN_name.c`), a reusable library implementation (`name.c`), and a library header with full Doxygen docstrings (`name.h`).
|
Self-contained C driver libraries for the Raspberry Pi Pico 2 (RP2350). Each driver folder contains a thin demo (`0xNN_name.c`), a reusable library implementation (`name.c`), and a library header with full Doxygen docstrings (`name.h`).
|
||||||
|
|
||||||
@@ -527,5 +511,21 @@ Self-contained C driver libraries for the Raspberry Pi Pico 2 (RP2350). Each dri
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
# Additional Resources
|
||||||
|
## RP2350 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver)
|
||||||
|
An RP2350 UART driver written entirely in ARM Assembler.
|
||||||
|
## RP2350 UART Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver_RISCV)
|
||||||
|
An RP2350 UART driver written entirely in RISC-V Assembler.
|
||||||
|
## RP2350 Blink Driver [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver)
|
||||||
|
An RP2350 blink driver written entirely in ARM Assembler.
|
||||||
|
## RP2350 Blink Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_Blink_Driver_RISCV)
|
||||||
|
An RP2350 blink driver written entirely in RISC-V Assembler.
|
||||||
|
## RP2350 Button Driver [HERE](https://github.com/mytechnotalent/RP2350_Button_Driver)
|
||||||
|
An RP2350 button driver written entirely in ARM Assembler.
|
||||||
|
## RP2350 Button Driver RISC-V [HERE](https://github.com/mytechnotalent/RP2350_Button_Driver_RISCV)
|
||||||
|
An RP2350 button driver written entirely in RISC-V Assembler.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
# License
|
# License
|
||||||
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user