Bumping version + getting ready to push pico-ice version.
This commit is contained in:
6
Makefile
6
Makefile
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
VERSION=7.0.7.15
|
VERSION=7.0.7.16
|
||||||
STABLE_VERSION=7.0.6.19
|
STABLE_VERSION=7.0.6.19
|
||||||
OLD_STABLE_VERSION=7.0.5.4
|
OLD_STABLE_VERSION=7.0.5.4
|
||||||
REVISION=$(shell git rev-parse HEAD | head -c 20)
|
REVISION=$(shell git rev-parse HEAD | head -c 20)
|
||||||
@ -815,6 +815,10 @@ $(PICO_ICE)/ueforth-pico-ice:
|
|||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
$(PICO_ICE)/ueforth-pico-ice/ueforth-pico-ice.uf2: \
|
$(PICO_ICE)/ueforth-pico-ice/ueforth-pico-ice.uf2: \
|
||||||
|
$(PICO_ICE)/ueforth_pico_ice.uf2 | $(PICO_ICE)/ueforth-pico-ice
|
||||||
|
cp $< $@
|
||||||
|
|
||||||
|
$(PICO_ICE)/ueforth_pico_ice.uf2: \
|
||||||
$(PICO_ICE)/Makefile \
|
$(PICO_ICE)/Makefile \
|
||||||
pico-ice/main.c \
|
pico-ice/main.c \
|
||||||
pico-ice/builtins.h \
|
pico-ice/builtins.h \
|
||||||
|
|||||||
20
pico-ice/README.txt
Normal file
20
pico-ice/README.txt
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
+-----------------------+
|
||||||
|
| uEforth for pico-ice |
|
||||||
|
+-----------------------+
|
||||||
|
|
||||||
|
This is uEforth v{{VERSION}} (Revision {{REVISION}}) for the pico-ice.
|
||||||
|
|
||||||
|
uEforth is an indirect threaded Forth.
|
||||||
|
It uses a small C "kernel" that boots via inline Forth code.
|
||||||
|
|
||||||
|
To install:
|
||||||
|
* Connect your pico-ice to USB.
|
||||||
|
* Connect the USB_BOOT pin to ground.
|
||||||
|
* Press reset on the pico-ice.
|
||||||
|
* Copy ueforth-pico-ice.uf2 to the mounted drive.
|
||||||
|
|
||||||
|
Documentation and the latest version of ESP32forth are available at:
|
||||||
|
https://eforth.appspot.com/pico-ice
|
||||||
|
|
||||||
|
Full unexpanded source code and an issue tracker are available at:
|
||||||
|
https://github.com/flagxor/ueforth
|
||||||
@ -81,8 +81,8 @@ limitations under the License.
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Connect your pico-ice to USB.</li>
|
<li>Connect your pico-ice to USB.</li>
|
||||||
<li>Connect the USB_BOOT pin to ground.</li>
|
<li>Connect the USB_BOOT pin to ground.</li>
|
||||||
<li>Press reset.</li>
|
<li>Press reset on the pico-ice.</li>
|
||||||
<li>Copy the ueforth-pico-ice.uf2 to the mounted drive.</li>
|
<li>Copy ueforth-pico-ice.uf2 to the mounted drive.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br/>
|
<br/>
|
||||||
<img src="https://pico-ice.tinyvision.ai/images/pico_ice_reset_button.jpg" width="300" height="auto">
|
<img src="https://pico-ice.tinyvision.ai/images/pico_ice_reset_button.jpg" width="300" height="auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user