summary refs log tree commit diff
path: root/pkgs/development/tools/misc/bossa/default.nix
Commit message (Collapse)AuthorAge
* application/development: /s/name/pname&version/Felix Buehler2021-06-30
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: use dontUnpackworldofpeace2019-07-01
|
* bossa: 2014-08-18 -> 1.8Ryan Mulligan2018-02-05
|
* bossa: fix build with gcc6Samuel Leathers2017-08-31
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* fix: add missing versionsArseniy Seroka2015-06-04
|
* BOSSA: Try to fix a nondeterministic build failure.ambrop7@gmail.com2014-09-25
| | | | | | | There's a Make rule to generate .cpp from .asm but the .cpp is included in the source. Presumably the timestamps of these two files in the tmp dir are different when Hydra is building, but not on my system. This causes Make to try to rebuild .cpp, but the tools needed for that are missing.
* Add BOSSA.ambrop7@gmail.com2014-08-27
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. BOSSA is an acronym for Basic Open Source SAM-BA Application to reflect that goal.