You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter 163e2010ab
GPIO: Fix RPi4 driver init
The RPi4 GPIO pull-up/pull down sequence is done differently than on the
RPi3. Switch to using the correct way.

Also, configure pull-ups for both UART pins.

Fixes #81
4 years ago
..
_arch/aarch64 GPIO: Fix RPi4 driver init 4 years ago
bsp GPIO: Fix RPi4 driver init 4 years ago
cpu Add tutorial 14: Peripheral Interrupts 4 years ago
exception Various finetunings 4 years ago
memory Move anything wrt linker symbols to bsp::memory 4 years ago
bsp.rs Various finetunings 4 years ago
console.rs Add tutorial 14: Peripheral Interrupts 4 years ago
cpu.rs Add tutorial 14: Peripheral Interrupts 4 years ago
driver.rs Various finetunings 4 years ago
exception.rs Add tutorial 14: Peripheral Interrupts 4 years ago
lib.rs Bump toolchain version 4 years ago
main.rs Various finetunings 4 years ago
memory.rs Fix zero-sized bss handling 4 years ago
panic_wait.rs Various finetunings 4 years ago
print.rs Various finetunings 4 years ago
runtime_init.rs Remove UB in linker script symbol <-> Rust handover 4 years ago
state.rs State: Encapsulate state check into member function 4 years ago
synchronization.rs State: Encapsulate state check into member function 4 years ago
time.rs Add tutorial 14: Peripheral Interrupts 4 years ago