Jacdac bus debugger for MakeCode Arcade handhelds
Перейти к файлу
Michał Moskal 7878102962
moved
2021-05-20 17:23:21 +02:00
.github/workflows restore workflow 2020-10-20 05:59:32 -07:00
assets 0.1.0 2020-12-11 13:57:10 +01:00
.gitattributes 0.0.4 2020-10-20 04:34:24 -07:00
.gitignore Initial commit 2020-06-24 13:22:01 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-06-24 12:05:51 -07:00
LICENSE Initial LICENSE commit 2020-06-24 12:05:52 -07:00
Makefile Initial commit 2020-06-24 13:22:01 -07:00
README.md moved 2021-05-20 17:23:21 +02:00
SECURITY.md Initial SECURITY.md commit 2020-06-24 12:05:54 -07:00
compile-services.js Decode service names 2021-05-18 16:36:35 -07:00
dns.ts make it build with latest pxt-jacdac 2021-05-13 15:09:54 -07:00
index.html 0.0.4 2020-10-20 04:34:24 -07:00
main.ts Update to latest pxt-jacdac 2021-05-19 13:28:15 -07:00
mkc-local.json Add dev instructions 2021-05-13 15:10:02 -07:00
mkc.json added mkc 2020-12-11 05:08:07 -08:00
pxt.json Update to latest pxt-jacdac 2021-05-19 13:28:15 -07:00
services.ts link issue 2021-05-20 07:35:03 -07:00
test.ts Initial commit 2020-06-24 13:22:01 -07:00
tsconfig.json Add dev instructions 2021-05-13 15:10:02 -07:00
ui.ts upgrade to latest jacdac 2020-12-11 13:42:43 +01:00

README.md

JACDAC Multitool

Moved to https://github.com/microsoft/pxt-jacdac/tree/master/tools/multitool

Usage: Drop the .uf2 generated in Actions (or from a release) on your Arcade device.

Currently only works with F4 and D5 devices (of which only F4 was tested).

Building

Use makecode CLI to build.

> npm install -g makecode
> makecode

If you want develop just this package, do makecode --pxt-modules and then code .. After that, build with simply makecode.

If you want to develop it alongside pxt-jacdac, clone pxt-jacdac in the same folder where this repo is cloned. Then run makecode --pxt-modules -c mkc-arcade.json in pxt-jacdac (and remove jacdac-multitool/pxt_modules if any). Then create a workspace with both by running code jacdac-multitool pxt-jacdac. Finally, you will need to build with makecode --config mkc-local.json in jacdac-multitool.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

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.