summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.hGregory Nutt2014-07-0511-52/+128
|
* NET: Fix another header file inclusion problem. Plus renaming of an unused ↵Gregory Nutt2014-07-052-1/+3
| | | | macro
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-0539-129/+128
|
* Forgot to add a file in the last commitGregory Nutt2014-07-051-0/+280
|
* Update ChangeLogGregory Nutt2014-07-051-0/+2
|
* Add very basic support for the Atmel maXTouch touchscreen controllerGregory Nutt2014-07-056-12/+1993
|
* NET: Another missing header file. Noted by Manuel StühnGregory Nutt2014-07-051-0/+2
|
* Update ChangeLogGregory Nutt2014-07-041-0/+6
|
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-04117-73/+273
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* Remove all inclusion of uip.hGregory Nutt2014-07-0483-92/+0
|
* NET: Rename include/nuttx/net/uip.h to ip.hGregory Nutt2014-07-041-7/+7
|
* NET: rename include/net/ip.h to ipopt.hGregory Nutt2014-07-042-5/+5
|
* NET: in-progress change... don't useGregory Nutt2014-07-0444-195/+229
|
* NET: More renamingGregory Nutt2014-07-0452-163/+163
|
* 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 ↵Gregory Nutt2014-07-041-3/+7
| | | | being deallocated. This caused some assertions when debug was enabled
* Update ChangelogGregory Nutt2014-07-041-0/+4
|
* SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger ↵Gregory Nutt2014-07-041-2/+2
| | | | device sizes. From Ken Pettit
* 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 ↵Gregory Nutt2014-07-031-1/+3
| | | | and the SMART sector size was larger than the mtd device's block size (like it would be if using SMARTFS on larger flash devices). From Ken Pettit
* apps/examples: Put examples in alphabetical orderGregory Nutt2014-07-031-4/+4
|
* NET: More renamingGregory Nutt2014-07-039-67/+65
|
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-03278-373/+373
|
* NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will ↵Gregory Nutt2014-07-032-13/+34
| | | | persist
* 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 ↵Gregory Nutt2014-07-031-3/+2
| | | | fire inappropriately when a low- or full-speed device is removed and CONFIG_DEBUG=y
* SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two ↵Gregory Nutt2014-07-0311-8/+45
| | | | families. No idea why.
* 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
| | | | coupling between procfs, mtd, and now STM32
* 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
|\