Add missing wiring_private.h

Forgot to `git add` a wiring file.  Fixes #11
This commit is contained in:
Earle F. Philhower, III 2021-03-24 02:38:03 -07:00
parent 75cb30ee93
commit d51511f6c4
4 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1 @@
/* dummy */

View file

@ -2,5 +2,5 @@
"name": "framework-arduinopico", "name": "framework-arduinopico",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)", "description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
"url": "https://github.com/esrlephilhower/arduino-pico", "url": "https://github.com/esrlephilhower/arduino-pico",
"version": "0.0.1-dev" "version": "0.9.2"
} }

View file

@ -187,6 +187,8 @@ for json in ${MOREJSONPACKAGES}; do
fi fi
done done
mv tmp $new_json
# Verify the JSON file can be read, fail if it's not OK # Verify the JSON file can be read, fail if it's not OK
set -e set -e
cat $new_json | jq empty cat $new_json | jq empty

View file

@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Raspberry Pi RP2040 Boards name=Raspberry Pi RP2040 Boards
version=0.9.1 version=0.9.2
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3 runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
runtime.tools.pqt-mklittlefs.path={runtime.platform.path}/system/mklittlefs runtime.tools.pqt-mklittlefs.path={runtime.platform.path}/system/mklittlefs