added files
This commit is contained in:
parent
36090af63b
commit
4cd8e6e20e
86 changed files with 74246 additions and 0 deletions
28
firmware/MotionControllerRP/platformio.ini
Normal file
28
firmware/MotionControllerRP/platformio.ini
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
|
||||
; -------------------- README ----------------------------------------------
|
||||
|
||||
; ON LINUX UDEV RULES NEED TO BE INSTALLED:
|
||||
; sudo curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules -o /etc/udev/rules.d/99-platformio-udev.rules
|
||||
; sudo service udev restart
|
||||
; replug device, then upload should work
|
||||
|
||||
; Also potentially uninstall official plattform with:
|
||||
; pio platform uninstall raspberrypi
|
||||
|
||||
; --------------------------------------------------------------------------
|
||||
|
||||
[env:pico]
|
||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||
board = rpipico2 # RP2530
|
||||
# board = rpipico # RP2040
|
||||
framework = arduino
|
||||
Loading…
Add table
Add a link
Reference in a new issue