summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Clone the SAMA5D4 IPv6 support to the SAM4E EMAC and SAMAd3 EMAC and GMAC ↵Gregory Nutt2015-02-094-31/+938
| | | | | | | | drivers.
* | Update ChangeLogGregory Nutt2015-02-091-0/+4
| |
* | mtd/ramtron.c: Table of parts is not terminated properly if ↵Gregory Nutt2015-02-092-2/+3
| | | | | | | | CONFIG_RAMTRON_FRAM_NON_JEDEC is not defined
* | Update ChangeLogGregory Nutt2015-02-091-0/+10
| |
* | Big, very risky change: Remove all occurrences of up_maskack_irq() that ↵Gregory Nutt2015-02-0926-198/+60
| | | | | | | | disable and enable interrupts with up_ack_irq() that only acknowledges the interrupts. This is only used in interrupt decoding logic. Also remove the logic that unconditionally re-enables interrupts with the interrupt exits. This interferes with the drivers ability to control the interrupt state. This is a necessary, sweeping, global change and unfortunately impossible to test.
* | Update ChangeLogGregory Nutt2015-02-091-0/+9
| |
* | SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations.Gregory Nutt2015-02-092-4/+6
| |
* | SAMA5D Ethernet: Add support for CONFIG_NET_NOTINTS so that the driver can ↵Gregory Nutt2015-02-091-41/+406
| | | | | | | | operate from the work queue thread instead of doing everything from the interrupt level.
* | ARMv7-A interrupt handler: Should not automatically re-enable interrupts on ↵Gregory Nutt2015-02-091-8/+0
| | | | | | | | interrupt return. That interferes with the driver's ability to manage interrupts.
* | Oops... Conditioned on IPv4 wheren IPv6 was intendedGregory Nutt2015-02-093-3/+3
| |
* | Fix IPv4-dependend debug outputGregory Nutt2015-02-092-3/+15
| |
* | Fix some warnings in audio code causing by fixing the prototypes of ↵Gregory Nutt2015-02-095-14/+22
| | | | | | | | mq_send() and mq_receive()
* | Networkin: Fix an error in network driver skeleton fileGregory Nutt2015-02-091-5/+3
| |
* | Oop.. forgot a semicolon in a preceding commitGregory Nutt2015-02-091-1/+1
| |
* | Update ChangeLogGregory Nutt2015-02-091-0/+4
| |
* | SAMA5D4-EK: Add a configuration for testing IPv6Gregory Nutt2015-02-095-0/+1888
| |
* | SAMA5D4 EMAC: Add support for Multicast address matching and IPv6Gregory Nutt2015-02-091-7/+223
| |
* | Update ChangeLogGregory Nutt2015-02-091-0/+3
| |
* | execl(): Fix bad logic in counting the number of arguments. This could ↵Gregory Nutt2015-02-091-11/+20
| | | | | | | | never have worked. Noted by Pierre-noel Bouteville
* | Update TODOGregory Nutt2015-02-091-1/+1
| |
* | Update ChangeLogGregory Nutt2015-02-091-0/+10
| |
* | Convert all STM32F4-Discovery configurations (with base board) to configure ↵Gregory Nutt2015-02-092-2/+6
| | | | | | | | the Ethernet driver to use the work queue (vs. interrupt level processing).
* | Add logic so that STM32 Ethernet drivier can avoid interrupt level ↵Gregory Nutt2015-02-091-38/+402
| | | | | | | | processing and, instead, execute on the work thread.
* | Networking: Clean up and consolidate some clunky stuff by adding new ↵Gregory Nutt2015-02-098-55/+82
| | | | | | | | net_timedwait() function
* | Correct a attribution in a commentGregory Nutt2015-02-091-2/+2
|/
* Update ChangeLogGregory Nutt2015-02-082-3/+9
|
* SYSLOG: Add an option to use the syslog'ing device as the system ↵Gregory Nutt2015-02-0815-59/+364
| | | | consolution. This option enables a low-level, write-only console device at /dev/console (similar to the low-level UART console device). From Pierre-noel Bouteville.
* STM32 SPI: Clean-up asymmetric configuration of SPI6Gregory Nutt2015-02-071-1/+7
|
* Update ChangeLogGregory Nutt2015-02-071-0/+3
|
* STM32 SPI: The source clock for SPI 4,5, and 6 should be PCLK2, not PCLK1 ↵Gregory Nutt2015-02-072-3/+4
| | | | (for F411, F427, and F429). Per David Sidrane.
* Updated Tiva ADC filesGregory Nutt2015-02-063-1553/+1639
|
* Networking: Fix some errors that crept in with IPv6Gregory Nutt2015-02-061-8/+8
|
* Remove nutts/tools/astyle.shGregory Nutt2015-02-062-51/+0
|
* Update ChangeLogGregory Nutt2015-02-061-0/+5
|
* apps/netutils/netlib: Add utilities to convert to/from prefix lengths ↵Gregory Nutt2015-02-065-8/+333
| | | | from/to 128-bit network masks. Modify the NSH IPv6 ifconfig command to show the network mask in a more standard, human readable way.
* Remove inclusion of some un-necessary header files.Gregory Nutt2015-02-063-15/+19
|
* IPv6: Separate function that converts prefix lengths to a netmaskGregory Nutt2015-02-068-81/+184
|
* Tiva ADC: Add Kconfig options for ADC. From Calvin MaguranisGregory Nutt2015-02-051-0/+902
|
* Update ChangeLogGregory Nutt2015-02-051-0/+2
|
* Forgot to add file in previous commitGregory Nutt2015-02-051-0/+171
|
* Tiva ADC: Partial build support. Still missing Kconfg changesGregory Nutt2015-02-052-0/+5
|
* tmv4c123g-launchpad: Add Tiva ADC support to the TM4C123G-Launchpad. From ↵Gregory Nutt2015-02-051-1/+5
| | | | Calvin Maguranis.
* nuttx/configs/tm4c123g-launchpad/src/MakefileGregory Nutt2015-02-051-0/+24
|
* Update ChangeLogGregory Nutt2015-02-051-0/+2
|
* Tiva ADC: Adds a Tiva ADC driver. From Calvin MaguranisGregory Nutt2015-02-052-0/+2971
|
* Tiva ADC: Register definitiona header file from Calvin MaguranisGregory Nutt2015-02-052-0/+943
|
* Make some conditional compilation consistentGregory Nutt2015-02-052-1/+3
|
* Update ChangeLogGregory Nutt2015-02-051-0/+3
|
* Adds support for TM4C123G timers; integrates with the TM4C123G Launchpad. ↵Gregory Nutt2015-02-059-64/+353
| | | | From Calvin Maguranis
* Update ChangeLogGregory Nutt2015-02-051-0/+3
|