.. |
a1x
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
arm
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -06:00 |
armv6-m
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -06:00 |
armv7-a
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -06:00 |
armv7-m
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -06:00 |
armv7-r
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -06:00 |
c5471
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
calypso
|
Common/Calypso/C5471: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 15:22:48 -06:00 |
common
|
Significantly stylistic changes required after review of last PR
|
2016-06-28 09:37:21 -06:00 |
dm320
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
efm32
|
efm32, lcp43, stm32, stm32l4: disable interrupts with NVIC_IRQ_CLEAR
|
2016-06-28 15:12:39 -04:00 |
imx1
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:08 -06:00 |
imx6
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
kinetis
|
Kinetis Ethernet: Add support for CONFIG_NET_NOINTS
|
2016-07-12 16:17:35 -06:00 |
kl
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
lpc11xx
|
LPC11xx/LPC17xx: Convert *err() to either *info() or add ERROR:, depending on if an error is reported
|
2016-06-17 11:26:31 -06:00 |
lpc17xx
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
lpc31xx
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
lpc43xx
|
efm32, lcp43, stm32, stm32l4: disable interrupts with NVIC_IRQ_CLEAR
|
2016-06-28 15:12:39 -04:00 |
lpc214x
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
lpc2378
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:08 -06:00 |
moxart
|
Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred.
|
2016-06-16 16:30:45 -06:00 |
nuc1xx
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
sam34
|
SAM3/4 I2C: Fix reversed logic in twi_startmessage().
|
2016-07-09 06:51:07 -06:00 |
sama5
|
Missed a few *llinfo() to *info() conversions
|
2016-06-20 16:24:09 -06:00 |
samdl
|
Missed a few *llinfo() to *info() conversions
|
2016-06-20 16:24:09 -06:00 |
samv7
|
SAMV7: CAN Message Filtering fixed
|
2016-06-29 08:48:11 -06:00 |
stm32
|
STM32 timer: Eliminate a warning
|
2016-07-11 13:13:17 -06:00 |
stm32f7
|
Trivial changes from review of PR
|
2016-07-08 08:03:44 -06:00 |
stm32l4
|
STM32L4: Apply the stm32l4 namespace and FAR qualifiers to the serial driver, also, indentation.
|
2016-07-12 17:18:46 -06:00 |
str71x
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:08 -06:00 |
tiva
|
Trivial fix to alignment
|
2016-06-28 09:10:32 -06:00 |
tms570
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
.gitignore
|
|
|
Makefile
|
All GCC final arch/*/src/Makefiles: Allow --start-group and --end-group to be redefined for the case where GCC is used to link (instead of LD). Suggested by Paul Alexander Patience.
|
2016-05-17 10:43:15 -06:00 |