Merge branch 'master' of github.com:Microsoft/uf2-samd21

This commit is contained in:
Michal Moskal 2017-03-14 15:53:00 +00:00
commit caeed1cc5c
2 changed files with 9 additions and 2 deletions

View file

@ -9,7 +9,7 @@ that we ship with the binary releases.
## UF2
UF2 (USB Flashing Format) is a name of a file format, that is particularly
**UF2 (USB Flashing Format)** is a name of a file format, developed by Microsoft, that is particularly
suitable for flashing devices over MSC devices. The file consists
of 512 byte blocks, each of which is self-contained and independent
of others.
@ -175,6 +175,9 @@ Thus, it's best to set the USB ID to one for which there are no drivers.
The bootloader sits at 0x00000000, and the application starts at 0x00002000.
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## License

View file

@ -4,7 +4,7 @@ This archive contains binaries of a bootloader for various SAMD21 boards,
which while derived from Atmel's SAM-BA, also supports USB MSC (mass storage)
and USB HID update protocols.
UF2 (USB Flashing Format) is a name of a file format supported by the bootloader,
**UF2 (USB Flashing Format)** is a name of a file format supported by the bootloader,
that is particularly suitable for flashing devices over mass storage interfaces. The file
consists of 512 byte blocks, each of which is self-contained, easy to identify, and
independent of others. For more details, see [UF2 specification repo](https://github.com/Microsoft/uf2).
@ -68,6 +68,10 @@ to do it.
Do not use `at91samd bootloader 0` command of OpenOCD - it's buggy.
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## License
The original SAM-BA bootloader is licensed under BSD-like license from Atmel.