Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add todo to RP2040
Browse files Browse the repository at this point in the history
  • Loading branch information
iopapamanoglou committed Aug 29, 2024
1 parent 334d4f0 commit 4cee3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/faebryk/library/RP2040.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class RP2040(Module):
uart: F.UART_Base

def __preinit__(self):
# TODO
return
# decouple power rails and connect GNDs toghether
gnd = self.io_vdd.lv
Expand Down

0 comments on commit 4cee3a2

Please sign in to comment.