summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* NET: More renamingGregory Nutt2014-07-0449-156/+156
* TSC2007: Cosmetic updatesGregory Nutt2014-07-041-2/+2
* Update ChangeLogGregory Nutt2014-07-041-0/+3
* AMA5 OHCI: Pointers to allocated port values were not being nullified after b...Gregory Nutt2014-07-041-3/+7
* Update ChangelogGregory Nutt2014-07-041-0/+4
* SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger d...Gregory Nutt2014-07-041-2/+2
* NAME_MAX not available on SunOSGregory Nutt2014-07-041-2/+22
* Move crypto header files from include/crypto to include/nuttx/cryptoGregory Nutt2014-07-036-17/+17
* Correct authorship on a few filesGregory Nutt2014-07-038-10/+9
* Update ChangeLogGregory Nutt2014-07-031-3/+7
* Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE was not selected an...Gregory Nutt2014-07-031-1/+3
* NET: More renamingGregory Nutt2014-07-039-67/+65
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-03257-289/+289
* NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will pe...Gregory Nutt2014-07-031-0/+4
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-031-1/+11
* Updated ChangeLogGregory Nutt2014-07-031-1/+3
* SAMA5 OHCI: Fix an error in a DEBUGASSERT statement. Caused assertion to fir...Gregory Nutt2014-07-031-3/+2
* SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two ...Gregory Nutt2014-07-0311-8/+45
* SAMA5D4-EK: Add support for USB hostGregory Nutt2014-07-034-69/+156
* CCM PROCFS: Missing change in last commitsGregory Nutt2014-07-031-2/+2
* Update ChangeLogGregory Nutt2014-07-031-0/+3
* CCM PROCFS: Changed the configuration a bit. I am still not happy about the ...Gregory Nutt2014-07-035-22/+40
* Add STM32 CCM heep procfsGregory Nutt2014-07-034-0/+335
* Update ChangeLogsGregory Nutt2014-07-031-1/+3
* Move cypto debug definitions to debug.h with other susbsystem-level debugGregory Nutt2014-07-035-152/+151
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-0313-0/+1251
* SAM4 AES driver from Max NeklyudovGregory Nutt2014-07-035-2/+435
* SAM Ethernet: Eliminate a warningGregory Nutt2014-07-024-0/+12
* NET: Misc naming clean-upGregory Nutt2014-07-024-15/+86
* Update ChangeLogsGregory Nutt2014-07-021-3/+4
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-07-0212-141/+300
|\
| * SAMA5D4-EK: NSH should run at 528MHzGregory Nutt2014-07-024-30/+10
| * SAMA5D4-EK: NSH configuration now has TWI0 enabled and supports the I2C toolGregory Nutt2014-07-024-22/+54
| * SAMA5D3-EK: Enable the procfs file system in the NSH configurationGregory Nutt2014-07-024-50/+131
| * SAMA5D4 EMAC: Add a kludge to work around a suspected hardware issueGregory Nutt2014-07-022-3/+63
| * Update ChangeLogGregory Nutt2014-07-021-0/+4
| * SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the ...Gregory Nutt2014-07-024-9/+8
| * SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-026-37/+40
* | NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-02253-254/+254
|/
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-0121-126/+126
* NET: Rename g_uipsem to g_netlockGregory Nutt2014-07-011-6/+6
* NET: Rename some address comparison macrosGregory Nutt2014-07-015-9/+13
* SAMA5D4: Add a configuration option to force EMAC driver debugGregory Nutt2014-07-012-4/+22
* Update ChangeLogsGregory Nutt2014-07-011-0/+2
* SAMA5D4-EK: NSH configuration now has the RAMLOG enabled by defaultGregory Nutt2014-07-013-22/+56
* RAMLOG: syslog_putc must set errno and return EOF on a failureGregory Nutt2014-07-011-5/+21
* Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZEGregory Nutt2014-07-019-12/+12
* Update ChangeLogGregory Nutt2014-07-011-1/+4
* SAMA5D4: Fix error in EMAC driver (plus related EMAC/GMAC drivers)Gregory Nutt2014-07-015-60/+198
* NET: Some minor clean-upGregory Nutt2014-06-303-3/+3