Skip to content

Commit

Permalink
Scripts to generate files for the Arduino build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jun 4, 2016
1 parent d0b6e6f commit 6a92776
Show file tree
Hide file tree
Showing 459 changed files with 968 additions and 456 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ examples/*/*/*/kernel/
examples/*/*/*/home/
examples/*/*/*/drivers/
examples/*/*/*/slib/

simba-arduino
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 0.5.0
# @version 0.6.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down Expand Up @@ -94,6 +94,9 @@ doc:
+bin/docgen.py database.json
$(MAKE) -s -C doc

arduino:
+make/arduino.py -r

$(APPS:%=%.all):
$(MAKE) -C $(basename $@) all

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master
0.6.0
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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
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 0.5.0
# @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/inet/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 0.5.0
* @version 0.6.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 0.5.0
# @version 0.6.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 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2015-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 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/midi_player/murderers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file murderers.h
* @version 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/nrf24l01/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 0.5.0
# @version 0.6.0
#
# @section License
# Copyright (C) 2015-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/nrf24l01/client/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 0.5.0
# @version 0.6.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/nrf24l01/client/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/nrf24l01/server/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 0.5.0
# @version 0.6.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/nrf24l01/server/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/owi/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 0.5.0
# @version 0.6.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/owi/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/shell/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# @file Makefile
# @version 0.5.0
# @version 0.6.0
#
# @section License
# Copyright (C) 2014-2016, Erik Moqvist
Expand Down
2 changes: 1 addition & 1 deletion examples/shell/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file main.c
* @version 0.5.0
* @version 0.6.0
*
* @section License
* Copyright (C) 2014-2016, Erik Moqvist
Expand Down

0 comments on commit 6a92776

Please sign in to comment.