MakeCode für den Calliope
Go to file
Tom Ball 5b682cd8d9 some mods to the docs 2016-07-14 12:09:40 -07:00
.vscode fixing various lint violations 2016-05-04 23:31:55 -07:00
clients updated manifest 2016-06-23 16:29:26 -07:00
cmds Support macOS in automatic deployment 2016-06-23 23:55:36 -07:00
docs some mods to the docs 2016-07-14 12:09:40 -07:00
includes Add target-specific meta headers for social media 2016-07-01 09:26:54 +01:00
libs Mark microbit DAL config as just defaults 2016-07-11 14:29:49 +02:00
olddocs moving stuff around 2016-06-14 21:37:55 -04:00
sim Format code 2016-06-25 19:40:21 +01:00
.gitattributes Add own manifest 2016-04-08 17:28:52 -07:00
.gitignore moving win10 app, bringing back uploader 2016-06-16 23:11:00 -07:00
.travis.yml Cache test scripts 2016-05-10 13:18:35 +02:00
README.md migration to codethemicrobit.com 2016-06-22 09:43:41 -07:00
package.json 0.2.186 2016-07-11 17:10:00 +02:00
ptrcheck-ignore update ignore file 2016-07-14 12:04:06 -07:00
pxtarget.json Use new index.html includes/overrides 2016-06-30 16:36:07 +01:00
testconv.json removed old test 2016-06-22 20:24:41 -07:00
tslint.json fixing various lint violations 2016-05-04 23:31:55 -07:00
webmanifest.json Add webmanifest files 2016-04-08 18:38:25 -07:00

README.md

micro:bit target for PXT

This target allow to program a BBC micro:bit using PXT (Microsoft Programming Experience Toolkit).

Build Status

Local server

Setup

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

  • clone this repo to your computer
  • install the PXT command line
npm install -g pxt
  • install the dependencies
npm install

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

To 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

Universal Windows App

The Windows 10 app is a Universal Windows Hosted Web App that wraps codethemicrobit.com and provides additional features.

Building

  • Install Visual Studio 2015 Update 2 or higher. Make sure the Windows 10 templates are installed.
  • open the win10/app.sln solution and launch the codethemicrobit project.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.