Statistics
| Branch: | Tag: | Revision:

amiro-os / modules / STM32F407G-DISC1 @ b010278f

# Date Author Comment
9af9aaea 2019-03-08 11:17 Thomas Schöpping

AMiRo-BLT and AMiRo-LLD updated as preparation for introduction of new AMiRo v1.2 modules.
fixed typos.

00843891 2019-03-06 10:20 Thomas Schöpping

removed some redundant GCC optimization parameters

eeb84bf1 2019-03-05 17:02 Thomas Schöpping

modified some Makefiles to properly use the BUILDDIR variable

b0ede265 2019-03-05 16:23 Thomas Schöpping

Default shell configurations have been changed:
Now the input line buffer can hold 128 characters (up from 64) and there can be up to 16 arguments per line (up from 4)

6a95db23 2019-03-05 16:22 Thomas Schöpping

Changed the AMiRo-OS version back to 2.0.1 (from 2.1.0).
This was done, because an increment in the minor version implies an API change, which is not present yet.

2f5f6722 2019-03-05 11:57 Thomas Schöpping

Enhanced the Makefiles to consistently use the BUIDDIR variable.

1c777686 2019-03-05 09:58 Thomas Schöpping

updated all aosconf.h files to AMiRo-OS 2.1

2a9f9ad7 2019-02-25 16:16 Thomas Schöpping

Slightly optimized all Makefiles

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.

7de0cc90 2019-02-21 18:04 Thomas Schöpping

All preprocessor directives without arguments (e.g. #endif) are now followed by a comment, indicating where it belongs to (e.g. the preceding #if).

0f60c8ad 2019-02-14 11:08 Thomas Schöpping

Applied AMiRo-OS header to sime files, which still held the ChibiOS header.

1f94ac64 2019-02-07 18:13 Thomas Schöpping

Enhanced the periphAL debug implementation to apply to tze new AMiRo-OS debug API

691a0632 2019-02-06 17:53 Thomas Schöpping

set the C standard to C17 (ISO), although this does not make any difference according to GCC documentation

fa64dbd6 2019-02-06 15:06 Thomas Schöpping

Introduced the CORTEX_ENABLE_WFI_IDLE flag in all chconf.h files, so the MCUs will enter sleep mode whenever the system is idle.

88f4bcc5 2019-02-05 10:15 Thomas Schöpping

Renamed two modules:
- STM32L476RG-NUCLEO64 > NUCLEO-L476RG
STM32F4Discovery -> STM32F407G-DISC1