Gregory Nutt
78f19bbefb
Rename board_led_on to board_autoled_on
2015-11-01 09:07:36 -06:00
Gregory Nutt
b6930e442b
Fix some spacing problems
2015-10-04 14:59:44 -06:00
Paul A. Patience
55d8aee826
Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience"
2015-09-04 16:42:34 -06:00
Paul A. Patience
81268bb75c
Add -Wundef warning flag
2015-09-01 13:19:57 -04:00
Gregory Nutt
75595ddfef
Remove refereneces to DNSCLIENT IPv4/IPv6
2015-07-12 14:13:18 -06:00
Gregory Nutt
42f69ba42f
Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb
2015-07-10 12:09:58 -06:00
Gregory Nutt
f7ba1b1eeb
Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files
2015-07-04 15:19:11 -06:00
Gregory Nutt
d1ab9c2e0a
Remove the configs/ directory
2015-06-29 13:12:29 -06:00
Gregory Nutt
7214e52fb2
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Gregory Nutt
342f5fe33d
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Gregory Nutt
add36cc3de
Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis
2015-05-30 10:00:54 -06:00
Gregory Nutt
fce87336a4
Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis
2015-05-30 10:00:54 -06:00
Gregory Nutt
68a97a53ac
Make some file section headers more consistent with standard
2015-04-08 09:15:17 -06:00
Gregory Nutt
54847a163f
Make some file section headers more consistent with standard
2015-04-08 09:15:17 -06:00
Gregory Nutt
15b90de919
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
2015-03-31 12:14:16 -06:00
Gregory Nutt
4a8e0e2359
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
2015-03-31 12:14:16 -06:00
Gregory Nutt
103a17d4f1
Rename arch_nshinitialize() to board_app_initialize()
2015-03-31 10:21:31 -06:00
Gregory Nutt
9c0441e2da
Rename arch_nshinitialize() to board_app_initialize()
2015-03-31 10:21:31 -06:00
Gregory Nutt
7583c94252
Move board_ prototypes from arch.h to board.h
2015-02-27 20:02:03 -06:00
Gregory Nutt
12d61531aa
Move board_ prototypes from arch.h to board.h
2015-02-27 20:02:03 -06:00
Gregory Nutt
42327117a3
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
2015-02-27 18:49:24 -06:00
Gregory Nutt
f75184b5ac
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
2015-02-27 18:49:24 -06:00
Gregory Nutt
1e6358d20e
NSH: The default priority of the network initialization thread should be lower. It is CPU intensive and can interfere with other operations
2015-02-17 13:14:50 -06:00
Gregory Nutt
4b562fd2fa
NSH: The default priority of the network initialization thread should be lower. It is CPU intensive and can interfere with other operations
2015-02-17 13:14:50 -06:00
Gregory Nutt
5de459efcb
More updates to README files
2015-02-12 09:06:35 -06:00
Gregory Nutt
5e8cdece21
More updates to README files
2015-02-12 09:06:35 -06:00
Gregory Nutt
9eb91fcf59
Updated README files
2015-02-12 07:29:11 -06:00
Gregory Nutt
6044fc16a8
Updated README files
2015-02-12 07:29:11 -06:00
sauttefk
a1b5538740
Add TI EK-TM4C1294XL launchpad support
2015-02-12 00:30:38 +01:00
sauttefk
dc402d8d3e
Add TI EK-TM4C1294XL launchpad support
2015-02-12 00:30:38 +01:00
Gregory Nutt
357ee0a3f0
Update README files
2015-02-05 12:07:21 -06:00
Gregory Nutt
968e02a44c
Update README files
2015-02-05 12:07:21 -06:00
Gregory Nutt
45cadc9e0b
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
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
8a5d6fc78e
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
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
573ffe4221
Restore 20Msec default
2015-02-02 14:59:49 -06:00
Gregory Nutt
f019d11384
Restore 20Msec default
2015-02-02 14:59:49 -06:00
Gregory Nutt
8592ce93af
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
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
a2a2f2d003
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
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
626d2257b8
Update ChangeLog
2015-01-29 11:48:46 -06:00
Gregory Nutt
6ac0e90692
Update ChangeLog
2015-01-29 11:48:46 -06:00
Gregory Nutt
58287048e2
Refresh configurations
2015-01-28 12:47:03 -06:00
Gregory Nutt
1fdc10298e
Refresh configurations
2015-01-28 12:47:03 -06:00
Gregory Nutt
45923970e2
Update README
2015-01-23 16:55:39 -06:00
Gregory Nutt
cc4c5bc927
Update README
2015-01-23 16:55:39 -06:00
Gregory Nutt
df9d103360
configs/dk-tm4c129x/ipv6: Add an IPv6-enabled NSH configruation
2015-01-23 11:45:50 -06:00
Gregory Nutt
03e6270e73
configs/dk-tm4c129x/ipv6: Add an IPv6-enabled NSH configruation
2015-01-23 11:45:50 -06:00
Gregory Nutt
84102addf0
Cosmetic changes to comments; refresh configuration
2015-01-22 14:46:36 -06:00
Gregory Nutt
c77426e550
Cosmetic changes to comments; refresh configuration
2015-01-22 14:46:36 -06:00
Gregory Nutt
ca31cf4608
Refresh configuration/update some misnamed conditional compilation
2015-01-18 11:17:00 -06:00
Gregory Nutt
3ba0184051
Refresh configuration/update some misnamed conditional compilation
2015-01-18 11:17:00 -06:00
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
babe9cf08e
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
f374e5fde4
Tiva Timer: Revert the previous change. Thre is a better way to handler timerout interrupts.
...
Removed setting of the initial timer interval load value (or, rather, it is always set to zero for a free-running timer). Also, do not unconditional enable the timer out interrupt. The timerout interrupt is not not enabled until tiva_timer32_setinterval() is called.
2015-01-14 07:33:59 -06:00
Gregory Nutt
a40979407f
Tiva Timer: Revert the previous change. Thre is a better way to handler timerout interrupts.
...
Removed setting of the initial timer interval load value (or, rather, it is always set to zero for a free-running timer). Also, do not unconditional enable the timer out interrupt. The timerout interrupt is not not enabled until tiva_timer32_setinterval() is called.
2015-01-14 07:33:59 -06:00
Gregory Nutt
ef409169fa
Update README
2015-01-13 16:17:07 -06:00
Gregory Nutt
99dd9d9c19
Update README
2015-01-13 16:17:07 -06:00
Gregory Nutt
1f24e7e155
Timer Timer: Timer driver now initializes without complaints. Need a test driver of some kind to make more testing progress.
2015-01-13 11:49:00 -06:00
Gregory Nutt
3efd127e64
Timer Timer: Timer driver now initializes without complaints. Need a test driver of some kind to make more testing progress.
2015-01-13 11:49:00 -06:00
Gregory Nutt
c2a47142e8
DK-TM3C129X Timer: Add timer initialization logic to the board bring-up
2015-01-13 11:10:35 -06:00
Gregory Nutt
9c3dce06e1
DK-TM3C129X Timer: Add timer initialization logic to the board bring-up
2015-01-13 11:10:35 -06:00
Gregory Nutt
427e5c98c5
Tive System Control: Add logic to configure the alternatie clock source (ALTCLK). Needed by the Tiva timer module
2015-01-09 14:10:31 -06:00
Gregory Nutt
64530008ba
Tive System Control: Add logic to configure the alternatie clock source (ALTCLK). Needed by the Tiva timer module
2015-01-09 14:10:31 -06:00
Gregory Nutt
80c7fa20b9
Update README
2015-01-07 06:23:24 -06:00
Gregory Nutt
1446092e95
Update README
2015-01-07 06:23:24 -06:00
Gregory Nutt
57202946a8
DK-TM42129X: Support for the TMP100 temperature sensor is enabled by default in the NSH configuration
2015-01-06 13:23:35 -06:00
Gregory Nutt
9dd82a5f08
DK-TM42129X: Support for the TMP100 temperature sensor is enabled by default in the NSH configuration
2015-01-06 13:23:35 -06:00
Gregory Nutt
4d7efb5865
DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver at startup
2015-01-06 13:23:02 -06:00
Gregory Nutt
beaf4afdd4
DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver at startup
2015-01-06 13:23:02 -06:00
Gregory Nutt
524ccad0ba
DK-TM4C129X: Add support for on-board TMP100 temperature sensor
2015-01-06 11:50:56 -06:00
Gregory Nutt
383a47fb28
DK-TM4C129X: Add support for on-board TMP100 temperature sensor
2015-01-06 11:50:56 -06:00
Gregory Nutt
4457727cec
DK-TM4C129X: Enable I2C6 and the I2C tool in the default configuration
2015-01-05 13:40:55 -06:00
Gregory Nutt
9f2803737d
DK-TM4C129X: Enable I2C6 and the I2C tool in the default configuration
2015-01-05 13:40:55 -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
67bcdf5514
DK-TM4C129X: The network monitor is no enabled by default in NSH configuration
2015-01-05 12:09:33 -06:00
Gregory Nutt
43824e4725
Tiva Ethernet: Add support for PHY interrupts
2015-01-03 13:16:26 -06:00
Gregory Nutt
5752f301de
Tiva Ethernet: Add support for PHY interrupts
2015-01-03 13:16:26 -06:00
Gregory Nutt
a6d128c06a
DK-TM4C129X: Ethernet networking is now enabled by default in the NSH configuration
2015-01-03 10:27:04 -06:00
Gregory Nutt
bc1c73244b
DK-TM4C129X: Ethernet networking is now enabled by default in the NSH configuration
2015-01-03 10:27:04 -06:00
Gregory Nutt
1b2d2f81cf
DK-TM4C129X: Fix RAM size in defconfig files
2015-01-03 09:44:02 -06:00
Gregory Nutt
c47152b2e5
DK-TM4C129X: Fix RAM size in defconfig files
2015-01-03 09:44:02 -06:00
Gregory Nutt
af8245c42c
DK_TM4C129X: Add more GPIO pin definitions
2015-01-01 14:16:05 -06:00
Gregory Nutt
0e29fcc736
DK_TM4C129X: Add more GPIO pin definitions
2015-01-01 14:16:05 -06:00
Gregory Nutt
e69855eb72
DK_TM4C129X: Add some GPIO pin definitions
2015-01-01 13:55:53 -06:00
Gregory Nutt
3ff87bfda0
DK_TM4C129X: Add some GPIO pin definitions
2015-01-01 13:55:53 -06:00
Gregory Nutt
7fbd970ed6
TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers
2015-01-01 12:28:46 -06:00
Gregory Nutt
78d0d911b3
TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers
2015-01-01 12:28:46 -06:00
Gregory Nutt
47480b4696
Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be done
2015-01-01 07:55:15 -06:00
Gregory Nutt
aef65efd38
Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be done
2015-01-01 07:55:15 -06:00
Gregory Nutt
9c74f502d6
Refresh configuration
2014-12-31 07:32:47 -06:00
Gregory Nutt
ad4de38641
Refresh configuration
2014-12-31 07:32:47 -06:00
Gregory Nutt
c1f61b813c
Refresh Configuration
2014-12-26 09:33:20 -06:00
Gregory Nutt
ce4c433037
Refresh Configuration
2014-12-26 09:33:20 -06:00
Gregory Nutt
9bed954924
Cosmet updates to comments and README files
2014-12-24 08:15:21 -06:00
Gregory Nutt
541b26f0ff
Cosmet updates to comments and README files
2014-12-24 08:15:21 -06:00
Gregory Nutt
a322029dbe
DK-TM4C129X: Fix sense of LEDs; active high. Also GPIO for blue and green reversed
2014-12-22 17:41:04 -06:00
Gregory Nutt
7794c79815
DK-TM4C129X: Fix sense of LEDs; active high. Also GPIO for blue and green reversed
2014-12-22 17:41:04 -06:00
Gregory Nutt
b9d0094124
TM4C129X: A small step toward understanding new Tiva clocking
2014-12-22 09:30:41 -06:00
Gregory Nutt
dd89bd2233
TM4C129X: A small step toward understanding new Tiva clocking
2014-12-22 09:30:41 -06:00
Gregory Nutt
7e5a0f227d
Tiva SSI and board configurations: hange negative Tiva logic CONFIG_SSIx_DISABLE to positive logic CONFIG_TIVA_SSIx. Add support for SSI2 and SSI3
2014-12-21 15:23:37 -06:00
Gregory Nutt
fe12140f94
Tiva SSI and board configurations: hange negative Tiva logic CONFIG_SSIx_DISABLE to positive logic CONFIG_TIVA_SSIx. Add support for SSI2 and SSI3
2014-12-21 15:23:37 -06:00
Gregory Nutt
b6839f5407
Tiva: Add a configuration setting to better distinguish TM4C123 and 129 families. Reanem tm4c_syscontrol.h to tm4c123_syscontrol.h; rename tm4c129x_syscontrol.h to tm4c129_syscontrol.h
2014-12-20 08:38:11 -06:00
Gregory Nutt
8aa9f27925
Tiva: Add a configuration setting to better distinguish TM4C123 and 129 families. Reanem tm4c_syscontrol.h to tm4c123_syscontrol.h; rename tm4c129x_syscontrol.h to tm4c129_syscontrol.h
2014-12-20 08:38:11 -06:00
Gregory Nutt
e0933cc3b4
TM4C129X: Add custom system control header file (incomplete)
2014-12-19 12:12:52 -06:00
Gregory Nutt
93bcd3e03e
TM4C129X: Add custom system control header file (incomplete)
2014-12-19 12:12:52 -06:00
Gregory Nutt
f59125fcbd
Add some OpenOCD scripts for some TI Tiva boards
2014-12-18 16:54:48 -06:00
Gregory Nutt
67e6b760e8
Add some OpenOCD scripts for some TI Tiva boards
2014-12-18 16:54:48 -06:00
Gregory Nutt
6729649515
Tiva: Fix configuration logic for IRQ interrupts. The various parts support varying numbers of GPIO blocks and with varying capabilities to support interrupts on the pins of different GPIO blocks
2014-12-18 15:33:52 -06:00
Gregory Nutt
6cc9716d55
Tiva: Fix configuration logic for IRQ interrupts. The various parts support varying numbers of GPIO blocks and with varying capabilities to support interrupts on the pins of different GPIO blocks
2014-12-18 15:33:52 -06:00
Gregory Nutt
6abc3db2ac
Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic CONFIG_TIVA_GPIOx_IRQS
2014-12-18 15:19:16 -06:00
Gregory Nutt
a5fcd71af0
Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic CONFIG_TIVA_GPIOx_IRQS
2014-12-18 15:19:16 -06:00
Gregory Nutt
b59e87ba5a
DK-TM4C129X: Add support for buttons
2014-12-18 11:51:30 -06:00
Gregory Nutt
0c698a7121
DK-TM4C129X: Add support for buttons
2014-12-18 11:51:30 -06:00
Gregory Nutt
c6471c64ae
DK-TM4C129X: Add LED support
2014-12-18 10:20:34 -06:00
Gregory Nutt
c79bc06988
DK-TM4C129X: Add LED support
2014-12-18 10:20:34 -06:00
Gregory Nutt
e0540f2b96
DK-TM4C129X: Fixes to get clean build. Logic is still not complete, however
2014-12-18 08:24:24 -06:00
Gregory Nutt
55a3c57399
DK-TM4C129X: Fixes to get clean build. Logic is still not complete, however
2014-12-18 08:24:24 -06:00
Gregory Nutt
ae7e44eb1b
DK-TM4C129X: Switch to Windows/Cygwin + CodeSourcery
2014-12-17 07:00:22 -06:00
Gregory Nutt
2554b5c89a
DK-TM4C129X: Switch to Windows/Cygwin + CodeSourcery
2014-12-17 07:00:22 -06:00
Gregory Nutt
6b06d5fa61
Remove packaging indications for TM4C129 configuration variables
2014-12-16 16:22:52 -06:00
Gregory Nutt
09b16e3819
Remove packaging indications for TM4C129 configuration variables
2014-12-16 16:22:52 -06:00
Gregory Nutt
f0ee6708c0
Add TM4C129XNCZAD and TM4C1294NCPDT to the Tiva configuration system
2014-12-16 16:02:21 -06:00
Gregory Nutt
18c61b6e64
Add TM4C129XNCZAD and TM4C1294NCPDT to the Tiva configuration system
2014-12-16 16:02:21 -06:00
Gregory Nutt
6b89bc3a05
Remove EXPERIMENTAL dependency from the Traveler game. It is basically functional now.
2014-12-16 15:27:36 -06:00
Gregory Nutt
30990b43ef
Remove EXPERIMENTAL dependency from the Traveler game. It is basically functional now.
2014-12-16 15:27:36 -06:00