Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds fixed pin information #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rubienr
Copy link

@rubienr rubienr commented Sep 8, 2024

This PR declares binary information of several I/O Pins:

  • LEDs
  • RGB LED
  • buzzer
  • TFT SPI pins
  • touch I2C pins
  • buttons
  • joystick (analogue in)

PR relates to

The information can be simply recalled by picotool as follows:

picotool info -a foo.elf
File foo.elf:

Program Information
 name:          foo
 version:       0.1
...
 features:      TFT 480x320 (SPI0)
                Capacitive Touch (I2C0)
                Joystick 2-axis (ADC0, ADC1)
                RGB LED 1x (WS2012, PIO0)
                UART stdin / stdout
...
Fixed Pin Information
 0:   UART0 TX
 1:   UART0 RX
 2:   SPI0 SCK, TFT (SCLK)
 3:   SPI0 TX, TFT (MOSI)
 4:   TFT (MISO)
 5:   SPI0 CSn, TFT (CS)
 6:   TFT (DC)
 7:   TFT (RST)
 8:   I2C0 SDA, Touch
 9:   I2C0 SCL, Touch
 10:  RST, Touch
 11:  INT, Touch
 12:  PIO0, RGB LED
 26:  X-axis (ADC0)
 27:  Y-axis (ADC1)
...

@rubienr rubienr force-pushed the pr-adds-pin-description branch from dbb095f to ac8128d Compare September 8, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant