nuttx/configs/stm32f103-minimum/src
Russ Webber de5e633785 Merged in russkel/nuttx/blackpill (pull request #708)
stm32f103-minimum: add blackpill LED support

Approved-by: GregoryN <gnutt@nuttx.org>
2018-08-07 12:28:46 +00:00
..
.gitignore
Makefile configs/stm32f103-minimum: Add board support to MAX6675 Thermocouple sensor 2018-02-14 07:58:26 -06:00
stm32_adc.c
stm32_apa102.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_apds9960.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_appinit.c configs/stm32f103-minimum: Fix a few typos. 2018-03-17 12:49:10 -06:00
stm32_at24.c configs/stm32f103-minimum: Fix a few typos. 2018-03-17 12:49:10 -06:00
stm32_autoleds.c
stm32_bmp180.c configs/stm32f103-minimum: Add support to BMP180 on BluePill (stm32f103-minimum) board. 2018-02-04 07:34:31 -06:00
stm32_boot.c
stm32_bringup.c configs/stm32f103-minimum: Add board support to MAX6675 Thermocouple sensor 2018-02-14 07:58:26 -06:00
stm32_buttons.c configs/stm32f103-minimum: Fix a few typos. 2018-03-17 12:49:10 -06:00
stm32_gpio.c
stm32_hcsr04.c
stm32_lcd.c configs: Review all implementations of board_lcd_initialize(). The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success. Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative. 2018-04-21 18:03:01 -06:00
stm32_lm75.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_max6675.c configs/stm32f103-minimum: Add board support to MAX6675 Thermocouple sensor 2018-02-14 07:58:26 -06:00
stm32_max7219.c configs: Review all implementations of board_lcd_initialize(). The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success. Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative. 2018-04-21 18:03:01 -06:00
stm32_mcp2515.c Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
stm32_mfrc522.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_mmcsd.c
stm32_nrf24l01.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_nunchuck.c
stm32_pcd8544.c configs: Review all implementations of board_lcd_initialize(). The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success. Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative. 2018-04-21 18:03:01 -06:00
stm32_pwm.c stm32f103-minimum/src/: Fix newly introduced errors and warnings. Most cause by removing illegal inclusions from board.h. 2018-02-14 11:49:56 -06:00
stm32_qencoder.c
stm32_rgbled.c stm32f103-minimum/src/: Fix newly introduced errors and warnings. Most cause by removing illegal inclusions from board.h. 2018-02-14 11:49:56 -06:00
stm32_spi.c configs/stm32f103-minimum: Add board support to MAX6675 Thermocouple sensor 2018-02-14 07:58:26 -06:00
stm32_ssd1306.c configs: Review all implementations of board_lcd_initialize(). The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success. Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative. 2018-04-21 18:03:01 -06:00
stm32_tone.c
stm32_usbdev.c
stm32_usbmsc.c
stm32_userleds.c
stm32_veml6070.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_w25.c
stm32_zerocross.c configs/stm32f103-minimum: Add zerocross support to STM32F103-Minimum board 2018-02-11 10:30:45 -06:00
stm32f103_minimum.h Merged in russkel/nuttx/blackpill (pull request #708) 2018-08-07 12:28:46 +00:00