summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Rename uip_input to devif_inputGregory Nutt2014-06-3023-28/+28
* NET: Rename uip_nextXYZconn to XYZ_netconnGregory Nutt2014-06-307-13/+13
* Cosmetic changes, updates to README files, updates to some commentsGregory Nutt2014-06-302-4/+12
* Fix typo/compile error introduced with last HSMCI changesGregory Nutt2014-06-303-210/+223
* Update ChangeLogGregory Nutt2014-06-301-0/+7
* SAM3/4: Important bugfix. Values read from PIO input pins do not change unle...Gregory Nutt2014-06-305-27/+243
* SAMA5D3/4: Fix some logic in conversion of physical and virtal DRAM addresses...Gregory Nutt2014-06-301-5/+55
* SAMA5D4: Don't touch ISLR unless PIO is configured as an interruptGregory Nutt2014-06-302-34/+48
* Updated ChangeLogGregory Nutt2014-06-301-1/+27
* _POSIX_* definitions must have values. From Kosma MoczekGregory Nutt2014-06-301-3/+3
* SAM4S Xplained Pro: Correct description of LEDs and usage. From Kosma MoczekGregory Nutt2014-06-303-56/+56
* STM32: Add configuration support fort he STM32F103RC. From Kosma MoczekGregory Nutt2014-06-303-1/+10
* STM32: Reorder MCUs in choice menu; remove duplicates. From Kosma MoczekGregory Nutt2014-06-301-26/+19
* STM32: Move temperature ranges from chip selection configuration prompts. Fro...Gregory Nutt2014-06-303-7/+15
* Unconfigure GPIO pins when closing a serial port to prevent back effects fro...Gregory Nutt2014-06-301-0/+32
* Remove empty ADC write method. From Kosma MoczekGregory Nutt2014-06-301-11/+1
* Extend erase block size to 18-bits in order (decrease block size to 14-bits) ...Gregory Nutt2014-06-301-12/+14
* Correct naming of [U]INT_LEASTn_{MAX|MIN} and [U]INT_FASTn{MAX|MIN}. From Kos...Gregory Nutt2014-06-301-35/+35
* Make variable definitions 'static const' when possible to save RAM usage. Fr...Gregory Nutt2014-06-303-15/+15
* Fix typos in debug statementsGregory Nutt2014-06-301-2/+2
* SAMA5 HSMCI: Dump GPIO configuration if DEBUG enabledGregory Nutt2014-06-291-4/+7
* SAMA5 PIO: Add support for secure interrupts; Fix PIO debug outputGregory Nutt2014-06-293-36/+103
* SAMA5: Remove kruft in PIO header fileGregory Nutt2014-06-291-8/+1
* Update ChangeLogGregory Nutt2014-06-291-0/+2
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-06-2911-92/+119
|\
| * SAMA5D4 HSMCI: Fix a compiler in a debug statementGregory Nutt2014-06-291-1/+1
| * Update ChangeLogGregory Nutt2014-06-291-1/+3
| * SAMA5D4-EK: Fix HSMCI card-detect pin selectionsGregory Nutt2014-06-293-26/+27
| * SAMA5D4 XDMA: Fix some typosGregory Nutt2014-06-291-10/+10
| * Fix system bus IDs for SAMA5D4; Don't use explicit PERIPHID_SHIFT for symmetr...Gregory Nutt2014-06-296-41/+61
| * SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the...Gregory Nutt2014-06-296-25/+22
| * Updated ChangeLogGregory Nutt2014-06-292-5/+12
* | NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-2913-40/+42
* | NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-2921-86/+86
* | E1000: Rename uip_dev to netdevGregory Nutt2014-06-291-34/+34
* | NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-2918-88/+89
* | NET: Renaming of IP address typesGregory Nutt2014-06-2935-129/+131
|/
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-293-14/+41
* SAMA5: Add configuration to assign an XDMAC channel to an HSMCIGregory Nutt2014-06-294-19/+104
* SAMA5D4-EK: NSH configuration now supports the RTCGregory Nutt2014-06-294-25/+105
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-288-100/+97
* Update ChangeLogGregory Nutt2014-06-281-1/+5
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-2829-92/+94
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-2856-94/+101
* Move IPv6 files from net/uip to net/ipv6Gregory Nutt2014-06-287-52/+139
* Update ChangeLogGregory Nutt2014-06-281-0/+3
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-2852-93/+97
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-2815-96/+115
* SAMA5D4-EK: NSH confuration now has FAT/ROMFS, /dev/zero, /dev/random via TRN...Gregory Nutt2014-06-286-34/+220
* Fix another place where sem_tryalloc may be called from the interrupt level. ...Gregory Nutt2014-06-281-1/+10