From 8c05b7bd0e54d7aed22a7ebcd5e54890fe42424a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 27 Nov 2019 13:22:40 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13201 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index cbd654b68..b9316a83f 100644 --- a/readme.txt +++ b/readme.txt @@ -94,9 +94,9 @@ - HAL: STM32 DMAv1 driver improvements and generalization, added support for 8 channels. - HAL: Initial STM32G4xx support in HAL. -- HAL: Added script to generate board files from command line, just run - ./os/hal/boards/genboard.sh with the board directory name as - parameter. +- HAL: Added script to generate board files from command line, just + run ./os/hal/boards/genboard.sh with the board directory name + as parameter. - HAL: Modified the ST driver to support, optionally, multiple additional callback-capable channels. - RT: Removed regarm_t type from port layer and replaced with uint32_t, this