Gregory Nutt
|
60246e613b
|
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. 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.
|
2014-07-04 19:13:08 -06:00 |
|
Gregory Nutt
|
0bb153b8cb
|
Remove all inclusion of uip.h
|
2014-07-04 16:58:22 -06:00 |
|
Gregory Nutt
|
631e78221d
|
NET: Rename include/nuttx/net/uip.h to ip.h
|
2014-07-04 16:47:54 -06:00 |
|
Gregory Nutt
|
8615dd0aeb
|
NET: rename include/net/ip.h to ipopt.h
|
2014-07-04 16:44:53 -06:00 |
|
Gregory Nutt
|
a6b39d1879
|
NET: in-progress change... don't use
|
2014-07-04 16:38:51 -06:00 |
|
Gregory Nutt
|
cce35ce975
|
NET: More renaming
|
2014-07-04 15:40:49 -06:00 |
|
Gregory Nutt
|
b732388fcb
|
TSC2007: Cosmetic updates
|
2014-07-04 15:03:41 -06:00 |
|
Gregory Nutt
|
ba2ef6bcdf
|
Update ChangeLog
|
2014-07-04 08:19:29 -06:00 |
|
Gregory Nutt
|
858587d633
|
AMA5 OHCI: Pointers to allocated port values were not being nullified after being deallocated. This caused some assertions when debug was enabled
|
2014-07-04 08:17:14 -06:00 |
|
Gregory Nutt
|
8c8a2c497a
|
Update Changelog
|
2014-07-04 07:29:02 -06:00 |
|
Gregory Nutt
|
b36b29b4c3
|
SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger device sizes. From Ken Pettit
|
2014-07-04 07:28:12 -06:00 |
|
Gregory Nutt
|
b72679c5d0
|
NAME_MAX not available on SunOS
|
2014-07-04 07:22:36 -06:00 |
|
Gregory Nutt
|
1657e6296b
|
Move crypto header files from include/crypto to include/nuttx/crypto
|
2014-07-03 18:35:08 -06:00 |
|
Gregory Nutt
|
71f6838129
|
Correct authorship on a few files
|
2014-07-03 18:28:26 -06:00 |
|
Gregory Nutt
|
03508b5f5b
|
Update ChangeLog
|
2014-07-03 18:15:37 -06:00 |
|
Gregory Nutt
|
f881abe2da
|
Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE was not selected 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
|
2014-07-03 18:14:51 -06:00 |
|
Gregory Nutt
|
9f5418e5d3
|
NET: More renaming
|
2014-07-03 17:53:16 -06:00 |
|
Gregory Nutt
|
44988c6ca6
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|
Gregory Nutt
|
f6456f6d0d
|
NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will persist
|
2014-07-03 17:08:59 -06:00 |
|
Gregory Nutt
|
ef839c1436
|
NSH: Add an option to take stdin from a USB keyboard device
|
2014-07-03 16:25:02 -06:00 |
|
Gregory Nutt
|
31a4262c33
|
Updated ChangeLog
|
2014-07-03 13:06:58 -06:00 |
|
Gregory Nutt
|
009eee331f
|
SAMA5 OHCI: Fix an error in a DEBUGASSERT statement. Caused assertion to fire inappropriately when a low- or full-speed device is removed and CONFIG_DEBUG=y
|
2014-07-03 13:06:28 -06:00 |
|
Gregory Nutt
|
a5538e3431
|
SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two families. No idea why.
|
2014-07-03 12:28:11 -06:00 |
|
Gregory Nutt
|
d5d12d6e55
|
SAMA5D4-EK: Add support for USB host
|
2014-07-03 11:22:15 -06:00 |
|
Gregory Nutt
|
cc0fb1ec67
|
CCM PROCFS: Missing change in last commits
|
2014-07-03 09:28:36 -06:00 |
|
Gregory Nutt
|
514879f776
|
Update ChangeLog
|
2014-07-03 08:52:52 -06:00 |
|
Gregory Nutt
|
dd4caf172f
|
CCM PROCFS: Changed the configuration a bit. I am still not happy about the coupling between procfs, mtd, and now STM32
|
2014-07-03 08:50:24 -06:00 |
|
Gregory Nutt
|
64cd7a81ed
|
Add STM32 CCM heep procfs
|
2014-07-03 08:18:24 -06:00 |
|
Gregory Nutt
|
08773101a8
|
Update ChangeLogs
|
2014-07-03 07:59:13 -06:00 |
|
Gregory Nutt
|
edb5f312ca
|
Move cypto debug definitions to debug.h with other susbsystem-level debug
|
2014-07-03 07:58:43 -06:00 |
|
Gregory Nutt
|
bb3dcccd98
|
Beginning of a crypto/ subsystem from Max Neklyudov
|
2014-07-03 07:42:44 -06:00 |
|
Gregory Nutt
|
6bfa7c1afa
|
SAM4 AES driver from Max Neklyudov
|
2014-07-03 07:26:44 -06:00 |
|
Gregory Nutt
|
00ced07128
|
SAM Ethernet: Eliminate a warning
|
2014-07-02 17:35:41 -06:00 |
|
Gregory Nutt
|
8e9df8ade0
|
NET: Misc naming clean-up
|
2014-07-02 17:23:25 -06:00 |
|
Gregory Nutt
|
c22420c3fb
|
Update ChangeLogs
|
2014-07-02 16:52:36 -06:00 |
|
Gregory Nutt
|
ab3d499be8
|
Merge remote-tracking branch 'origin/master' into netiob
|
2014-07-02 16:05:32 -06:00 |
|
Gregory Nutt
|
0eb1666cb0
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
a7933cc22b
|
SAMA5D4-EK: NSH should run at 528MHz
|
2014-07-02 15:31:52 -06:00 |
|
Gregory Nutt
|
ee2725c146
|
SAMA5D4-EK: NSH configuration now has TWI0 enabled and supports the I2C tool
|
2014-07-02 13:51:57 -06:00 |
|
Gregory Nutt
|
19f66cd92b
|
SAMA5D3-EK: Enable the procfs file system in the NSH configuration
|
2014-07-02 13:08:39 -06:00 |
|
Gregory Nutt
|
1c198f6a86
|
SAMA5D4 EMAC: Add a kludge to work around a suspected hardware issue
|
2014-07-02 12:17:01 -06:00 |
|
Gregory Nutt
|
5bac493ac3
|
Update ChangeLog
|
2014-07-02 10:41:37 -06:00 |
|
Gregory Nutt
|
ca353a2644
|
SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the number of free TX descriptors
|
2014-07-02 10:40:11 -06:00 |
|
Gregory Nutt
|
a2741940f9
|
SAMA54D-EK: Don't disable any features in the NSH configuration. Comments updated in several files
|
2014-07-02 08:54:53 -06:00 |
|
Gregory Nutt
|
400edda109
|
NET: Rename XYZ_uiptxpoll to just XYZ_txpoll
|
2014-07-01 18:41:08 -06:00 |
|
Gregory Nutt
|
0526aefb4e
|
NET: Rename g_uipsem to g_netlock
|
2014-07-01 18:21:25 -06:00 |
|
Gregory Nutt
|
3e0bd1f1b0
|
NET: Rename some address comparison macros
|
2014-07-01 18:11:05 -06:00 |
|
Gregory Nutt
|
52dbbe76b2
|
SAMA5D4: Add a configuration option to force EMAC driver debug
|
2014-07-01 18:00:39 -06:00 |
|
Gregory Nutt
|
d730b4d983
|
Update ChangeLogs
|
2014-07-01 15:10:02 -06:00 |
|
Gregory Nutt
|
3b31e1ac80
|
SAMA5D4-EK: NSH configuration now has the RAMLOG enabled by default
|
2014-07-01 15:09:47 -06:00 |
|