nuttx/configs/nucleo-l476rg/src
raiden00pl af8a002a10 Merged in raiden00/nuttx_h7 (pull request #720)
I2C support for STM32H7

* stm32h7/chip.h: update peripherals

* stm32h7x3xx_rcc.h: update definitions

* stm32h7x3xx_rcc.c: remove some unused code and configure I2C clocks

* stm32h7: add lower half I2C driver (based on F7 I2C driver)

* configs/nucleo-h743zi: add LSM303AGR and LSM6DSL configuration

* Remove whitespace

* sensors/lsm303agr.c, sensors/lsm6dsl.c: add mising include, remove whitespace

Approved-by: GregoryN <gnutt@nuttx.org>
2018-09-16 15:58:25 +00:00
..
Makefile drivers/sensors and configs/nucleo-l476g: Add support for LSM303AGR and LSM6DSL sensors 2018-08-25 08:19:31 -06:00
nucleo-l476rg.h drivers/sensors and configs/nucleo-l476g: Add support for LSM303AGR and LSM6DSL sensors 2018-08-25 08:19:31 -06:00
stm32_adc.c
stm32_ajoystick.c Rename file_close_detached() to juse file_close() for better consistency in naming. 2018-09-15 13:04:56 -06:00
stm32_appinit.c drivers/sensors and configs/nucleo-l476g: Add support for LSM303AGR and LSM6DSL sensors 2018-08-25 08:19:31 -06:00
stm32_autoleds.c
stm32_boot.c configs/nucleo-l476rg: Add support to Nokia LCD PCD8544 on nucleo-l476rg 2018-04-28 16:20:26 -06:00
stm32_buttons.c
stm32_can.c DisruptiveNL <disruptivesolutionsnl@gmail.com> 2018-04-08 07:30:19 -06:00
stm32_cc1101.c drivers/wireless: Fix some issues in the CC1101 driver; Update the CC1101 chip version number 2018-03-19 09:25:41 -06:00
stm32_gpio.c configs: Fix build error caused by commit 459d9f2851 2018-09-11 07:24:29 -06:00
stm32_lsm6dsl.c Merged in raiden00/nuttx_h7 (pull request #720) 2018-09-16 15:58:25 +00:00
stm32_lsm303agr.c Merged in raiden00/nuttx_h7 (pull request #720) 2018-09-16 15:58:25 +00:00
stm32_pcd8544.c configs/nucleo-l476rg: Add support to Nokia LCD PCD8544 on nucleo-l476rg 2018-04-28 16:20:26 -06:00
stm32_pwm.c
stm32_qencoder.c
stm32_spi.c configs/nucleo-l476rg: Add support for an extern SPI-driver SPI card on the Nucleo-L476RG. 2018-06-26 15:28:14 -06:00
stm32_spimmcsd.c configs/nucleo-l476rg: Add support for an extern SPI-driver SPI card on the Nucleo-L476RG. 2018-06-26 15:28:14 -06:00
stm32_timer.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_userleds.c