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
|
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
|
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
|
f31dca368b
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
8247bf3e1c
|
SAM4E-EK: Fix an error in USART1 pin number
|
2014-10-29 17:29:21 -06:00 |
|
Gregory Nutt
|
854dbb7d65
|
SAM4E-EK: Add -fno-strict-aliasing
|
2014-10-25 15:23:14 -06:00 |
|
Gregory Nutt
|
b629ab2862
|
SAM4E-EK: Add support for PHY insterrupt
|
2014-10-24 12:28:57 -06:00 |
|
Gregory Nutt
|
8712d1115c
|
Refresh SAM4E configurations
|
2014-10-23 10:16:00 -06:00 |
|
Gregory Nutt
|
d19e70b73a
|
Trivial update to README file
|
2014-10-13 12:05:49 -06:00 |
|
Gregory Nutt
|
d4f28e4721
|
Add SAM4E OpenOCD scripts
|
2014-10-13 09:48:46 -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
|
d11ffb4f9c
|
Enable TCP write buffering in one SAM4E-EK configuration
|
2014-10-11 13:03:07 -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
|
4d851b150d
|
All NSH-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:28:55 -06:00 |
|
Gregory Nutt
|
099a00f098
|
More NxWM build fixes
|
2014-09-20 16:47:00 -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
|
371f0f182b
|
Fix some minor issues with the exampls/udp Makefile
|
2014-09-10 19:49:55 -06:00 |
|
Gregory Nutt
|
e09923cd8e
|
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
|
2014-09-03 06:55:06 -06:00 |
|
Gregory Nutt
|
3dd8c08714
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
f15246ec6c
|
Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported
|
2014-08-31 10:54:55 -06:00 |
|
Gregory Nutt
|
1b2a96c965
|
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
|
2014-08-24 06:42:11 -06:00 |
|
Gregory Nutt
|
bcce45699d
|
Refresh some configurations
|
2014-08-21 08:36:16 -06:00 |
|
Gregory Nutt
|
8496325dca
|
SAM4E-EK: Add an NxWM configuration
|
2014-08-20 14:15:34 -06:00 |
|
Gregory Nutt
|
8c7b3375d8
|
SAM4E-EK LCD finally works
|
2014-08-20 12:53:08 -06:00 |
|
Gregory Nutt
|
3d9b67d757
|
SAM4E-EK: Add ILI9341-based LCD driver
|
2014-08-20 11:45:01 -06:00 |
|
Gregory Nutt
|
b7f6d678ce
|
Add a register definition header file for the ILI9341 LCD
|
2014-08-19 17:31:10 -06:00 |
|
Gregory Nutt
|
e57a8d83dd
|
Trivial typo fix
|
2014-08-19 11:27:39 -06:00 |
|
Gregory Nutt
|
87ea50f073
|
Refresh SAM4E-EK configurations
|
2014-08-19 10:38:35 -06:00 |
|
Gregory Nutt
|
d767c06085
|
Update README files, Kconfig help comments, and make the network monitor not EXPERIMENTAL
|
2014-08-18 07:24:47 -06:00 |
|
Gregory Nutt
|
49deb059d4
|
Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
|
2014-08-07 13:42:47 -06:00 |
|
Gregory Nutt
|
7edc6a5666
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |
|
Gregory Nutt
|
42b28ba383
|
SAMA5D4: Add auto-mounter support for HSMCI0
|
2014-07-29 15:34:31 -06:00 |
|
Gregory Nutt
|
19d8b0ce97
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
|
Gregory Nutt
|
cbe4d3573d
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|
Gregory Nutt
|
285f66a2c1
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
bbcdf15eea
|
TCP Read-Ahead: Convert to use I/O buffer chains
|
2014-06-24 15:38:00 -06:00 |
|
Gregory Nutt
|
68c56bfa37
|
Fix typos from previous commit to fix button interrupts
|
2014-06-22 08:11:57 -06:00 |
|
Gregory Nutt
|
b013a0fa48
|
Several other interrupt button implementations had the same problem as did the sam4s-xplained
|
2014-06-15 12:55:48 -06:00 |
|
Gregory Nutt
|
43f9282517
|
SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled
|
2014-05-15 11:41:58 -06:00 |
|
Gregory Nutt
|
160fbc711a
|
Misc changes while testing the SAM4E-EK LCD (still does not work)
|
2014-05-14 15:31:38 -06:00 |
|
Gregory Nutt
|
5f6da749bb
|
SAM4E-EK: Ooops.. two touchscreen drivers(?)
|
2014-05-14 10:56:03 -06:00 |
|
Gregory Nutt
|
296db40aeb
|
SAM4E-EK: Add a touchscreen driver (untestd on initial checkin)
|
2014-05-13 11:28:38 -06:00 |
|
Gregory Nutt
|
6a943baa91
|
SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)
|
2014-05-13 10:38:46 -06:00 |
|
Gregory Nutt
|
c1d98aeb35
|
SAM4E: PIO definition clean-up
|
2014-05-12 18:42:25 -06:00 |
|