summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will pe...Gregory Nutt2014-07-032-13/+34
* Update ChangeLogGregory Nutt2014-07-031-0/+2
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-039-89/+463
* Remove a warningGregory Nutt2014-07-031-1/+2
* 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
* Fixes to errors that I introduced from Pelle WinderstamGregory Nutt2014-07-031-3/+3
* 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-025-18/+87
* Update ChangeLogsGregory Nutt2014-07-022-3/+8
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-0235-161/+161
* Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt2014-07-0214-18/+18
* 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-02306-363/+363
|/
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-0122-131/+131
* 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-012-0/+5
* 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
* NSH: if # appears on line, need to comment ignore additinal commands on the lineGregory Nutt2014-07-011-9/+10
* 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-304-5/+5
* DHCPD: Missed name change uip_lock->net_lockGregory Nutt2014-06-301-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-3024-111/+112