Revision 94886d84
| Host/Source/SerialBoot/main.c | ||
|---|---|---|
| 217 | 217 |
printf("Copyright (c) by Feaser http://www.feaser.com \n");
|
| 218 | 218 |
printf("---------------------------------------------------------------------------\n");
|
| 219 | 219 |
printf("This tool was modified for the 'Autonomous Mini Robot' - AMiRo. \n");
|
| 220 |
printf("Copyright (c) 2016..2019 Marvin Barther, Thomas Schoepping, and Stefan \n");
|
|
| 220 |
printf("Copyright (c) 2016..2020 Marvin Barther, Thomas Schoepping, and Stefan \n");
|
|
| 221 | 221 |
printf(" Herbrechtsmeier \n");
|
| 222 | 222 |
printf("This is free software; see the source for copying conditions. There is NO \n");
|
| 223 | 223 |
printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
| README.txt | ||
|---|---|---|
| 2 | 2 |
Autonomous Mini Robot (AMiRo) [1]. It is based on OpenBLT developed by Feaser |
| 3 | 3 |
(see <http://feaser.com/en/openblt.php>). |
| 4 | 4 |
|
| 5 |
Copyright (C) 2016..2019 Thomas Schöpping et al.
|
|
| 5 |
Copyright (C) 2016..2020 Thomas Schöpping et al.
|
|
| 6 | 6 |
(a complete list of all authors is given below) |
| 7 | 7 |
|
| 8 | 8 |
This program is free software: you can redistribute it and/or modify |
| Target/Doc/AMiRo-BLT.uml | ||
|---|---|---|
| 1 | 1 |
/' |
| 2 | 2 |
AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini |
| 3 | 3 |
Robot (AMiRo) platform. |
| 4 |
Copyright (C) 2016..2019 Thomas Schöpping et al.
|
|
| 4 |
Copyright (C) 2016..2020 Thomas Schöpping et al.
|
|
| 5 | 5 |
|
| 6 | 6 |
This program is free software: you can redistribute it and/or modify |
| 7 | 7 |
it under the terms of the GNU General Public License as published by |
| Target/Makefile | ||
|---|---|---|
| 2 | 2 |
# AMiRo-BLT is the bootloader and flashing toolchain for the base version of # |
| 3 | 3 |
# the Autonomous Mini Robot (AMiRo). It is based on OpenBLT developed by # |
| 4 | 4 |
# Feaser (see <http://feaser.com/en/openblt.php>). # |
| 5 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 5 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 6 | 6 |
# # |
| 7 | 7 |
# This program is free software: you can redistribute it and/or modify # |
| 8 | 8 |
# it under the terms of the GNU General Public License as published by # |
| Target/Modules/flash.mk | ||
|---|---|---|
| 2 | 2 |
# AMiRo-BLT is the bootloader and flashing toolchain for the base version of # |
| 3 | 3 |
# the Autonomous Mini Robot (AMiRo). It is based on OpenBLT developed by # |
| 4 | 4 |
# Feaser (see <http://feaser.com/en/openblt.php>). # |
| 5 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 5 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 6 | 6 |
# # |
| 7 | 7 |
# This program is free software: you can redistribute it and/or modify # |
| 8 | 8 |
# it under the terms of the GNU General Public License as published by # |
| Target/Modules/moduleids.mk | ||
|---|---|---|
| 2 | 2 |
# AMiRo-BLT is the bootloader and flashing toolchain for the base version of # |
| 3 | 3 |
# the Autonomous Mini Robot (AMiRo). It is based on OpenBLT developed by # |
| 4 | 4 |
# Feaser (see <http://feaser.com/en/openblt.php>). # |
| 5 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 5 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 6 | 6 |
# # |
| 7 | 7 |
# This program is free software: you can redistribute it and/or modify # |
| 8 | 8 |
# it under the terms of the GNU General Public License as published by # |
| setup.sh | ||
|---|---|---|
| 1 | 1 |
################################################################################ |
| 2 | 2 |
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini # |
| 3 | 3 |
# Robot (AMiRo) platform. # |
| 4 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 4 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 5 | 5 |
# # |
| 6 | 6 |
# This program is free software: you can redistribute it and/or modify # |
| 7 | 7 |
# it under the terms of the GNU General Public License as published by # |
| ... | ... | |
| 315 | 315 |
printf "# #\n" |
| 316 | 316 |
printf "######################################################################\n" |
| 317 | 317 |
printf "# #\n" |
| 318 |
printf "# Copyright (c) 2016..2019 Thomas Schöpping #\n"
|
|
| 318 |
printf "# Copyright (c) 2016..2020 Thomas Schöpping #\n"
|
|
| 319 | 319 |
printf "# #\n" |
| 320 | 320 |
printf "# This is free software; see the source for copying conditions. #\n" |
| 321 | 321 |
printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR #\n" |
| tools/compiler/GCC/gccsetup.sh | ||
|---|---|---|
| 1 | 1 |
################################################################################ |
| 2 | 2 |
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini # |
| 3 | 3 |
# Robot (AMiRo) platform. # |
| 4 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 4 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 5 | 5 |
# # |
| 6 | 6 |
# This program is free software: you can redistribute it and/or modify # |
| 7 | 7 |
# it under the terms of the GNU General Public License as published by # |
| ... | ... | |
| 315 | 315 |
printf "# #\n" |
| 316 | 316 |
printf "######################################################################\n" |
| 317 | 317 |
printf "# #\n" |
| 318 |
printf "# Copyright (c) 2016..2019 Thomas Schöpping #\n"
|
|
| 318 |
printf "# Copyright (c) 2016..2020 Thomas Schöpping #\n"
|
|
| 319 | 319 |
printf "# #\n" |
| 320 | 320 |
printf "# This is free software; see the source for copying conditions. #\n" |
| 321 | 321 |
printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR #\n" |
| tools/compiler/compilersetup.sh | ||
|---|---|---|
| 1 | 1 |
################################################################################ |
| 2 | 2 |
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini # |
| 3 | 3 |
# Robot (AMiRo) platform. # |
| 4 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 4 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 5 | 5 |
# # |
| 6 | 6 |
# This program is free software: you can redistribute it and/or modify # |
| 7 | 7 |
# it under the terms of the GNU General Public License as published by # |
| ... | ... | |
| 315 | 315 |
printf "# #\n" |
| 316 | 316 |
printf "######################################################################\n" |
| 317 | 317 |
printf "# #\n" |
| 318 |
printf "# Copyright (c) 2016..2019 Thomas Schöpping #\n"
|
|
| 318 |
printf "# Copyright (c) 2016..2020 Thomas Schöpping #\n"
|
|
| 319 | 319 |
printf "# #\n" |
| 320 | 320 |
printf "# This is free software; see the source for copying conditions. #\n" |
| 321 | 321 |
printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR #\n" |
| tools/ide/QtCreator/QtCreatorSetup.sh | ||
|---|---|---|
| 1 | 1 |
################################################################################ |
| 2 | 2 |
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini # |
| 3 | 3 |
# Robot (AMiRo) platform. # |
| 4 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 4 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 5 | 5 |
# # |
| 6 | 6 |
# This program is free software: you can redistribute it and/or modify # |
| 7 | 7 |
# it under the terms of the GNU General Public License as published by # |
| ... | ... | |
| 315 | 315 |
printf "# #\n" |
| 316 | 316 |
printf "######################################################################\n" |
| 317 | 317 |
printf "# #\n" |
| 318 |
printf "# Copyright (c) 2016..2019 Thomas Schöpping #\n"
|
|
| 318 |
printf "# Copyright (c) 2016..2020 Thomas Schöpping #\n"
|
|
| 319 | 319 |
printf "# #\n" |
| 320 | 320 |
printf "# This is free software; see the source for copying conditions. #\n" |
| 321 | 321 |
printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR #\n" |
| tools/ide/idesetup.sh | ||
|---|---|---|
| 1 | 1 |
################################################################################ |
| 2 | 2 |
# AMiRo-BLT is an bootloader and toolchain designed for the Autonomous Mini # |
| 3 | 3 |
# Robot (AMiRo) platform. # |
| 4 |
# Copyright (C) 2016..2019 Thomas Schöpping et al. #
|
|
| 4 |
# Copyright (C) 2016..2020 Thomas Schöpping et al. #
|
|
| 5 | 5 |
# # |
| 6 | 6 |
# This program is free software: you can redistribute it and/or modify # |
| 7 | 7 |
# it under the terms of the GNU General Public License as published by # |
| ... | ... | |
| 315 | 315 |
printf "# #\n" |
| 316 | 316 |
printf "######################################################################\n" |
| 317 | 317 |
printf "# #\n" |
| 318 |
printf "# Copyright (c) 2016..2019 Thomas Schöpping #\n"
|
|
| 318 |
printf "# Copyright (c) 2016..2020 Thomas Schöpping #\n"
|
|
| 319 | 319 |
printf "# #\n" |
| 320 | 320 |
printf "# This is free software; see the source for copying conditions. #\n" |
| 321 | 321 |
printf "# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR #\n" |
Also available in: Unified diff