mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Misc changes from Richard Cochran
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
+1
-1
@@ -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>
|
||||||
|
|||||||
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
@@ -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
|
||||||
|
|||||||
Executable → Regular
+1
-1
@@ -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
|
||||||
|
|||||||
Executable → Regular
Executable → Regular
@@ -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
|
||||||
|
|||||||
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user