Skip to content

Commit a966d2c

Browse files
committed
Version updated to "1.4-arduino"
1 parent 601161f commit a966d2c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Version
55
#
6-
VERSION=1.3a
6+
VERSION=1.4-arduino
77
WXVERSION=3.0
88

99
#

README

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
1-
BOSSA 1.2 for Arduino Due
1+
BOSSA 1.4 for Arduino
22

33
This version of BOSSA is a fork of the original project and contains some
4-
patches specific for the Arduino Due product that are unlike to be accepted
4+
patches specific for the Arduino products that are unlike to be accepted
55
upstream.
66

77
The original software is developed by Scott Shumate and can be found here:
88

99
http://www.shumatech.com/web/products/bossa
1010

11-
Original README follows.
11+
12+
BOSSA 1.4-arduino
13+
-----------------
14+
15+
* Added support for SAMD21 chip
1216

1317

1418
BOSSA 1.2
19+
---------
1520

1621
FILES
17-
-----
1822
bossa-1.2.msi -- Windows 2000+
1923
bossa64-1.2.msi -- Windows 2000+ 64-bit
2024
bossa-i686-1.2.tgz -- Linux GTK
2125
bossa-x86_64-1.2.tgz -- Linux GTK 64-bit
2226
bossa-1.2.dmg -- MAC OS X 10.6+
2327

2428
NEW IN THIS RELEASE
25-
-------------------
2629
* New BOSSA shell command line application to do basic memory, flash, and PIO diagnostics
2730
* Workaround for SAM3U firmware bug
2831
* Fixed a bug with setting boot to flash bit on SAM3 devices
2932

3033
RELEASE NOTES
31-
-------------
3234
* The OS X USB driver detects an Atmel device as a USB modem. When prompted about a new network interface, click Cancel to continue.
3335
* Some stability issues have been seen with the OS X USB driver using BOSSA. When running BOSSA a second time to the same Atmel device, the USB driver can lock up causing BOSSA to freeze. As a workaround, always disconnect and reconnect the Atmel device before running BOSSA again.
3436
* The firmware inside of SAM3U devices has a bug where non-word flash reads return zero instead of the real data. BOSSA implements a transparent workaround for flash operations that copies flash to SRAM before reading. Direct reads using the BOSSA shell will see the bug.

0 commit comments

Comments
 (0)