Gregory Nutt
|
764b5075bc
|
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
|
2015-01-14 10:51:09 -06:00 |
|
Gregory Nutt
|
9eda193c39
|
Tiva PHY Interrupts: Need to read the PHY interrupt status register in order to clear the pending PHY interrupt
|
2015-01-05 15:12:45 -06:00 |
|
Gregory Nutt
|
a3b32b0545
|
DK-TM4C129X: The network monitor is no enabled by default in NSH configuration
|
2015-01-05 12:09:33 -06:00 |
|
Gregory Nutt
|
9bed954924
|
Cosmet updates to comments and README files
|
2014-12-24 08:15:21 -06:00 |
|
Gregory Nutt
|
c6471c64ae
|
DK-TM4C129X: Add LED support
|
2014-12-18 10:20:34 -06:00 |
|
Gregory Nutt
|
32238fa2bc
|
A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
|
2014-12-17 12:30:26 -06:00 |
|
Gregory Nutt
|
b3fd08e568
|
Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are problems. From Woohan Lee
|
2014-12-01 06:41:30 -06:00 |
|
Gregory Nutt
|
084e984efb
|
Fix minor typos in C comments
|
2014-11-27 07:57:32 -06:00 |
|
Gregory Nutt
|
12a9937913
|
apps/examples/bridge: Lots of fixes. I think it is working although I have still have host firewall issues in testing
|
2014-11-21 10:16:19 -06:00 |
|
Gregory Nutt
|
7cea0f5a69
|
SAMA5D3 Xplained: Add an apps/examples/bridge configuration
|
2014-11-20 16:24:30 -06:00 |
|
Gregory Nutt
|
4dea8ef794
|
Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carvalho de Assis
|
2014-11-19 07:17:46 -06:00 |
|
Gregory Nutt
|
471f2bd1b5
|
Update README
|
2014-11-18 14:28:27 -06:00 |
|
Gregory Nutt
|
2803545ebc
|
SAM EMAC: Fix typo in the check for successfull allocation of a timer
|
2014-11-18 14:20:31 -06:00 |
|
Gregory Nutt
|
726af630e2
|
SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces are RMII not MII
|
2014-11-17 17:44:49 -06:00 |
|
Gregory Nutt
|
cb11af9112
|
Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now
|
2014-11-17 15:40:37 -06:00 |
|
Gregory Nutt
|
b6b4a0cd37
|
SAMA5D4-EK bridge configuration needs to set software MAC address
|
2014-11-17 13:16:13 -06:00 |
|
Gregory Nutt
|
16cd0cce81
|
Update ChangeLog
|
2014-11-17 12:48:01 -06:00 |
|
Gregory Nutt
|
c0c86da44c
|
Change SAMA5D4-EK bridge configuration so that runs out of DRAM
|
2014-11-17 12:03:40 -06:00 |
|
Gregory Nutt
|
b3b746c44a
|
configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on the SAMA5D4
|
2014-11-17 10:56:02 -06:00 |
|
Gregory Nutt
|
3715040386
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
66f49ae9b4
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
|
2014-11-16 08:18:56 -06:00 |
|
Gregory Nutt
|
fa0512a766
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
1bae6f4d60
|
Cosmetic updates; updates to README
|
2014-11-14 09:54:00 -06:00 |
|
Gregory Nutt
|
f31dca368b
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
e315a6d500
|
SAM4E: Fix options to select GPIO interrupts in Kconfig
|
2014-10-24 09:29:01 -06:00 |
|
Gregory Nutt
|
ca57ef9fac
|
Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming
|
2014-10-11 17:03:44 -06:00 |
|
Gregory Nutt
|
d6f0bde9d2
|
fs/aio/aio.h needs to disable itself is CONFIG_FS_AIO is not defined
|
2014-10-09 10:45:43 -06:00 |
|
Gregory Nutt
|
857d0b8e76
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
|
Gregory Nutt
|
2b77c9ceb9
|
Remaining files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 15:32:00 -06:00 |
|
Gregory Nutt
|
a9fa023ae1
|
All USB MSC-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:59:10 -06:00 |
|
Gregory Nutt
|
bee22181f4
|
Fix some comments: Remove button description from GPIO interrupt handlers that derive from the button interrupt handler
|
2014-09-29 12:22:31 -06:00 |
|
Gregory Nutt
|
8712ae6e9e
|
Trivial refresh of some SAMA5D4-EK configurations
|
2014-09-24 10:26:04 -06:00 |
|
Gregory Nutt
|
a52b6a005e
|
Changes to get an NxWM configuration building correctly after all of the naming changes
|
2014-09-20 16:19:06 -06:00 |
|
Gregory Nutt
|
0d4e873f9b
|
Change all occurrences of NxConsole to NxTerm
|
2014-09-20 15:01:50 -06:00 |
|
Gregory Nutt
|
4aa785a503
|
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
|
2014-09-20 14:25:51 -06:00 |
|
Gregory Nutt
|
1a1ed4a112
|
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
|
2014-09-20 14:18:08 -06:00 |
|
Gregory Nutt
|
ae00013b74
|
Update README files
|
2014-09-19 10:12:03 -06:00 |
|
Gregory Nutt
|
e2331ce415
|
SAMA5D4-EK/nsh: WM8904 support enabled; README updated
|
2014-09-18 14:29:20 -06:00 |
|
Gregory Nutt
|
033d1b1fdc
|
SAMA5D4-EK: Correct WM8904 PCK output selection
|
2014-09-18 08:35:15 -06:00 |
|
Gregory Nutt
|
2e955d2ce4
|
SAMA5D4-EK: Add documentation/support for Rev E. board. Refresh NSH configuration. Fix some build errors/warnings introduced with recent work with the knsh configuration
|
2014-09-17 11:47:00 -06:00 |
|
Gregory Nutt
|
f4099cf225
|
Update README
|
2014-09-16 16:12:00 -06:00 |
|
Gregory Nutt
|
aac5139ba8
|
Update TODO and a README
|
2014-09-16 13:58:55 -06:00 |
|
Gregory Nutt
|
55f4c89098
|
Enable kernel stack in SAMA5D4-EK knsh configurations
|
2014-09-15 17:00:02 -06:00 |
|
Gregory Nutt
|
5320430570
|
Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL
|
2014-09-13 15:45:26 -06:00 |
|
Gregory Nutt
|
e55b722ccd
|
Add a configuration option for dynamic stack management
|
2014-09-13 12:25:32 -06:00 |
|
Gregory Nutt
|
3fffd4affe
|
Update TODO list and README
|
2014-09-13 06:10:23 -06:00 |
|
Gregory Nutt
|
73de6e53c9
|
Fix one more dependency upon having a symbol table
|
2014-09-12 13:03:10 -06:00 |
|
Gregory Nutt
|
3a5611521b
|
Enable NSH file applications in thise configureation
|
2014-09-12 12:46:06 -06:00 |
|
Gregory Nutt
|
79fa2a7b09
|
ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed CPSR while in kernel. That will crash is the new CPSR is user mode while executing in kernel space. Fixed by adding a SYS_context_restore system call. There is an alternative, simpler modification to up_fullcontextrestore() that could have been done: It might have been possible to use the SPSR instead of the CPRSR and then do an exception return from up_fullcontextrestore(). That would be more efficient, but I never tried it.
|
2014-09-12 08:04:27 -06:00 |
|
Gregory Nutt
|
5527e0df9f
|
Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration caused by changes for the knsh configuration
|
2014-09-11 10:31:12 -06:00 |
|