nuttx/arch/arm/src
raiden00pl 0a7f7642c0 Merged in raiden00/nuttx_h7 (pull request #839)
arch/arm/src/stm32h7: initial support for protected build mode. Not functional yet. It compiles without errors and passes initialization but after entering the user app strange things happen.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-03-11 16:43:13 +00:00
..
a1x arch/arm/src Serial: Remove duplicated inclusion of nuttx/fs/ioctl.h 2019-01-28 06:16:15 -06:00
am335x Squashed commit of the following: 2019-02-27 08:41:08 -06:00
arm Squashed commit of the following: 2019-02-04 16:20:35 -06:00
armv6-m This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
armv7-a Squashed commit of the following: 2019-02-04 16:20:35 -06:00
armv7-m Merged in david_s5/nuttx/master_stack_check (pull request #834) 2019-02-28 21:36:47 +00:00
armv7-r Squashed commit of the following: 2019-02-04 16:20:35 -06:00
c5471 net/: The value ERROR should never be returned from internal OS functions. That is reserved for returning values to appliations with the errno value set. Within the OS, errors are returned with a negated errno value ALWAYS. 2019-02-14 15:38:36 -06:00
common tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
dm320 Every file that uses serial IOCTLs (TIOC*) must explicity include nuttx/fs/ioctl.h. This was included previously via sneak path in the now deleted arch/serial.h. 2019-01-27 13:41:44 -06:00
efm32 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
imx1 Every file that uses serial IOCTLs (TIOC*) must explicity include nuttx/fs/ioctl.h. This was included previously via sneak path in the now deleted arch/serial.h. 2019-01-27 13:41:44 -06:00
imx6 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
imxrt arch/arm/src/imxrt/imxrt_clockconfig.c: If SDRAM is actived it was only running at 40MHz. This was becaus imxrt_clockconfig.c changed the SEMC clock divider after the DCD was configured. This commit corrects that. 2019-03-10 07:25:45 -06:00
kinetis Squashed commit of the following: 2019-02-27 08:41:08 -06:00
kl Squashed commit of the following: 2019-02-04 16:20:35 -06:00
lc823450 Trivial, Costmetic, ... 2019-02-27 14:02:53 -06:00
lpc11xx Squashed commit of the following: 2019-02-04 16:20:35 -06:00
lpc17xx configs/open1788/knxterm/defconfig: Add missing MPU configuration option. 2019-03-06 15:35:50 -06:00
lpc31xx Every file that uses serial IOCTLs (TIOC*) must explicity include nuttx/fs/ioctl.h. This was included previously via sneak path in the now deleted arch/serial.h. 2019-01-27 13:41:44 -06:00
lpc43xx Squashed commit of the following: 2019-02-27 08:41:08 -06:00
lpc54xx arch/arm/src/imxrt/chip/imxrt_usb_analog.h: Add usb analog header file. 2019-02-25 13:09:19 -06:00
lpc214x Squashed commit of the following: 2019-02-04 16:20:35 -06:00
lpc2378 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
max326xx Squashed commit of the following: 2019-02-04 16:20:35 -06:00
moxart Squashed commit of the following: 2018-08-26 11:17:33 -06:00
nrf52 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
nuc1xx Squashed commit of the following: 2019-02-04 16:20:35 -06:00
sam34 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
sama5 arch/arm/src/sam34 and sama5: Port Anthony Merlino's fix of commit ee840c74da to similar Ethernet drivers for parts in other SAM families. 2019-02-02 16:14:43 -06:00
samd2l2 Squashed commit of the following: 2019-02-27 08:41:08 -06:00
samd5e5 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
samv7 Squashed commit of the following: 2019-02-04 16:20:35 -06:00
stm32 arch/arm/src/stm32/stm32_otgfsdev.c: Fix a typo in the last commit 2019-03-08 14:18:18 -06:00
stm32f0l0 Merged in raiden00/nuttx_h7/h7dma (pull request #831) 2019-02-25 16:02:39 +00:00
stm32f7 arch/arm/src/stm32/stm32_otgfsdev.c/stm32_otghsdev, stm32f7/stm32_otgdev.c, and stm32l4/stm32l4_otgfsdev.c: Fix a warnings due to a function prototype mismatch. 2019-03-08 14:15:55 -06:00
stm32h7 Merged in raiden00/nuttx_h7 (pull request #839) 2019-03-11 16:43:13 +00:00
stm32l4 arch/arm/src/stm32/stm32_otgfsdev.c/stm32_otghsdev, stm32f7/stm32_otgdev.c, and stm32l4/stm32l4_otgfsdev.c: Fix a warnings due to a function prototype mismatch. 2019-03-08 14:15:55 -06:00
str71x Squashed commit of the following: 2019-02-04 16:20:35 -06:00
tiva Squashed commit of the following: 2019-02-27 08:41:08 -06:00
tms570 Squashed commit of the following: 2019-02-27 08:41:08 -06:00
xmc4 Squashed commit of the following: 2019-02-27 08:41:08 -06:00
.gitignore
Makefile Squashed commit of the following: 2018-06-20 12:30:37 -06:00