added ZAP

This commit is contained in:
openoms
2019-01-15 18:59:24 +00:00
parent a48dcba215
commit b7e715c024
4 changed files with 66 additions and 0 deletions

13
M5Stack Normal file
View File

@@ -0,0 +1,13 @@
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
git clone --depth 1 https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo.git
cd MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/
# ./BUILD.sh menuconfig
./BUILD.sh
cd ../..
git clone https://github.com/tuupola/micropython-m5stack.git
$ sudo pip3 install rshell
$ make sync
$ make repl