monorepo/pico-stuff
2024-03-05 16:26:38 -05:00
..
.clang-format [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
CMakeLists.txt [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
monstrosity.c [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
morse.c [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
pico_extras_import_optional.cmake [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
pico_sdk_import.cmake [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
README.md [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
tablegen.py [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
test.c [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
tusb_config.h [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
usb_descriptors.c [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00
usb_descriptors.h [pico-stuff] initial upload 2024-03-05 16:26:38 -05:00

raspberry pi pico playground

  • morse.c: morse blinker (with a shell over serial to send messages to blink)
  • monstrosity.c: driver code for random components i had laying around
  • test.c: morse code HID keyboard (needs two buttons). can use vim with it
  • tablegen.py: helper to generate keymaps for test.c morse

you will need to put the raspberry pi pico sdk somewhere and export PICO_SDK_PATH to point to it. also, it could be useful to export CMAKE_EXPORT_COMPILE_COMMANDS=1 to get a compile_commands.json.