Package: bossa / 1.3~20120408-5

Metadata

Package Version Patches format
bossa 1.3~20120408-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build_system.patch | (download)

Makefile | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 turn off warnings as errors flag
add reset command.patch | (download)

src/Command.cpp | 13 13 + 0 - 0 !
src/Command.h | 7 7 + 0 - 0 !
src/Samba.cpp | 19 19 + 0 - 0 !
src/Samba.h | 2 2 + 0 - 0 !
src/Shell.cpp | 1 1 + 0 - 0 !
src/bossac.cpp | 11 11 + 0 - 0 !
6 files changed, 53 insertions(+)

 add a 'reset' command to be applied after a successful upload
allow autoreset.patch | (download)

src/Samba.cpp | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 allow the microcontroller to reset after flashing (if supported)
flush after upload.patch | (download)

src/EefcFlash.cpp | 4 3 + 1 - 0 !
src/PosixSerialPort.cpp | 14 12 + 2 - 0 !
src/PosixSerialPort.h | 2 2 + 0 - 0 !
3 files changed, 17 insertions(+), 3 deletions(-)

 flush the serial port after upload to work around potential driver bugs
override usb autodetection.patch | (download)

src/LinuxPortFactory.cpp | 6 6 + 0 - 0 !
src/LinuxPortFactory.h | 1 1 + 0 - 0 !
src/OSXPortFactory.cpp | 6 6 + 0 - 0 !
src/OSXPortFactory.h | 1 1 + 0 - 0 !
src/PortFactory.h | 1 1 + 0 - 0 !
src/WinPortFactory.cpp | 6 6 + 0 - 0 !
src/WinPortFactory.h | 1 1 + 0 - 0 !
src/bossac.cpp | 29 28 + 1 - 0 !
8 files changed, 50 insertions(+), 1 deletion(-)

 add a command to override usb port autodetection
uart set speed.patch | (download)

src/Samba.cpp | 6 3 + 3 - 0 !
src/Samba.h | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 add internal uart speed parameter
add kfreebsd platform support.patch | (download)

Makefile | 11 11 + 0 - 0 !
src/FreeBSDPortFactory.cpp | 89 89 + 0 - 0 !
src/FreeBSDPortFactory.h | 48 48 + 0 - 0 !
src/PortFactory.h | 3 3 + 0 - 0 !
4 files changed, 151 insertions(+)

 add support for the freebsd platform
no_X11_link.patch | (download)

Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 un needed linking with lx11
wx3.0 compat.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix to build with wxwidgets3.0