Gregory Nutt
|
245f506676
|
All kernel 1st pass builds: Rename files for better conformance to naming conventions
|
2015-03-21 15:01:32 -06:00 |
|
Gregory Nutt
|
3bfb9dcd0b
|
Refresh configuration
|
2015-03-05 11:25:10 -06:00 |
|
Gregory Nutt
|
7583c94252
|
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
|
d5dd1e383d
|
Add support for RTC driver to the STM32F4-Discovery board
|
2015-02-15 10:11:01 -06:00 |
|
Gregory Nutt
|
aaabd05bfc
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
|
Gregory Nutt
|
e8b4f474d3
|
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
|
357ee0a3f0
|
Update README files
|
2015-02-05 12:07:21 -06:00 |
|
Gregory Nutt
|
0cab41e36f
|
Update README
|
2015-02-05 11:23:55 -06:00 |
|
Gregory Nutt
|
07d232b84a
|
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
|
290e7465c3
|
Update configuration
|
2015-01-29 16:30:43 -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
|
db562b774a
|
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
|
c6f4fd7480
|
STM3210E-EVAL: Add a DJoystick driver
|
2014-11-28 13:31:09 -06:00 |
|
Gregory Nutt
|
6498e1127e
|
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
|
f4746a3e9e
|
Fix BAS configuration from last change; refresh STM32 F4 NSH configuration
|
2014-11-24 09:12:56 -06:00 |
|
Gregory Nutt
|
e3920b130f
|
changes for clean build with Ethernet+SLIP
|
2014-11-16 11:27:53 -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
|
07a74c3cfd
|
Refresh configuration
|
2014-11-16 09:36:08 -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
|
adb497959d
|
STM32F4Discovery netnsh configuration needs to set MAC address
|
2014-11-15 08:32:12 -06:00 |
|
Gregory Nutt
|
b0fa0a0b98
|
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
|
113c7f25ba
|
merge
|
2014-11-13 08:43:53 -06:00 |
|
Gregory Nutt
|
39d1e97934
|
Refresh configuration
|
2014-11-13 08:40:11 -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
|
1381705258
|
Update README files
|
2014-11-11 09:36:33 -06:00 |
|
Gregory Nutt
|
a66a10b891
|
Refresh configuration
|
2014-11-10 13:43:43 -06:00 |
|
Gregory Nutt
|
4c36103407
|
Refresh a configuration
|
2014-10-28 00:11:40 -06:00 |
|
Gregory Nutt
|
dd4d482fe2
|
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
|
bdbe5393e1
|
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
|
fbaa55e416
|
EFM32 Gecko Starter Kit: Must initialize LEDs on boot
|
2014-10-20 11:52:31 -06:00 |
|
Gregory Nutt
|
f80182aea1
|
Typo
|
2014-10-17 08:37:59 -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
|
4ad13d380f
|
Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORK
|
2014-10-11 15:59:40 -06:00 |
|
Gregory Nutt
|
f1212bf8e9
|
Decouple the user-space work queue from the kernel space work queues
|
2014-10-11 15:50:22 -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
|
0cdd0bf667
|
Refresh STM32F4Discovery kosest configuration file
|
2014-09-29 08:00:51 -06:00 |
|
Gregory Nutt
|
9041a95605
|
STM32F4-Discovery: Fix some backwad conditional compilation
|
2014-09-29 06:49:55 -06:00 |
|
Gregory Nutt
|
7939ff50d9
|
Move include/nuttx/mm.h to include/nuttx/mm/mm.h
|
2014-09-24 07:29:09 -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
|
822208a3be
|
Fix nsh_archinitialize return value
|
2014-09-20 13:36:29 -06:00 |
|
Gregory Nutt
|
0e9d155c76
|
STM32F4Discovery: Add support for the microSD card slot on the STM32F4DIS-BB base board
|
2014-09-20 12:55:23 -06:00 |
|
Gregory Nutt
|
741750869c
|
Add microSD card detect pin definition for the STM32F4DIS-BB board
|
2014-09-19 13:43:35 -06:00 |
|
Gregory Nutt
|
f3c615a5b0
|
Add STM32F4DIS-BB GPIO pin usage
|
2014-09-13 12:25:01 -06:00 |
|
Gregory Nutt
|
d3c09af3c2
|
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
|
842f8fb051
|
Add STM32F4Discovery configuration with the STM32F4DIS-BB base board
|
2014-09-13 07:28:14 -06:00 |
|
Gregory Nutt
|
cb92a62dba
|
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
|
e09923cd8e
|
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
|
2014-09-03 06:55:06 -06:00 |
|