Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 26, 2016
1 parent d630775 commit e0a3166
Show file tree
Hide file tree
Showing 581 changed files with 643 additions and 585 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.0
2 changes: 1 addition & 1 deletion doc/api-reference/debug/harness.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The output from the test suite is:

.. code-block:: text
app: test_suite-3.0.0 built 2016-07-25 17:38 CEST by erik.
app: test_suite-3.1.0 built 2016-07-25 17:38 CEST by erik.
board: Linux
mcu: Linux
config: assert=1
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/blink/source-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/hello_world/source-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/shell/source-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Boards Manager.
3. Press `"OK"`.
4. Open `"Tools"` -> `"Board: ..."` -> `"Boards Manager..."`.
5. Type `"simba"` in the search box.
6. Click on `"Simba by Erik Moqivst version 3.0.0"` and click `"Install"`.
6. Click on `"Simba by Erik Moqivst version 3.1.0"` and click `"Install"`.
7. Press `"Close"`.
8. Open `"Tools"` -> `"Board: ..."` -> `"Boards Manager..."` and select one
of the Simba boards in the list.
Expand Down
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/blink/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/blink/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/console/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/console/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file config.h
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/console/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/testapp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/testapp/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/uds/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/uds/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file config.h
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/app/uds/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/src/bootloader/common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file bootloader/common.h
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/src/bootloader/console.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file bootloader/console.h
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/src/bootloader/uds.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file uds.h
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/src/common.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file common.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/src/console.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file console.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/src/uds.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file uds.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/tst/console/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/tst/console/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/tst/uds/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/bootloader/tst/uds/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/fat16/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/fat16/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/hc0x/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/hc0x/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/http_server/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/http_server/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/bcm43362/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/bcm43362/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/slip/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/slip/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/wifi/tcp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/wifi/tcp/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/wifi/udp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/wifi/udp/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/midi_player/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 3.0.0
# @version 3.1.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/midi_player/christmas.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file staffan.h
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/midi_player/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file config.h
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/midi_player/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 3.0.0
* @version 3.1.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down

0 comments on commit e0a3166

Please sign in to comment.