Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 1.04 KB

TODO.md

File metadata and controls

61 lines (53 loc) · 1.04 KB

TODO

Basic setup

  • Design circuit
    • Power
    • Ports
    • LEDs
  • Upload binary to pico
    • Basic program
    • Make SWD cable
    • Makefile - upload via SWD
    • Makefile - upload via USB
  • Basic REPL
  • Set/get variables
    • Set/get
    • All var code into single source
    • Store/load variables to/from flash
  • Create help
  • Exe size on Makefile

UART (2x)

  • Initialize
  • Speak
  • Listen
  • Sniff
  • Disconnect
  • Guess speed

UI

SPI slave (3x)

  • Initialize
  • Listen
  • Disconnect
  • Speak
    • Get next char as hex, dec, bin...
  • Sniff

SPI master (3x)

  • Initialize
  • Speak
  • Listen
  • Disconnect

PWM

  • On/off

I2C support

  • Set characteristics
  • Interact
  • Interact in background
  • UI support

Finalization

  • Create circuit
  • Add info to circuit
  • Create page (video?)
  • Create github actions
    • Build
    • Create release
    • Instructions on how to upload the image