Update to use upstream ucLISP repo
This commit is contained in:
@@ -9,8 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
;; TODO: Make uclisp to a remote git repo
|
lib_deps = git+https://gitlab.maxregan.me/max/uclisp
|
||||||
lib_deps = ../uclisp/
|
|
||||||
|
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
@@ -46,7 +45,6 @@ build_src_filter =
|
|||||||
+<pico*.c>
|
+<pico*.c>
|
||||||
upload_protocol = picotool
|
upload_protocol = picotool
|
||||||
;; upload_port = /run/media/max/RPI-RP2
|
;; upload_port = /run/media/max/RPI-RP2
|
||||||
lib_deps = /home/max/repos/uclisp/
|
|
||||||
extra_scripts = pre:extra_script.py
|
extra_scripts = pre:extra_script.py
|
||||||
|
|
||||||
[env:pico-lisp-src-debug]
|
[env:pico-lisp-src-debug]
|
||||||
@@ -65,7 +63,6 @@ build_src_filter =
|
|||||||
+<pico*.c>
|
+<pico*.c>
|
||||||
upload_protocol = uf2
|
upload_protocol = uf2
|
||||||
upload_port = /run/media/max/RPI-RP2
|
upload_port = /run/media/max/RPI-RP2
|
||||||
lib_deps = /home/max/repos/uclisp/
|
|
||||||
extra_scripts = pre:extra_script.py
|
extra_scripts = pre:extra_script.py
|
||||||
|
|
||||||
[env:native-debug]
|
[env:native-debug]
|
||||||
|
|||||||
Reference in New Issue
Block a user