.. |
a1x
|
arm/armv7-a: Add mmu_l1_map_regions() to remove the code duplication.
|
2019-03-19 11:30:37 -06:00 |
am335x
|
arm/armv7-a: Add mmu_l1_map_regions() to remove the code duplication.
|
2019-03-19 11:30:37 -06:00 |
arm
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -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
|
arch/arm/src/armv7-a/arm_scu.c: Another place where universal cached control change bork a compile due to missing ARM_DSB() definition.
|
2019-03-19 16:56:04 -06:00 |
armv7-m
|
arch/arm: The last big change that unified the cache interfaces had a bad side-effect: It also removed the memory barrier definitions that were also in the removed architecture-specific cache.h header files. Fixed by adding a new barriers.h header file that provides these definitions.
|
2019-03-19 13:12:19 -06:00 |
armv7-r
|
ARMv7-A/R: Add barriers.h header file for consistency with ARMv7-M.
|
2019-03-19 13:20:23 -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
|
arch/arm: Add the initial cortex-a7 archtiecture support
|
2019-03-19 11:51:29 -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
|
arm/armv7-a: Add mmu_l1_map_regions() to remove the code duplication.
|
2019-03-19 11:30:37 -06:00 |
imxrt
|
arch/arm: The last big change that unified the cache interfaces had a bad side-effect: It also removed the memory barrier definitions that were also in the removed architecture-specific cache.h header files. Fixed by adding a new barriers.h header file that provides these definitions.
|
2019-03-19 13:12:19 -06:00 |
kinetis
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -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
|
app/graphics/nxbe/nxbe_setsize.c: Fix backward source/destination in memcpy() in new per-window framebuffer logic.
|
2019-03-16 17:37:29 -06:00 |
lpc31xx
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
lpc43xx
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -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
|
arch/arm: Fix more errors resulting from universal cache interfaces. The old cache-specific head file also provided a sneak way to include other necessary header files. With the old cache.h removed, those files all fail to build.
|
2019-03-19 14:13:45 -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
|
arm/armv7-a: Add mmu_l1_map_regions() to remove the code duplication.
|
2019-03-19 11:30:37 -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
|
arch/arm: The last big change that unified the cache interfaces had a bad side-effect: It also removed the memory barrier definitions that were also in the removed architecture-specific cache.h header files. Fixed by adding a new barriers.h header file that provides these definitions.
|
2019-03-19 13:12:19 -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: Fix more errors resulting from universal cache interfaces. The old cache-specific head file also provided a sneak way to include other necessary header files. With the old cache.h removed, those files all fail to build.
|
2019-03-19 14:13:45 -06:00 |
stm32h7
|
arch/arm: The last big change that unified the cache interfaces had a bad side-effect: It also removed the memory barrier definitions that were also in the removed architecture-specific cache.h header files. Fixed by adding a new barriers.h header file that provides these definitions.
|
2019-03-19 13:12:19 -06:00 |
stm32l4
|
arch/arm: The last big change that unified the cache interfaces had a bad side-effect: It also removed the memory barrier definitions that were also in the removed architecture-specific cache.h header files. Fixed by adding a new barriers.h header file that provides these definitions.
|
2019-03-19 13:12:19 -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
|
arch/: Unify the cache interface for all architectures
|
2019-03-19 10:37:13 -06:00 |
xmc4
|
Squashed commit of the following:
|
2019-02-27 08:41:08 -06:00 |
.gitignore
|
|
|
Makefile
|
arch/arm: Add the initial cortex-a7 archtiecture support
|
2019-03-19 11:51:29 -06:00 |