Improved readme for ChibiOS/EX demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9378 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5e21a7ec70
commit
42f2b527e5
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT port for ARM-Cortex-M4 STM32F4xx. **
|
** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32F4xx. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/HAL - EXT driver demo for STM32L4xx. **
|
** ChibiOS/HAL + ChibiOS/EX - I2C + LSM6DS0 demo for STM32L4xx. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
||||||
The demo runs on an STMicroelectronics STM32L4-Nucleo board.
|
The demo runs on an STMicroelectronics STM32L4-Nucleo board. It has been
|
||||||
|
tested with the X-NUCLEO-IKS01A1 shield.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT port for ARM-Cortex-M4 STM32L476. **
|
** ChibiOS/HAL + ChibiOS/EX - SPI + L3GD20 demo for STM32L4xx. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
|
Loading…
Reference in New Issue