Statistics
| Branch: | Tag: | Revision:

amiro-os / modules / LightRing_1-0 / halconf.h @ 96621a83

History | View | Annotate | Download (16.403 KB)

# Date Author Comment
96621a83 2020-01-17 12:57 Thomas Schöpping

All copyright forms updated to 2020.

4c72a54c 2019-07-15 13:21 Thomas Schöpping

Massive overhaul:
- updated to a new version of AMiRo-LLD
- tests (formerly unit tests) are now split onto multiple parts:
- there are "global" tests for each driver etc.
- there is an individual part for each module, e.g. if there are multiple instances of the same periphery...

732a4657 2019-02-25 13:42 Thomas Schöpping

ChibiOS updated to version stable_19.1.x.
NOTE: ChibiOS 19.1.x seems to contain some issues as of now.

6ff06bbf 2019-02-04 17:56 Thomas Schöpping

Changed all header guards so they will not use unserscores as pre- and postfix.

84f0ce9e 2019-01-07 11:58 Thomas Schöpping

updated all file headers to 2019

11adbe34 2018-12-12 14:16 Thomas Schöpping

all halconf.h files: removed redundant HAL_USE_QEU settings

02c29a8f 2018-10-04 18:12 Thomas Schöpping

removed the UWB module specific code from the LightRing

eedb8e58 2018-09-17 15:45 Thomas Schöpping

Review of the QEI driver patch (minor changes).

53710ca3 2018-09-13 15:09 Marc Rothmann

Doxygen file documentation and modules.

1e5f7648 2018-09-05 17:22 Thomas Schöpping

Major rework of the recent changes.
- optimized interrupt system (removed aos_interrupt.h/c)
- updated AMiRo-LLD submodule
- updated all config files to match the latest templates by ChibiOS
- fixed several issues regarding the new timer system (intervals)

0128be0f 2018-08-29 16:41 Marc Rothmann

Updated Chibi-OS to version 18.2 and adapted AMiRo-OS accordingly:
- Switched to new time conversion macros
- Use PAL for interrupts instead of the EXT Driver
- Use new kernel tests

5b0a8e7b 2018-06-29 10:41 Thomas Schöpping

moved the /os/modles directory to /modules