Compare commits
No commits in common. "003f21c0934ce92308ac49342a9d24eb22cecccd" and "ef42031c87dddf5aed77063da91d590d2caaafca" have entirely different histories.
003f21c093
...
ef42031c87
@ -7,9 +7,9 @@ git clone https://github.com/micropython/micropython.git --branch=master --depth
|
||||
cd micropython
|
||||
make -C ports/rp2 clean
|
||||
make -C ports/rp2 submodules
|
||||
make -j 4 -C mpy-cross
|
||||
make -C mpy-cross
|
||||
cd ports/rp2
|
||||
make -j 4 FROZEN_MANIFEST=../../../../src/dimensioner/manifest.py
|
||||
make FROZEN_MANIFEST=../../../../src/dimensioner/manifest.py
|
||||
cd ../../../../
|
||||
mkdir -p out
|
||||
mv workspace/micropython/ports/rp2/build-RPI_PICO/firmware.uf2 out/dimensioner.uf2
|
||||
|
@ -8,9 +8,9 @@ git clone https://github.com/micropython/micropython.git --branch=master --depth
|
||||
cd micropython
|
||||
make -C ports/rp2 clean
|
||||
make -C ports/rp2 submodules
|
||||
make -j 4 -C mpy-cross
|
||||
make -C mpy-cross
|
||||
cd ports/rp2
|
||||
make -j 4 FROZEN_MANIFEST=../../../../src/kiosk-hid/manifest.py
|
||||
make FROZEN_MANIFEST=../../../../src/kiosk-hid/manifest.py
|
||||
cd ../../../../
|
||||
mkdir -p out
|
||||
mv workspace/micropython/ports/rp2/build-RPI_PICO/firmware.uf2 out/kiosk-hid.uf2
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user