Updated STM32L4xx/USB_CDC demo

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9919 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-11-19 11:10:28 +00:00
parent 6f0b5f95c3
commit 95b3d788e4
2 changed files with 4 additions and 8 deletions

View File

@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).

View File

@ -1,18 +1,14 @@
*****************************************************************************
** ChibiOS/HAL - ADC driver demo for STM32L4xx. **
** ChibiOS/HAL - USB driver demo for STM32L4xx. **
*****************************************************************************
** TARGET **
The demo runs on an STM32 Nucleo64-L476RG board.
The demo runs on an STM32L476_DISCOVERY board.
** The Demo **
The application demonstrates the use of the STM32L4xx ADC driver.
** Board Setup **
- Connect PC1 to 3.3V and PC2 to GND for analog measurements.
The application demonstrates the use of the STM32L4xx USB driver.
** Build Procedure **