pxt-calliope/docs/docs.md
Michał Moskal 5a6f96af69 Support for HID-based partial super-fast flashing (#523)
* fix bug

* Fixed an issue where the Game of Life menu item was not appearing (#497)

* Starting on dapjs flashing

* Adding dapjs

* Connected

* Flashing works

* Double buffer flashing

* Add SHA computation function

* Run SHA code

* Swap SHA for murmur+crc

* Switch to dual murmur3

* Partial flashing works

* Remove unused code

* Move flashing code to external/sha

* Fix whitespace

* Cleanup binary genration scripts

* Add docs for hid flashing

* bump pxt-core to 0.12.132,
2017-09-18 09:45:27 -07:00

34 lines
642 B
Markdown

# Documentation
## @description Links to the documentation, reference and projects.
## Things to do
* [Projects](/projects)
* [Examples](/examples)
* [Courses](/courses)
* [Lessons](/lessons)
## @boardname@ reference
* [The @boardname@ APIs](/reference)
* [The @boardname@ device](/device)
## Language and data reference
* [Blocks language](/blocks)
* [JavaScript language](/javascript)
## More questions?
* [Frequently Asked Question](/faq)
* [Help Translate](/translate)
* [Embedding project](/share)
## Developers
* [Command Line Interface](/cli)
* Learn about [packages](/packages)
* [Flashing via HID (CMSIS-DAP)](/hidflash)