| .. |
|
a1x
|
Squashed commit of the following:
|
2018-06-21 10:59:58 -06:00 |
|
arm
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
|
armv6-m
|
arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h
|
2018-08-24 07:11:18 -06:00 |
|
armv7-a
|
arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h
|
2018-08-24 07:11:18 -06:00 |
|
armv7-m
|
arch/arm/src/armv7-m/up_trigger_irq.c: Correct copyright and authorship of file. Cloning error.
|
2018-08-25 11:12:12 -06:00 |
|
armv7-r
|
arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h
|
2018-08-24 07:11:18 -06:00 |
|
bcm2708
|
arch/arm/src/bcm2708/bcm_gpioint.c: Fixed missing left parenthesis. Note by Anonymous in Issue #101
|
2018-06-16 15:30:34 -06:00 |
|
c5471
|
Rename devif_loopback_out to devi_loopback
|
2018-08-25 08:33:21 -06:00 |
|
common
|
up_internal.h: Define out the prototype for up_netinitialize() if CONFIG_NETDEV_LATEINIT is also defined
|
2018-08-24 14:50:45 -06:00 |
|
dm320
|
arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM
|
2018-05-07 10:13:20 -06:00 |
|
efm32
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
imx1
|
arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM
|
2018-05-07 10:13:20 -06:00 |
|
imx6
|
Kconfig files: Fix several errors noted by Alex Denisov in Bitbucket issue 115.
|
2018-08-05 10:48:02 -06:00 |
|
imxrt
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
kinetis
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
kl
|
arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM
|
2018-05-07 10:13:20 -06:00 |
|
lc823450
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
lpc11xx
|
Fix lots of typos in C comments and Kconfig help text
|
2018-07-08 18:24:45 -06:00 |
|
lpc17xx
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
lpc31xx
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
|
lpc43xx
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
lpc54xx
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
lpc214x
|
arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM
|
2018-05-07 10:13:20 -06:00 |
|
lpc2378
|
arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM
|
2018-05-07 10:13:20 -06:00 |
|
moxart
|
Squashed commit of the following:
|
2018-08-26 11:17:33 -06:00 |
|
nrf52
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
nuc1xx
|
Fix lots of typos in C comments and Kconfig help text
|
2018-07-08 18:24:45 -06:00 |
|
sam34
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
sama5
|
Rename devif_loopback_out to devi_loopback
|
2018-08-25 08:33:21 -06:00 |
|
samd2l2
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
|
samd5e5
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
samv7
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
stm32
|
arch/arm/src/stm32/stm32f30xxx_i2c.c: Fix compile error with I2C reset
|
2018-08-27 07:39:29 -06:00 |
|
stm32f0
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
|
stm32f7
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
stm32h7
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
stm32l4
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
str71x
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
|
tiva
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
tms570
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
|
xmc4
|
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
|
2018-08-25 10:23:21 -06:00 |
|
.gitignore
|
Remove the arch/ subdirectory; replace it with a submodule
|
2015-07-22 10:56:22 -06:00 |
|
Makefile
|
Squashed commit of the following:
|
2018-06-20 12:30:37 -06:00 |