nuttx/arch/arm/src
David Sidrane 2213904cfd Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_bbsram_mpu (pull request #1069)
STM32H7:Set the BBSRAM memory range to non-cacheable.

* armv7-m:mpu add user peripheral helper

* stm32h7:BBSRAM Exclude BBSRAM from cacheable when CONFIG_ARMV7M_DCACHE

       ST placed the STM32H7 BBSRAM in the SRAM default memory region
       which is cacheable. This commit sets the BBSRAM memory range
       to non-cacheable.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-11-08 16:17:28 +00:00
..
a1x Rename arch/arm/src/a1x/chip to arch/arm/src/a1x/hardware. 2019-05-24 15:29:12 -06:00
am335x Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go. 2019-08-05 07:13:48 -06:00
arm Fix some typos. Mostly inital->initial. 2019-09-27 06:32:32 -06:00
armv6-m Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
armv7-a armv7-a and xtensa: Apply Masayuki Ishakawa's change of cef90a3865 to these these other SMP architectures as well. 2019-10-04 07:17:35 -06:00
armv7-m Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_bbsram_mpu (pull request #1069) 2019-11-08 16:17:28 +00:00
armv7-r Fix typos. 2019-08-04 14:50:28 -06:00
c5471 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
common arch/: Add rpmsg_serialini() call to every implementation of up_initialize() for rpmsg uart initialization. 2019-11-04 08:11:50 -06:00
cxd56xx Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
dm320 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
efm32 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
imx1 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
imx6 Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
imxrt arch/arm/src/imxrt/imxrt_serial.c: This commit improves the performance of UART serial ports on the IMXRT by enabling the RX & TX FIFOS and transmission on the holding register being empty (TDRE) rather than transmission being complete (TC). 2019-11-04 11:16:46 -06:00
kinetis Merged in david_s5/nuttx/master_k66_ethernet (pull request #1064) 2019-10-30 18:29:54 +00:00
kl Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
lc823450 Merged in masayuki2009/nuttx.nuttx/fix_cpustart (pull request #1051) 2019-10-16 03:16:48 +00:00
lpc17xx_40xx arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Use usleep() instead of up_delay() for large wait times. 2019-10-04 13:01:47 -06:00
lpc31xx Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
lpc43xx Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
lpc54xx arch/arm/src/lpc54xx/lpc54_clockconfig.c: Fix PLL settings. For the lpc54628 Rev. E board the PLL was not configured properly and the board wouldn't boot correctly. I checked the startup files from the official IDE and inspected the assembly instructions for the libraries used. 2019-09-22 13:41:38 -06:00
lpc214x Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
lpc2378 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
max326xx Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
moxart 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
nrf52 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
nuc1xx Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
s32k1xx arch/arm/src/s32k1xx/s32k1xx_flashcfg.c: Flash configuration array should be const (although it really does not matter in this context). 2019-10-22 17:44:16 -06:00
sam34 Merged in masayuki2009/nuttx.nuttx/fix_cpustart (pull request #1051) 2019-10-16 03:16:48 +00:00
sama5 Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
samd2l2 Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
samd5e5 Change space to tab and help to ---help--- in Kconfig files. 2019-10-05 21:39:12 -06:00
samv7 Fix some typos 2019-09-17 10:46:23 -06:00
stm32 arch/arm/src/stm32/stm32_sdio.c: SDIO Fix system hang on card eject. 2019-10-29 09:37:22 -06:00
stm32f0l0g0 include/nuttx/timers/pwm.h: Correct some typos. arch/arm/src/stm32f0l0g0: Add PWM support. 2019-10-17 12:00:57 -06:00
stm32f7 arch/arm/src/stm32f7/stm32_otghost.c: OTGFS_EPTYPE_INTR should e OTG_EPTYPE_INTR. 2019-10-29 13:22:45 -06:00
stm32h7 Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_bbsram_mpu (pull request #1069) 2019-11-08 16:17:28 +00:00
stm32l4 arch/arm/src/stm32l4/stm32l4x6xx_rcc.c: This fix is needed if HSI clock is selected. Otherwise when waking up from STOP mode, the MSI clock is selected instead of the HSI clock. 2019-11-07 14:14:09 -06:00
str71x Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
tiva arch/arm/src/tiva/common/tiva_flash.c: Improve tiva_write() (but needs more work!) 2019-11-06 20:35:35 -06:00
tms570 Fix typos. 2019-08-04 14:50:28 -06:00
xmc4 Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
.gitignore
Makefile arch/arm: Add the initial cortex-a7 archtiecture support 2019-03-19 11:51:29 -06:00