Jacdac implementation for STM32F0 and similar
Перейти к файлу
James Devine f466ab8f27 add jd_user_config.h and sync jacdac-c 2020-06-23 22:32:59 +01:00
.github/workflows Upload results at the end 2020-05-30 10:53:54 -07:00
bl fix bootloader build 2020-06-23 11:50:42 +01:00
jacdac-c@6e6377f4bf add jd_user_config.h and sync jacdac-c 2020-06-23 22:32:59 +01:00
jdspy Stream pretty printing 2020-06-18 08:56:19 -07:00
ld Build system with binary patcher 2020-04-14 21:55:11 -07:00
lib add jd_user_config.h and sync jacdac-c 2020-06-23 22:32:59 +01:00
rejected One more patch maybe to be used later 2020-05-12 18:46:16 -07:00
scripts Increment dev info magic for new ADC serial numbers 2020-06-05 07:53:20 -07:00
services Make motor build again 2020-06-23 14:01:54 -07:00
stm32 use jd_alloc 2020-06-17 21:01:21 +01:00
targets Make motor build again 2020-06-23 14:01:54 -07:00
.clang-format Initial commit 2020-04-09 13:56:02 -07:00
.gitignore Add Makefile.user support 2020-05-28 17:45:44 -07:00
.gitmodules Remove pxt-common-pkgs submodule 2020-06-23 13:55:35 -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 Back to fast builds 2020-06-23 14:01:45 -07:00
README.md Fix page alignment in uf2 2020-05-29 19:40:09 -07:00
SECURITY.md Initial SECURITY.md commit 2020-04-09 12:58:00 -07:00
jacdac-v1-spec.md First draft of motor service 2020-06-13 17:21:37 -07:00
light.md Light spec clarifications 2020-06-11 14:42:14 -07:00
power.md More on RC filters 2020-04-20 08:28:32 -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?!).

TODO

  • implement reset counter and ACK flag in AD[0]
  • consider thermal shutdown at 50C or so (assuming it's because of heat of some other component)
  • use SI values for sensors with 16 bit scaling?
  • add CTRL cmds for time and software version (different than hw!)
  • the "combined" flashing doesn't work - figure out why
  • UF2 flashing fails ("misaligned" error)

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.