..
.gitignore
configs: Add support for the generic STM32F103CBT6 Minimum Board
2016-05-18 13:33:17 -06:00
Makefile
configs/stm32f103-minimum: Add board support to MAX6675 Thermocouple sensor
2018-02-14 07:58:26 -06:00
stm32_adc.c
stm32f103-minimum: Add ADC support on stm32f103-minimum board
2017-10-02 16:24:24 -06:00
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
configs/stm32f103-minimum: Add stm32_bringup support and userled example to STM32F103 Minimum board
2016-10-02 14:45:44 -06:00
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
Squashed commit of the following:
2019-02-18 15:32:00 -06:00
stm32_bringup.c
Squashed commit of the following:
2019-02-18 15:32:00 -06:00
stm32_buttons.c
configs/stm32f103-minimum: Fix a few typos.
2018-03-17 12:49:10 -06:00
stm32_gpio.c
configs: Fix build error caused by commit 459d9f2851
2018-09-11 07:24:29 -06:00
stm32_hcsr04.c
drivers/sensors: Add support to HC-SR04 distance sensor
2017-08-17 18:52:54 -06:00
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
Add SDCard support over SPI on STM32F103-Minimum board
2017-02-26 14:51:38 -06:00
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
configs/stm32f103-minimum: Add Nunchuck board support for stm32f103-minimum board
2017-11-29 07:06:54 -06:00
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
Add support to QEncoder on STM32F103Minimum board
2017-02-23 09:31:28 -06:00
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
Cosmetic: Removing trailing whitespace at the end of lines.
2017-06-08 13:12:08 -06:00
stm32_usbdev.c
Add support to USB Device on STM32F103-Minimum board
2017-03-02 09:36:05 -06:00
stm32_usbmsc.c
stm32f103-minimum: Remove warning when selecting MMCSD support
2017-11-05 06:39:28 -06:00
stm32_userleds.c
configs/stm32f103-minimum: Add stm32_bringup support and userled example to STM32F103 Minimum board
2016-10-02 14:45:44 -06:00
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
STM32F103-Minimum: Add support for SmartFS on Winbond W25 SPI NOR Flash
2017-08-06 10:38:55 -06:00
stm32_zerocross.c
configs/stm32f103-minimum: Add zerocross support to STM32F103-Minimum board
2018-02-11 10:30:45 -06:00
stm32f103_minimum.h
Squashed commit of the following:
2019-02-18 15:32:00 -06:00