Statistics
| Branch: | Tag: | Revision:

amiro-os / modules / NUCLEO-F103RB / aosconf.h @ ded1ded7

History | View | Annotate | Download (10.642 KB)

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

All copyright forms updated to 2020.

697dba3c 2020-01-17 10:58 Thomas Schöpping

Major overhaul of the shell.
A new configuration option allows to set the shell history length.

c53ef0b1 2019-11-11 16:33 Thomas Schöpping

MSI implemented

510b93cc 2019-10-28 15:48 Thomas Schöpping

Several fixed to the recent SSSP overhaul

cda14729 2019-10-28 11:15 Thomas Schöpping

Major SSSP overhaul:
- SSSP no works even without Bootloader (AMiRo-OS implements startup and shutdown phases)
- MSI and calendar synchronization are currently not available (WIP)
- lots of minor changes

8d4d058e 2019-07-31 17:05 Cung Lian Sang

adapt sample of DW1000 with current format on NUCLEO_F103RB

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...

cc33217b 2019-04-26 10:35 Thomas Schöpping

Enhanced the shell so that CTRL + arrow key will jump wordwise through the current input

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.

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

updated all aosconf.h files to AMiRo-OS 2.1

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).

deaaa47e 2019-02-08 18:39 Cung Lian Sang

Added DW1000 demo app on top of NUCLEO_F103RB example

7da800ab 2019-02-04 18:12 Thomas Schöpping

Enhanced and fixed several module specific files.

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

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

f4da707a 2019-01-30 13:33 Thomas Schöpping

Introduced support the STM32F103 NUCLEO module.