summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated READMEGregory Nutt2014-06-281-4/+21
* Minor update to AT25BOOT; Updated README fileGregory Nutt2014-06-282-0/+27
* NET: Last tweaks were still in the editorGregory Nutt2014-06-281-1/+4
* NET: Another fix for recently introduced networking errorsGregory Nutt2014-06-282-1/+3
* NET: Fix some errors in recent network I/O buffering when stack runs from in...Gregory Nutt2014-06-284-13/+16
* SAMA5D4-EK: Fix some AT25BOOT bugsGregory Nutt2014-06-281-9/+8
* Update changelogGregory Nutt2014-06-281-0/+2
* Change double_t to double in rint. Add rintf and rintl while we are at itGregory Nutt2014-06-286-88/+373
* Updated READMEGregory Nutt2014-06-281-1/+112
* SAMA5D4-EK: Updates to get the at25boot configuration building correctlyGregory Nutt2014-06-287-18/+68
* Update ChangeLogGregory Nutt2014-06-281-0/+2
* SAMA5D4-EK: Add a configuration to load a boot program into AT25 FLASHGregory Nutt2014-06-289-25/+1458
* Add more XMega skeleton directoriesGregory Nutt2014-06-272-0/+188
* Add skeletin of XMega includeGregory Nutt2014-06-273-0/+299
* Clean-up naming associated with network checksumsGregory Nutt2014-06-2715-111/+296
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-27103-564/+565
* Update ChangeLogGregory Nutt2014-06-271-0/+4
* Move net/uip/uip_checksum.c to net/utils/net_chksum.c; fix missing Make.defs ...Gregory Nutt2014-06-275-9/+10
* Add net/README.txtGregory Nutt2014-06-275-2/+87
* Update changelogGregory Nutt2014-06-271-0/+3
* SAMA5D4: Bootloader needs to flush D-Cache to memory before disabling the ca...Gregory Nutt2014-06-271-1/+12
* Update ChangeLogsGregory Nutt2014-06-271-1/+5
* SAM4CM: Fixes from Macs NGregory Nutt2014-06-273-14/+14
* SAM4CM: Add IPC register header file. From Macs NGregory Nutt2014-06-271-0/+80
* Cosmetic update to commentsGregory Nutt2014-06-271-0/+5
* Add missing source of netdev/KconfigGregory Nutt2014-06-271-6/+1
* Move NETDEV config from net/Kconfig to net/netdev/KconfigGregory Nutt2014-06-271-2/+8
* Fix conflict in ChangeLogGregory Nutt2014-06-2725-31/+419
|\
| * Update ChangeLogGregory Nutt2014-06-271-3/+4
| * Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-276-1/+119
| * Update ChangelogGregory Nutt2014-06-271-0/+2
| * Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-2714-20/+107
| * Fix Kconfig typoGregory Nutt2014-06-271-2/+2
* | Update ChangeLogGregory Nutt2014-06-271-0/+8
* | NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-2726-72/+44
|/
* Update ChangeLogGregory Nutt2014-06-261-0/+2
* Setup the SAMA5D4-EK NSH configuration to use the DRAMBOOT loader by defaultGregory Nutt2014-06-267-12/+162
* Update ChangeLogGregory Nutt2014-06-261-0/+4
* SAMA5D4-EK: Add bootloader that runs from ISRAM and loads an Intel HEX file i...Gregory Nutt2014-06-268-5/+1421
* Update changelogGregory Nutt2014-06-261-0/+3
* Repartition network intialization functionsGregory Nutt2014-06-264-76/+154