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