Skip to content

Partial subtree of Raspberry Pi Pico SDK sources for smaller repo size

License

Notifications You must be signed in to change notification settings

modm-ext/pico-sdk-partial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pico-sdk partial tree

https://github.com/raspberrypi/pico-sdk

This is just a partial copy of the pico-sdk repository to reduce repository size. The following paths are extracted:

  • LICENSE.TXT
  • src/rp2040/hardware_regs/include
  • src/rp2040/hardware_structs/include
  • src/rp2_common/cmsis/stub/CMSIS/Device/RaspberryPi/RP2040/Include
  • tools/pioasm/

Boot2 variants are built from src/rp2_common/boot_stage2. The stand-alone pioasm can be compiled as such:

mkdir -p pioasm/build && cd pioasm/build
cmake .. && make

This repository is updated periodically by Github Actions.

About

Partial subtree of Raspberry Pi Pico SDK sources for smaller repo size

Resources

License

Stars

Watchers

Forks

Languages