nuttx/configs/stm32f4discovery/src
jjlange e5dfd805e6 Merged in jjlange/nuttx/lpc40xx (pull request #946)
Add support for LPC40xx family chips

* Corrected a few peripheral definitions and pin functions for the LPC17xx family.
    Added configuration options, chip definitions, and additional pin functions for the LPC40xx family.
    Added board configurations for Embedded Artists LPC4088 Quickstart board and LPC4088 Developer's kit.  These configurations are still something of a work in progress.  In particular, the LCD functionality is untested.

* First pass rename in *.c and *.h files.

* Renamed LPC17XX to LPC17XX_40XX in config files

* Rplaced LPC17xx with LPC17xx/LPC40xx in .c files

* Replaced LPC17xx with LPC17xx/LPC40xx in .h files

* Updated some documentation

* Working on moving directories

* moved arch/arm/src/lpc17xx and arch/arm/include/lpc17xx to lpc17xx_40xx

* Renamed LPC17_* constants / configuration options to LPC17_40_*

* Updated chip family name defines

* Renamed some chip-specific files

* Updated references to renamed files

* Updated references to lpc17_ to lpc17_40_

* Renamed source files from lpc17_* to lpc17_40_*

* Clean up white space

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-07-11 16:50:00 +00:00
..
.gitignore
Makefile arch/ and config/ files: All board interfaces (those starting with board_) must be defined in board-specific logic. Otherwise, they cannot be customized of specialized usage by different boards. The board_reset() interface was defined in architecture-specific logic that only called up_systemreset(). That is useless! 2019-03-25 11:12:38 -06:00
stm32_appinit.c Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/ 2019-06-04 11:12:17 -06:00
stm32_autoleds.c
stm32_bh1750fvi.c
stm32_bmp180.c
stm32_boot.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
stm32_bringup.c Merged in rzr/nuttx/sandbox/rzr/review/master (pull request #903) 2019-06-15 04:14:53 +00:00
stm32_buttons.c
stm32_can.c
stm32_critmon.c configs/stm32f4discovery/src/stm32_critmon.c: include dwt.h, don't define DWT_CYCNT inline. 2018-11-27 09:39:09 -06:00
stm32_cs43l22.c
stm32_ethernet.c
stm32_extmem.c Here's a patch to split the STM32 FMC/FSMC functionality (FSMC = flexible static memory controller, FMC = flexible memory controller = FSMC + sdram support). This commit makes FMC it's own thing rather than piggy backing on the FSMC code. The peripherals have a few utility functions and this commits lets you have a common function in the arch/arm/src/stm32 rather than having duplicate functions in the board code. 2019-05-27 07:21:52 -06:00
stm32_hciuart.c
stm32_idle.c Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly). 2019-03-20 19:27:40 -06:00
stm32_lis3dsh.c
stm32_max6675.c
stm32_max7219_leds.c
stm32_max7219.c
stm32_max31855.c
stm32_mlx90614.c
stm32_netinit.c up_initialize(): As noted by Roland Takacs in Bitbucket issue 141, there is a compilation error for STM32 if CONFIG_NET and CONFIG_NETDEV_LATEINIT are selected. That was due in part to commit 19e16cb which extended up_netinitialize() with a !defined(CONFIG_NETDEV_LATEINIT) guard but did not add the guard to concrete implementations. I say "in part" because I don't think that the original intent of commit 19e16cb was to enable an alternative initialization of MCU internal Ethernet support but rather to enable support of external Ethernet devices that may have dependencies on, for example, SPI. However, this is still a proper fix to avoid the compilation error that can occur with this combination of configuration options. 2019-01-25 07:21:03 -06:00
stm32_nunchuck.c
stm32_ostest.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
stm32_pca9635.c
stm32_pm.c
stm32_pmbuttons.c
stm32_pwm.c
stm32_qencoder.c
stm32_reset.c Fix bad file inclusion introduced in preceding commit. 2019-03-25 12:26:04 -06:00
stm32_rgbled.c
stm32_romfs_initialize.c Merged in rzr/nuttx/sandbox/rzr/review/master (pull request #898) 2019-06-13 15:05:49 +00:00
stm32_romfs.h
stm32_sdio.c
stm32_spi.c
stm32_ssd1289.c Here's a patch to split the STM32 FMC/FSMC functionality (FSMC = flexible static memory controller, FMC = flexible memory controller = FSMC + sdram support). This commit makes FMC it's own thing rather than piggy backing on the FSMC code. The peripherals have a few utility functions and this commits lets you have a common function in the arch/arm/src/stm32 rather than having duplicate functions in the board code. 2019-05-27 07:21:52 -06:00
stm32_ssd1351.c
stm32_st7032.c configs/stm32f4discovery: Add board support to display ST7032i 2018-11-24 18:49:10 -06:00
stm32_st7567.c Merged in jjlange/nuttx/lpc40xx (pull request #946) 2019-07-11 16:50:00 +00:00
stm32_timer.c
stm32_ug2864ambag01.c
stm32_ug2864hsweg01.c
stm32_uid.c
stm32_usb.c
stm32_usbmsc.c
stm32_userleds.c
stm32_xen1210.c
stm32_zerocross.c
stm32f4discovery.h configs/olimex-stm32-e407/src: Change initialization to match the way it is done with other boards. 2019-06-28 16:22:02 -06:00