0.1.76 • Published 4 years ago

pxt-chibitronics v0.1.76

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

chibitronics target for PXT

This target allow to program a Chibi Chip using PXT (Microsoft Programming Experience Toolkit).

Local server

The local server allows to run the editor and the documentation from your computer.

Setup

The following commands are a 1-time setup after synching the repo on your machine.

git clone https://github.com/microsoft/pxt-chibitronics
cd pxt-chibitronics
  • install the PXT command line (add sudo for Mac/Linux shells).
npm install -g pxt
  • install the dependencies
npm install
  • install platformio command line:
python2 -m pip install -U platformio
  • install the ltc platform:
platformio platform install https://github.com/xobs/platformio-ltc

Running

Run this command to open a local web server (add sudo for Mac/Linux shells)

pxt serve

If the local server opens in the wrong browser, make sure to copy the URL containing the local token. Otherwise, the editor will not be able to load the projects.

If you need modify the .cpp files, turn on yotta compilation with the -yt flag (add sudo for Mac/Linux shells):

pxt serve -yt

Updates

To update your PXT version and make sure you're running the latest tools, run (add sudo for Mac/Linux shells)

pxt update

More instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost

Jenkins build

https://ci2.dot.net/job/Private/job/pxt_project_yellow/job/master/

0.2.1

4 years ago

0.1.74

4 years ago

0.1.75

4 years ago

0.1.76

4 years ago

0.1.71

4 years ago

0.1.72

4 years ago

0.1.73

4 years ago

0.1.69

6 years ago

0.1.68

6 years ago

0.1.67

6 years ago

0.1.66

6 years ago

0.1.65

6 years ago

0.1.64

6 years ago

0.1.63

6 years ago

0.1.61

6 years ago

0.0.23

7 years ago