.. |
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
|
arch/arm/src/arm/up_fullcontextrestore.S: When performing stability test, the application would cause kernel crash. When I trace the stack, I find that register R1 has been changed, and its value is the same as register CPSR. In p_fullcontextrestore.S, the restoration of R0 and R1 is not atomic: 'msr cpsr r1 will enable interrupts and the recovery of r0 and r1 may be interrupted and the value or R1 may be changed. Fix is to use a single ldmia to restore R0, R1, and return via R15.
|
2019-09-04 07:49:27 -06:00 |
armv6-m
|
Fix typos.
|
2019-08-04 14:50:28 -06:00 |
armv7-a
|
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
|
2019-09-11 08:56:56 -06:00 |
armv7-m
|
arch/arm/src/armv7-m: Add ARMv7-M setjmp/longjump functions.
|
2019-08-06 15:59:19 -06:00 |
armv7-r
|
Fix typos.
|
2019-08-04 14:50:28 -06:00 |
c5471
|
Fix various typos in documentation and comments.
|
2019-08-09 14:35:07 -06:00 |
common
|
arch/arm/src/common/up_lwl_console.c: Add support for a 'Lightweight Link' protocol between a target and debugger for use when you need a console but the target doesn't have a spare serial port or other available resource.
|
2019-06-03 07:31:17 -06:00 |
cxd56xx
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
dm320
|
Beginning to update comments to reflect new organization of the boards/ sub-directory.
|
2019-08-08 08:46:54 -06:00 |
efm32
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
imx1
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
imx6
|
Fix some typos
|
2019-09-17 10:46:23 -06:00 |
imxrt
|
Fix some typos
|
2019-09-17 10:46:23 -06:00 |
kinetis
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
kl
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
lc823450
|
Fix some typos
|
2019-09-17 10:46:23 -06:00 |
lpc17xx_40xx
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
lpc31xx
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
lpc43xx
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
lpc54xx
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -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
|
libs/libc/unistd/lib_getcwd.c: remove stray sched_unlock(). Also fixes several typos.
|
2019-09-20 06:23:48 -06:00 |
s32k1xx
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
sam34
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
sama5
|
libs/libc/unistd/lib_getcwd.c: remove stray sched_unlock(). Also fixes several typos.
|
2019-09-20 06:23:48 -06:00 |
samd2l2
|
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
|
2019-09-11 08:56:56 -06:00 |
samd5e5
|
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
|
2019-09-11 08:56:56 -06:00 |
samv7
|
Fix some typos
|
2019-09-17 10:46:23 -06:00 |
stm32
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
stm32f0l0g0
|
arch/arm/src/stm32f0l0g0 and boards/arm/stm32f0l0g0/nucleo-g071rb: The last change did NOT eliminate the build problem. This one does.
|
2019-09-18 15:13:13 -06:00 |
stm32f7
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
stm32h7
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
stm32l4
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
str71x
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -06:00 |
tiva
|
Fix use of undefined pp-token #errror, other typos.
|
2019-09-19 18:19:18 -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
|
Remove the arch/ subdirectory; replace it with a submodule
|
2015-07-22 10:56:22 -06:00 |
Makefile
|
arch/arm: Add the initial cortex-a7 archtiecture support
|
2019-03-19 11:51:29 -06:00 |