.. |
a1x
|
Minor style: # if pre-processor command should be in columnn 1
|
2015-09-18 12:47:24 -06:00 |
arm
|
Minor style: # if pre-processor command should be in columnn 1
|
2015-09-18 12:47:24 -06:00 |
armv6-m
|
Newer 4.9 GCC does not permit both -mcpu= and -march= on the command line; either -mcpu= or -march= with -mtune. The latter gives me linking errors so all of the arguments committed to the former. Untested on more tools
|
2015-07-31 08:39:26 -06:00 |
armv7-a
|
arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used. But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)).
|
2015-08-31 08:40:02 -06:00 |
armv7-m
|
All ARMV7-M: Force 8-byte stack alignment when calling from assembly to C to interrupt handling
|
2015-09-15 07:37:09 -06:00 |
c5471
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
calypso
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04:00 |
common
|
In all up_initialize() functions, automatically initialize TUN driver is so configureded
|
2015-09-06 09:35:29 -06:00 |
dm320
|
DM320: GIO header uses get/putreg functions and so should include up_arch.h
|
2015-07-01 08:01:49 -06:00 |
efm32
|
Minor changes from review of merge
|
2015-09-06 07:10:21 -06:00 |
imx
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
kinetis
|
All ARMV7-M: Force 8-byte stack alignment when calling from assembly to C to interrupt handling
|
2015-09-15 07:37:09 -06:00 |
kl
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
lpc11xx
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
lpc17xx
|
Minor style: # if pre-processor command should be in columnn 1
|
2015-09-18 12:47:24 -06:00 |
lpc31xx
|
EHCI: We not need disable and enable async scheduler when
|
2015-09-07 13:44:56 -06:00 |
lpc43xx
|
Costmetic changes from last merge to better conform to the coding standard
|
2015-09-29 09:06:16 -06:00 |
lpc214x
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04:00 |
lpc2378
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
moxart
|
Trivial spacing change
|
2015-08-11 07:51:31 -06:00 |
nuc1xx
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
sam34
|
All ARMV7-M: Force 8-byte stack alignment when calling from assembly to C to interrupt handling
|
2015-09-15 07:37:09 -06:00 |
sama5
|
SAMA5Dx: Fix a header file naming collision
|
2015-09-29 12:49:24 -06:00 |
samdl
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
samv7
|
SAMV7: SPI Slave fixes
|
2015-09-29 09:13:36 -06:00 |
stm32
|
STM32: Trivial chnages from review of merge
|
2015-09-23 15:00:47 -06:00 |
stm32f7
|
Correct bad cut-and-paste in STM32 F7 stm32_uart.h. Noted by Vlad Chiorean
|
2015-09-22 09:02:06 -06:00 |
str71x
|
Eliminate warnings
|
2015-09-08 10:20:41 -06:00 |
tiva
|
All ARMV7-M: Force 8-byte stack alignment when calling from assembly to C to interrupt handling
|
2015-09-15 07:37:09 -06:00 |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.
|
2015-03-06 10:53:57 -06:00 |