Jacdac implementation for STM32F0 and similar
Перейти к файлу
Michal Moskal d15d47ba81 Flashing per-device-class 2020-04-18 09:59:22 -07:00
bl Flashing per-device-class 2020-04-18 09:59:22 -07:00
jdspy Flashing per-device-class 2020-04-18 09:59:22 -07:00
ld Build system with binary patcher 2020-04-14 21:55:11 -07:00
pxt-common-packages@d666b73d00 Update to current jd-services branch 2020-04-16 18:29:34 -07:00
rejected Remove settings and dynamic services 2020-04-14 07:42:57 -07:00
scripts Prep for flashing based on device class 2020-04-17 19:25:05 -07:00
src Prep for flashing based on device class 2020-04-17 19:25:05 -07:00
stm32 Setup pin logging 2020-04-17 14:57:43 -07:00
targets Prep for flashing based on device class 2020-04-17 19:25:05 -07:00
.clang-format Initial commit 2020-04-09 13:56:02 -07:00
.gitignore Start on debugger 2020-04-15 18:43:13 -07:00
.gitmodules Move STM32-specific files to a folder 2020-04-09 17:33:39 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-04-09 12:57:57 -07:00
LICENSE Initial LICENSE commit 2020-04-09 12:57:58 -07:00
Makefile Prep for flashing based on device class 2020-04-17 19:25:05 -07:00
README.md Initial commit 2020-04-09 13:56:02 -07:00
SECURITY.md Initial SECURITY.md commit 2020-04-09 12:58:00 -07:00
jacdac-v1-spec.md Initial commit 2020-04-09 13:56:02 -07:00

README.md

JACDAC for STM32F0/STM32G0/...

You might have heard of JACDAC. It's a new protocol that aims to standardize connecting microcontrollers dynamically, and with very little wiring (one wire for data, one for GND, and optionally one for power). One scenario is networking of MCU-based devices, for example to enable multiplayer for your awesome MakeCode Arcade games. Another is connecting peripherals to a host device (joystick anyone?!).

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.