Gregory Nutt
|
9bbad2a56c
|
Refresh configuration
|
2015-03-05 11:25:10 -06:00 |
|
Gregory Nutt
|
12d61531aa
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -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
|
f477c9b275
|
Add support for RTC driver to the STM32F4-Discovery board
|
2015-02-15 10:11:01 -06:00 |
|
Gregory Nutt
|
3724a5e98e
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -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
|
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
|
ebf1e121b5
|
Update configuration
|
2015-01-29 16:30:43 -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
|
ae18f9dacd
|
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
|
2014-12-16 09:54:32 -06:00 |
|
Gregory Nutt
|
421c81b315
|
STM3210E-EVAL: Add a DJoystick driver
|
2014-11-28 13:31:09 -06:00 |
|
Gregory Nutt
|
2994448d85
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:15:09 -06:00 |
|
Gregory Nutt
|
8c05e06046
|
Fix BAS configuration from last change; refresh STM32 F4 NSH configuration
|
2014-11-24 09:12:56 -06:00 |
|
Gregory Nutt
|
57bcb28991
|
changes for clean build with Ethernet+SLIP
|
2014-11-16 11:27:53 -06:00 |
|
Gregory Nutt
|
29dc5916af
|
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
|
72f0145f69
|
Refresh configuration
|
2014-11-16 09:36:08 -06:00 |
|
Gregory Nutt
|
307d869429
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
240b688001
|
STM32F4Discovery netnsh configuration needs to set MAC address
|
2014-11-15 08:32:12 -06:00 |
|
Gregory Nutt
|
388ef8db1a
|
Netwoek: Ada a parameter to netdev_register() to indicate the link protocol supported by the driver. Use this value to replace some logic commited yesterday
|
2014-11-15 08:22:51 -06:00 |
|
Gregory Nutt
|
321d829552
|
merge
|
2014-11-13 08:43:53 -06:00 |
|
Gregory Nutt
|
9129391ab1
|
Refresh configuration
|
2014-11-13 08:40:11 -06:00 |
|
Gregory Nutt
|
fcffafee30
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
333824c32b
|
Update README files
|
2014-11-11 09:36:33 -06:00 |
|
Gregory Nutt
|
2818e905c7
|
Refresh configuration
|
2014-11-10 13:43:43 -06:00 |
|
Gregory Nutt
|
cf5e0c1b39
|
Refresh a configuration
|
2014-10-28 00:11:40 -06:00 |
|
Gregory Nutt
|
0f1ba777f0
|
Rename CONFIG_STM32_HAVE_USARTn to CONFIG_STM32_HAVE_UARTn for n-4,5,7,8
|
2014-10-27 11:29:43 -06:00 |
|
Gregory Nutt
|
c8b4ab7383
|
Add README for non-existent port to the EFM32GG-STK3700; fix typos in related README files
|
2014-10-22 14:32:25 -06:00 |
|
Gregory Nutt
|
4fb5e6d05d
|
EFM32 Gecko Starter Kit: Must initialize LEDs on boot
|
2014-10-20 11:52:31 -06:00 |
|
Gregory Nutt
|
dbaf8096b8
|
Typo
|
2014-10-17 08:37:59 -06:00 |
|
Gregory Nutt
|
c9d7472d68
|
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
|
b78fe7c270
|
Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORK
|
2014-10-11 15:59:40 -06:00 |
|
Gregory Nutt
|
9292e3d9de
|
Decouple the user-space work queue from the kernel space work queues
|
2014-10-11 15:50:22 -06:00 |
|
Gregory Nutt
|
4efb064169
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
|
Gregory Nutt
|
27a7f8b018
|
Remaining files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 15:32:00 -06:00 |
|
Gregory Nutt
|
d35492e703
|
Refresh STM32F4Discovery kosest configuration file
|
2014-09-29 08:00:51 -06:00 |
|
Gregory Nutt
|
60f8a8ec86
|
STM32F4-Discovery: Fix some backwad conditional compilation
|
2014-09-29 06:49:55 -06:00 |
|
Gregory Nutt
|
b33c2d9cef
|
Move include/nuttx/mm.h to include/nuttx/mm/mm.h
|
2014-09-24 07:29:09 -06:00 |
|
Gregory Nutt
|
3d050101eb
|
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
|
0b67b111ae
|
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
|
2014-09-20 14:18:08 -06:00 |
|
Gregory Nutt
|
be84c048c9
|
Fix nsh_archinitialize return value
|
2014-09-20 13:36:29 -06:00 |
|
Gregory Nutt
|
820a5b6dcd
|
STM32F4Discovery: Add support for the microSD card slot on the STM32F4DIS-BB base board
|
2014-09-20 12:55:23 -06:00 |
|
Gregory Nutt
|
962aab5320
|
Add microSD card detect pin definition for the STM32F4DIS-BB board
|
2014-09-19 13:43:35 -06:00 |
|
Gregory Nutt
|
047eda6159
|
Add STM32F4DIS-BB GPIO pin usage
|
2014-09-13 12:25:01 -06:00 |
|
Gregory Nutt
|
b7f867ef1e
|
Add the network enabled NSH configuration for the STM32F4Discovery board with the STM32F4DIS-BB base board
|
2014-09-13 08:37:07 -06:00 |
|
Gregory Nutt
|
70c33928d8
|
Add STM32F4Discovery configuration with the STM32F4DIS-BB base board
|
2014-09-13 07:28:14 -06:00 |
|
Gregory Nutt
|
8f30804e05
|
Having a symbol table is an option. There are no symbol tables with CONFIG_BUILD_KERNEL, for example.
|
2014-09-12 12:48:22 -06:00 |
|
Gregory Nutt
|
9ee4b9e2b1
|
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
|
2014-09-03 06:55:06 -06:00 |
|
Gregory Nutt
|
23147c40a5
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|