amiro-blt / Target / Modules / moduleids.mk @ ea906b44
History | View | Annotate | Download (2.462 KB)
| 1 | 68bf1211 | Thomas Schöpping | ################################################################################ |
|---|---|---|---|
| 2 | # AMiRo-BLT is the bootloader and flashing toolchain for the base version of # |
||
| 3 | # the Autonomous Mini Robot (AMiRo). It is based on OpenBLT developed by # |
||
| 4 | # Feaser (see <http://feaser.com/en/openblt.php>). # |
||
| 5 | 449d916a | Thomas Schöpping | # Copyright (C) 2016..2019 Thomas Schöpping et al. # |
| 6 | 68bf1211 | Thomas Schöpping | # # |
| 7 | # This program is free software: you can redistribute it and/or modify # |
||
| 8 | # it under the terms of the GNU General Public License as published by # |
||
| 9 | # the Free Software Foundation, either version 3 of the License, or # |
||
| 10 | # (at your option) any later version. # |
||
| 11 | # # |
||
| 12 | # This program is distributed in the hope that it will be useful, # |
||
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of # |
||
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # |
||
| 15 | # GNU General Public License for more details. # |
||
| 16 | # # |
||
| 17 | # You should have received a copy of the GNU General Public License # |
||
| 18 | # along with this program. If not, see <http://www.gnu.org/licenses/>. # |
||
| 19 | # # |
||
| 20 | # This research/work was supported by the Cluster of Excellence Cognitive # |
||
| 21 | # Interaction Technology 'CITEC' (EXC 277) at Bielefeld University, which is # |
||
| 22 | # funded by the German Research Foundation (DFG). # |
||
| 23 | ################################################################################ |
||
| 24 | |||
| 25 | |||
| 26 | |||
| 27 | # DiWheelDrive v1.1 (01:00:01:01) |
||
| 28 | ea906b44 | Thomas Schöpping | DiWheelDrive_1-1_ID_HEX := 0x01000101 |
| 29 | DiWheelDrive_1-1_ID_DEC := 16777473 |
||
| 30 | 68bf1211 | Thomas Schöpping | |
| 31 | f7d2c786 | Thomas Schöpping | # DiWheelDrive v1.2 (01:00:01:02) |
| 32 | ea906b44 | Thomas Schöpping | DiWheelDrive_1-2_ID_HEX := 0x01000102 |
| 33 | DiWheelDrive_1-2_ID_DEC := 16777474 |
||
| 34 | 68bf1211 | Thomas Schöpping | |
| 35 | # LightRing v1.0 (01:7F:01:00) |
||
| 36 | ea906b44 | Thomas Schöpping | LightRing_1-0_ID_HEX := 0x017F0100 |
| 37 | LightRing_1-0_ID_DEC := 25100544 |
||
| 38 | 68bf1211 | Thomas Schöpping | |
| 39 | f7d2c786 | Thomas Schöpping | # LightRing v1.2 (01:7F:01:02) |
| 40 | ea906b44 | Thomas Schöpping | LightRing_1-2_ID_HEX := 0x017F0102 |
| 41 | LightRing_1-2_ID_DEC := 25100546 |
||
| 42 | f7d2c786 | Thomas Schöpping | |
| 43 | # PowerManagement v1.1 (01:01:01:01) |
||
| 44 | ea906b44 | Thomas Schöpping | PowerManagement_1-1_ID_HEX := 0x01010101 |
| 45 | PowerManagement_1-1_ID_DEC := 16843009 |
||
| 46 | f7d2c786 | Thomas Schöpping | |
| 47 | # PowerManagement v1.2 (01:01:01:02) |
||
| 48 | ea906b44 | Thomas Schöpping | PowerManagement_1-2_ID_HEX := 0x01010102 |
| 49 | PowerManagement_1-2_ID_DEC := 16843010 |