summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated ChangeLogGregory Nutt2014-06-301-0/+3
* NET: Rename uip_dataevent to tcp_data_eventGregory Nutt2014-06-301-4/+4
* NET: Remove uip_restart()Gregory Nutt2014-06-303-15/+2
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-306-14/+14
* NET: Remove uip_stopped and uip_stopGregory Nutt2014-06-306-28/+21
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-3023-108/+109
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-303-6/+6
* 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