nuttx/configs/nucleo-l452re/src
2018-01-16 07:20:41 -06:00
..
.gitignore
Makefile configs: update STM32L4 configs for ADC changes 2017-08-30 11:40:58 +03:00
nucleo-l452re.h configs: update STM32L4 configs for ADC changes 2017-08-30 11:40:58 +03:00
stm32_adc.c fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read(). 2017-10-11 12:13:41 -06:00
stm32_appinit.c
stm32_autoleds.c
stm32_boot.c STM32L4: Eliminate a warning about implicit definition of function. While we are at it, let's improve the naming a little too. 2017-07-22 09:53:29 -06:00
stm32_bringup.c Mostly cosmetic changes from review of last PR. Also same inappropriate use of _info changes to configurable debug macros. Remember folks, if it has a _ or __ in front, it is not intended for use outside of the header file. It is an internal private definition. 2017-08-30 07:05:30 -06:00
stm32_buttons.c
stm32_dac.c Mostly cosmetic changes from review of last PR. Also same inappropriate use of _info changes to configurable debug macros. Remember folks, if it has a _ or __ in front, it is not intended for use outside of the header file. It is an internal private definition. 2017-08-30 07:05:30 -06:00
stm32_spi.c STM32L4: Eliminate a warning about implicit definition of function. While we are at it, let's improve the naming a little too. 2017-07-22 09:53:29 -06:00
stm32_userleds.c configs/nucleo-* and configs/stm32l476vg-disco: Fix more stm32_userleds.c bogus logic 2018-01-16 07:20:41 -06:00