History | View | Annotate | Download (10.3 KB)
Revision of the periphAL interface:- All types have been optimized for smaller memory footprint.- Several inversion macros (e.g. APAL_GPIO_STATE_INVERT() ) have been introduced.- Now there are four active states for control GPIOs.- Required periphAL version has been increased to 1.1....
Enhanced the #include tree.'amiro-lld.h' is now the central header, which includes all dependencies.
Changed all header guards so they will not use unserscores as pre- and postfix.
updated all file headers to 2019
- All drivers which held a apalControlGpio_t before, now only hold a pointer to an according object.- Introduced a configuration macro to define the width of the apalTime_t type.- Several minor modifications to periphALtypes.h.
Increased apalTime_t to 64 bit.
Adapted all file headers to state that this work is licensed under LGPLv3 (fromerly GPLv3).
Initial open-source release.