Misc changes from Richard Cochran
This commit is contained in:
parent
be474523c4
commit
32b4a48e7a
@ -6463,5 +6463,6 @@
|
|||||||
is not really important because up_disable_irq() is not really used
|
is not really important because up_disable_irq() is not really used
|
||||||
for that purpose. But some spurions STM32 ADC interrupts have been
|
for that purpose. But some spurions STM32 ADC interrupts have been
|
||||||
reported to me and this turned out to be the cause in that case. My
|
reported to me and this turned out to be the cause in that case. My
|
||||||
concern not that up_disable_irq() works is that there may now be
|
concern now that up_disable_irq() works is that there may now be
|
||||||
unmasked bugs that leave devices in the disabled state? (2014-1-15).
|
unmasked bugs that leave devices in the disabled state? Thanks to
|
||||||
|
Manuel Stühn for the tip(2014-1-15).
|
||||||
|
@ -234,7 +234,7 @@ arch/avr
|
|||||||
MCU families. STATUS: Under development.
|
MCU families. STATUS: Under development.
|
||||||
|
|
||||||
arch/avr/include/avr and arch/avr/src/avr
|
arch/avr/include/avr and arch/avr/src/avr
|
||||||
Common support for all 8-bit VR MCUs
|
Common support for all 8-bit AVR MCUs
|
||||||
|
|
||||||
arch/avr/include/atmega and arch/avr/src/atmega
|
arch/avr/include/atmega and arch/avr/src/atmega
|
||||||
Support specifically for the AVR ATMega family (specifically only for
|
Support specifically for the AVR ATMega family (specifically only for
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/avr/include/avr/atmega/irq.h
|
* arch/avr/include/atmega/irq.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* arch/avr32/src/atmega/atmega_head.S
|
* arch/avr/src/atmega/atmega_head.S
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* configs/amber/src/up_boot.c
|
* configs/amber/src/up_boot.c
|
||||||
* arch/mips/src/board/up_boot.c
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
0
configs/avr32dev1/nsh/defconfig
Executable file → Normal file
0
configs/avr32dev1/nsh/defconfig
Executable file → Normal file
0
configs/avr32dev1/ostest/defconfig
Executable file → Normal file
0
configs/avr32dev1/ostest/defconfig
Executable file → Normal file
0
configs/demo9s12ne64/ostest/defconfig
Executable file → Normal file
0
configs/demo9s12ne64/ostest/defconfig
Executable file → Normal file
0
configs/hymini-stm32v/nsh/defconfig
Executable file → Normal file
0
configs/hymini-stm32v/nsh/defconfig
Executable file → Normal file
0
configs/hymini-stm32v/usbmsc/defconfig
Executable file → Normal file
0
configs/hymini-stm32v/usbmsc/defconfig
Executable file → Normal file
0
configs/hymini-stm32v/usbserial/defconfig
Executable file → Normal file
0
configs/hymini-stm32v/usbserial/defconfig
Executable file → Normal file
0
configs/kwikstik-k40/ostest/defconfig
Executable file → Normal file
0
configs/kwikstik-k40/ostest/defconfig
Executable file → Normal file
@ -343,7 +343,7 @@ CONFIG_NET_TCP_RECVDELAY=0
|
|||||||
CONFIG_NET_UDP=y
|
CONFIG_NET_UDP=y
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
CONFIG_NET_UDP_CONNS=8
|
CONFIG_NET_UDP_CONNS=8
|
||||||
# CONFIG_NET_BROADCAST is not set
|
CONFIG_NET_BROADCAST=y
|
||||||
CONFIG_NET_ICMP=y
|
CONFIG_NET_ICMP=y
|
||||||
CONFIG_NET_ICMP_PING=y
|
CONFIG_NET_ICMP_PING=y
|
||||||
# CONFIG_NET_PINGADDRCONF is not set
|
# CONFIG_NET_PINGADDRCONF is not set
|
||||||
|
2
configs/lm3s6965-ek/nsh/defconfig
Executable file → Normal file
2
configs/lm3s6965-ek/nsh/defconfig
Executable file → Normal file
@ -343,7 +343,7 @@ CONFIG_NET_TCP_RECVDELAY=0
|
|||||||
CONFIG_NET_UDP=y
|
CONFIG_NET_UDP=y
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
CONFIG_NET_UDP_CONNS=8
|
CONFIG_NET_UDP_CONNS=8
|
||||||
# CONFIG_NET_BROADCAST is not set
|
CONFIG_NET_BROADCAST=y
|
||||||
CONFIG_NET_ICMP=y
|
CONFIG_NET_ICMP=y
|
||||||
CONFIG_NET_ICMP_PING=y
|
CONFIG_NET_ICMP_PING=y
|
||||||
# CONFIG_NET_PINGADDRCONF is not set
|
# CONFIG_NET_PINGADDRCONF is not set
|
||||||
|
0
configs/lm3s6965-ek/nx/defconfig
Executable file → Normal file
0
configs/lm3s6965-ek/nx/defconfig
Executable file → Normal file
0
configs/lm3s6965-ek/ostest/defconfig
Executable file → Normal file
0
configs/lm3s6965-ek/ostest/defconfig
Executable file → Normal file
@ -375,7 +375,7 @@ CONFIG_NET_TCPBACKLOG=y
|
|||||||
CONFIG_NET_UDP=y
|
CONFIG_NET_UDP=y
|
||||||
CONFIG_NET_UDP_CHECKSUMS=y
|
CONFIG_NET_UDP_CHECKSUMS=y
|
||||||
CONFIG_NET_UDP_CONNS=8
|
CONFIG_NET_UDP_CONNS=8
|
||||||
# CONFIG_NET_BROADCAST is not set
|
CONFIG_NET_BROADCAST=y
|
||||||
CONFIG_NET_ICMP=y
|
CONFIG_NET_ICMP=y
|
||||||
CONFIG_NET_ICMP_PING=y
|
CONFIG_NET_ICMP_PING=y
|
||||||
# CONFIG_NET_PINGADDRCONF is not set
|
# CONFIG_NET_PINGADDRCONF is not set
|
||||||
|
0
configs/lm3s8962-ek/nsh/defconfig
Executable file → Normal file
0
configs/lm3s8962-ek/nsh/defconfig
Executable file → Normal file
0
configs/lm3s8962-ek/nx/defconfig
Executable file → Normal file
0
configs/lm3s8962-ek/nx/defconfig
Executable file → Normal file
0
configs/lm3s8962-ek/ostest/defconfig
Executable file → Normal file
0
configs/lm3s8962-ek/ostest/defconfig
Executable file → Normal file
0
configs/lm4f120-launchpad/nsh/defconfig
Executable file → Normal file
0
configs/lm4f120-launchpad/nsh/defconfig
Executable file → Normal file
0
configs/lm4f120-launchpad/ostest/defconfig
Executable file → Normal file
0
configs/lm4f120-launchpad/ostest/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/dhcpd/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/dhcpd/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/nsh/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/nsh/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/nx/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/nx/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/ostest/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/ostest/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/thttpd/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/thttpd/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/usbmsc/defconfig
Executable file → Normal file
0
configs/lpcxpresso-lpc1768/usbmsc/defconfig
Executable file → Normal file
0
configs/mbed/nsh/defconfig
Executable file → Normal file
0
configs/mbed/nsh/defconfig
Executable file → Normal file
0
configs/ne64badge/ostest/defconfig
Executable file → Normal file
0
configs/ne64badge/ostest/defconfig
Executable file → Normal file
0
configs/nucleus2g/nsh/defconfig
Executable file → Normal file
0
configs/nucleus2g/nsh/defconfig
Executable file → Normal file
0
configs/nucleus2g/ostest/defconfig
Executable file → Normal file
0
configs/nucleus2g/ostest/defconfig
Executable file → Normal file
0
configs/nucleus2g/usbmsc/defconfig
Executable file → Normal file
0
configs/nucleus2g/usbmsc/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/ftpc/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/ftpc/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/hidkbd/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/hidkbd/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/nettest/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/nettest/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/nx/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/nx/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/ostest/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/ostest/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/slip-httpd/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/slip-httpd/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/thttpd/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/thttpd/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/usbmsc/defconfig
Executable file → Normal file
0
configs/olimex-lpc1766stk/usbmsc/defconfig
Executable file → Normal file
0
configs/olimex-lpc2378/nsh/defconfig
Executable file → Normal file
0
configs/olimex-lpc2378/nsh/defconfig
Executable file → Normal file
0
configs/olimex-lpc2378/ostest/defconfig
Executable file → Normal file
0
configs/olimex-lpc2378/ostest/defconfig
Executable file → Normal file
0
configs/olimex-strp711/nettest/defconfig
Executable file → Normal file
0
configs/olimex-strp711/nettest/defconfig
Executable file → Normal file
0
configs/open1788/knsh/defconfig
Executable file → Normal file
0
configs/open1788/knsh/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/RIDE/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/RIDE/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/nsh/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/nsh/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/ostest/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/ostest/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/usbmsc/defconfig
Executable file → Normal file
0
configs/stm3210e-eval/usbmsc/defconfig
Executable file → Normal file
0
configs/teensy/nsh/defconfig
Executable file → Normal file
0
configs/teensy/nsh/defconfig
Executable file → Normal file
0
configs/teensy/usbmsc/defconfig
Executable file → Normal file
0
configs/teensy/usbmsc/defconfig
Executable file → Normal file
0
configs/vsn/nsh/defconfig
Executable file → Normal file
0
configs/vsn/nsh/defconfig
Executable file → Normal file
@ -193,14 +193,14 @@ fi
|
|||||||
|
|
||||||
# Okay... Everything looks good. Setup the configuration
|
# Okay... Everything looks good. Setup the configuration
|
||||||
|
|
||||||
install "${src_makedefs}" "${dest_makedefs}" || \
|
install --mode=644 "${src_makedefs}" "${dest_makedefs}" || \
|
||||||
{ echo "Failed to copy \"${src_makedefs}\"" ; exit 7 ; }
|
{ echo "Failed to copy \"${src_makedefs}\"" ; exit 7 ; }
|
||||||
if [ "X${have_setenv}" = "Xy" ]; then
|
if [ "X${have_setenv}" = "Xy" ]; then
|
||||||
install "${src_setenv}" "${dest_setenv}" || \
|
install "${src_setenv}" "${dest_setenv}" || \
|
||||||
{ echo "Failed to copy ${src_setenv}" ; exit 8 ; }
|
{ echo "Failed to copy ${src_setenv}" ; exit 8 ; }
|
||||||
chmod 755 "${dest_setenv}"
|
chmod 755 "${dest_setenv}"
|
||||||
fi
|
fi
|
||||||
install "${src_config}" "${dest_config}" || \
|
install --mode=644 "${src_config}" "${dest_config}" || \
|
||||||
{ echo "Failed to copy \"${src_config}\"" ; exit 9 ; }
|
{ echo "Failed to copy \"${src_config}\"" ; exit 9 ; }
|
||||||
|
|
||||||
# If we did not use the CONFIG_APPS_DIR that was in the defconfig config file,
|
# If we did not use the CONFIG_APPS_DIR that was in the defconfig config file,
|
||||||
@ -227,7 +227,7 @@ if [ ! -z "${appdir}" -a "X${newconfig}" != "Xy" ]; then
|
|||||||
if [ ! -r "${configpath}/appconfig" ]; then
|
if [ ! -r "${configpath}/appconfig" ]; then
|
||||||
echo "NOTE: No readable appconfig file found in ${configpath}"
|
echo "NOTE: No readable appconfig file found in ${configpath}"
|
||||||
else
|
else
|
||||||
install "${configpath}/appconfig" "${TOPDIR}/${posappdir}/.config" || \
|
install --mode=644 "${configpath}/appconfig" "${TOPDIR}/${posappdir}/.config" || \
|
||||||
{ echo "Failed to copy ${configpath}/appconfig" ; exit 10 ; }
|
{ echo "Failed to copy ${configpath}/appconfig" ; exit 10 ; }
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user