Skip to content

Commit

Permalink
docs(tt_um_tt05_analog_test): fix pinout in info.yaml
Browse files Browse the repository at this point in the history
The current pinout format is invalid, and is therefore ignored by tinytapeout-index scripts
  • Loading branch information
urish authored Jul 25, 2024
1 parent 5afe0dd commit 7255230
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions projects/tt_um_tt05_analog_test/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,34 @@ documentation:
# A description of what the inputs do (e.g. red button, SPI CLK, SPI MOSI, etc).
inputs:
- IN[2:0]: Digital input for DAC
- IN[3]: Enable TG for DAC output to UA[1]
- IN[4]: Not used
- IN[5]: Enable TG for ringo output to UA[0]
- IN[6]: Enable ringo
- IN[7]: Short UA[0] and UA[1] for testing
- dac_in[0]
- dac_in[1]
- dac_in[2]
- "Enable TG for DAC output to UA[1]"
- none
- "Enable TG for ringo output to UA[0]"
- Enable ringo
- "Short UA[0] and UA[1] for testing"
# A description of what the outputs do (e.g. status LED, SPI MISO, etc)
outputs:
- UA[0]: Ringo output (if TG enabled)
- UA[1]: DAC output (if TG enabled
- "UA[0]: Ringo output (when TG enabled)"
- "UA[1]: DAC output (when TG enabled)"
- none
- none
- none
- none
- none
- none
# A description of what the bidirectional I/O pins do (e.g. I2C SDA, I2C SCL, etc)
bidirectional:
- not used
- none
- none
- none
- none
- none
- none
- none
- none

# The following fields are optional
tag: "analog" # comma separated list of tags: test, encryption, experiment, clock, animation, utility, industrial, pwm, fpga, alu, microprocessor, risc, riscv, sensor, signal generator, fft, filter, music, bcd, sound, serial, timer, random number generator, calculator, decoder, counter, puzzle, multiplier, game, oscillator,
Expand Down

0 comments on commit 7255230

Please sign in to comment.