aboutsummaryrefslogtreecommitdiff
path: root/utils/bossa
Commit message (Collapse)AuthorAge
* bossa: fix build on macosSergey V. Lobanov2022-01-09
| | | | | | override OS=Linux Makefile variable to support building on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* bossa: fix fpic compilationNick Hainke2021-12-12
| | | | | | Fixes: #17287 ("bossa: recompile with -fPIC") Signed-off-by: Nick Hainke <vincent@systemli.org>
* bossa: add patch to fix flash failures on serialAlexander Couzens2021-11-09
| | | | | | | | | | bossa only waited 1ms for the serial device instead calling tcdrain(). Without this patch bossa is failing to flash a ATSAM3S4 8/10 times. Patch has been submitted as PR#150 upstream. https://github.com/shumatech/BOSSA/pull/150 Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* bossa: add bossaNick Hainke2021-10-23
Based on the work of Hirokazu MORIKAWA (nxhack): https://github.com/nxhack/openwrt-arduino-packages/tree/master/bossa BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. Signed-off-by: Nick Hainke <vincent@systemli.org>