Commit Graph

3641 Commits

Author SHA1 Message Date
Gregory Nutt
3724a5e98e RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
Gregory Nutt
63ac1ec423 Cosmetic updates to comments 2015-02-12 13:44:22 -06:00
Gregory Nutt
3e1173225e Renamed SPIDEV_GSENSOR to SPIDEV_ACCELEROMETER just because it looks better beside SPIDEV_BAROMETER 2015-02-12 12:26:19 -06:00
Gregory Nutt
38aa31dea2 Update ChangeLog 2015-02-12 12:21:05 -06:00
Gregory Nutt
eb84288521 Viewtool STM32F107: Add support for an optional, add-on Freescale MPL115A baramoter. From Alan Carvalho de Assis 2015-02-12 12:08:06 -06:00
Gregory Nutt
5e8cdece21 More updates to README files 2015-02-12 09:06:35 -06:00
Gregory Nutt
6044fc16a8 Updated README files 2015-02-12 07:29:11 -06:00
Gregory Nutt
f64ad4a3f2 Purely costmetic updates 2015-02-12 07:05:28 -06:00
Gregory Nutt
5144e9fa99 The TM4C1294 Launchpad has no on-board TMP100 temperature sensor 2015-02-12 06:49:11 -06:00
Gregory Nutt
2c61bda296 Refresh configurations 2015-02-12 06:48:18 -06:00
Gregory Nutt
85f1eecc51 Review/update of the TM4C1294 Launchpad code 2015-02-11 18:27:38 -06:00
Gregory Nutt
7c61b61adf Merge commit 'd000b0ac237cb6b17e3d355b55250c3ca7e9f2d6' 2015-02-11 18:07:03 -06:00
sauttefk
dc402d8d3e Add TI EK-TM4C1294XL launchpad support 2015-02-12 00:30:38 +01:00
Gregory Nutt
08913981bd Add support for Freedom KL26Z board. From Derek B. NoonBurg 2015-02-11 07:18:06 -06:00
Gregory Nutt
3859ee90f8 LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no longer have a proper environment for LPC17 debug. 2015-02-10 14:04:08 -06:00
Gregory Nutt
601d99183b SAM4 Ethernet Driver: No supports operation using the high priority work queue so that packet processing can occur outside of interrupt level processing.
SAM4E-EK: The nsh configuration now configures the Ethernet driver for execution on the HP work thread.
2015-02-10 11:10:55 -06:00
Gregory Nutt
fa366e5ddb Refresh configurations 2015-02-10 08:48:02 -06:00
Gregory Nutt
a564872487 Refresh configuration 2015-02-10 06:28:41 -06:00
Gregory Nutt
a38f79679b Refresh Configuration 2015-02-09 18:24:11 -06:00
Gregory Nutt
96589ad16a SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations. 2015-02-09 15:27:14 -06:00
Gregory Nutt
fc04eec306 SAMA5D4-EK: Add a configuration for testing IPv6 2015-02-09 10:51:05 -06:00
Gregory Nutt
0195049165 Convert all STM32F4-Discovery configurations (with base board) to configure the Ethernet driver to use the work queue (vs. interrupt level processing). 2015-02-09 08:34:52 -06:00
Gregory Nutt
e218f620ac Correct a attribution in a comment 2015-02-09 07:27:43 -06:00
Gregory Nutt
8f4bbdd057 Updated Tiva ADC files 2015-02-06 16:56:12 -06:00
Gregory Nutt
2e054154e9 Forgot to add file in previous commit 2015-02-05 18:01:46 -06:00
Gregory Nutt
e87a1eee81 tmv4c123g-launchpad: Add Tiva ADC support to the TM4C123G-Launchpad. From Calvin Maguranis. 2015-02-05 17:58:17 -06:00
Gregory Nutt
46a4396b79 nuttx/configs/tm4c123g-launchpad/src/Makefile 2015-02-05 17:57:31 -06:00
Gregory Nutt
971c5c98fe Adds support for TM4C123G timers; integrates with the TM4C123G Launchpad. From Calvin Maguranis 2015-02-05 13:51:32 -06:00
Gregory Nutt
968e02a44c Update README files 2015-02-05 12:07:21 -06:00
Gregory Nutt
2d381d059c Update README 2015-02-05 11:23:55 -06:00
Gregory Nutt
cc63543b80 STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he STM32-DISCO_BB base board). Verify that the STM32 Ethernet driver works with IPv6. 2015-02-05 11:21:04 -06:00
Gregory Nutt
ad719797ef Fix an error in IPv6 netmask caused by a bad range in the Kconfig file 2015-02-05 10:50:25 -06:00
Gregory Nutt
8b2536c699 Refresh configuration 2015-02-05 10:07:31 -06:00
Gregory Nutt
66f0198e3f Networking: Add support for sending ICMPv6 Router Solicitation and receiving Router advertisement. This is a part of the ICMPv6 auto-configuration logic is still still not complete 2015-02-03 13:25:28 -06:00
Gregory Nutt
f019d11384 Restore 20Msec default 2015-02-02 14:59:49 -06:00
Gregory Nutt
fb72b1b1b7 Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for the DK-TM4C129X/ipv6 configuration 2015-02-02 14:09:06 -06:00
Gregory Nutt
a07a764d42 ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation). 2015-02-02 13:44:31 -06:00
Gregory Nutt
011ff49685 Cosmetic update to a few comments 2015-02-01 12:23:57 -06:00
Gregory Nutt
58c05f365e Refresh some configurations 2015-02-01 12:15:46 -06:00
Gregory Nutt
6d7891c4de Fix compile issues with configs/sim/nettest 2015-02-01 12:00:30 -06:00
jeditekunum
d34b801b1d Obviously can't use LOWCONSOLE with nsh. 2015-02-01 09:21:51 -06:00
Gregory Nutt
2407008b6e drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters. 2015-02-01 07:24:16 -06:00
Gregory Nutt
f6ff626a2e Moteino Mego: Move linker scripts to scripts/ directory as with other configurations 2015-02-01 06:44:26 -06:00
Gregory Nutt
c8156e11de Moteino Mega: Rename files to conform to newer standards. Need to fix all of the old configurations someday 2015-01-31 14:15:13 -06:00
Gregory Nutt
de24a50eaa Review/modifications for change of last merge 2015-01-31 14:10:53 -06:00
Gregory Nutt
399bfcbf94 Merge commit '1207647ee19ac48746300f2d3fa8f4679c32de95' 2015-01-31 13:47:10 -06:00
jeditekunum
257dc3718a Update README for MoteinoMEGA (ATMEGA1284P) port. 2015-01-31 13:32:31 -06:00
jeditekunum
43c5a6f8f1 Complete initial port. 2015-01-31 11:59:39 -06:00
Gregory Nutt
0fc8d2fcc5 Unix domain: Add options to build in stream or datagram support separately 2015-01-31 07:58:51 -06:00
Gregory Nutt
a5b6ddbc64 apps/ustream and udgram: Change default FIFO path to /dev/fifo 2015-01-30 09:07:22 -06:00