Gregory Nutt
|
6a9e986be9
|
Refresh/fix more broken configurations
|
2015-07-03 09:33:02 -06:00 |
|
Gregory Nutt
|
2b6c679d6b
|
Refresh configuration
|
2015-07-03 07:49:53 -06:00 |
|
Gregory Nutt
|
9e99cfa4e0
|
Correct many bitbucket.org URLs
|
2015-06-28 09:14:52 -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
|
46bd0bc307
|
This cleans up most of the remaining SourceForge references
|
2015-06-26 18:13:20 -06:00 |
|
Gregory Nutt
|
e9d3b3d038
|
Add support uClibc++ excpetions. This involves additional handling for relative relation types, additional support for unwinding, as well as additional changes. The culmination of a big effort fromo Leo Aloe3132
|
2015-06-01 14:16:18 -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
|
784f037690
|
STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs.
|
2015-05-29 12:08:15 -06:00 |
|
Gregory Nutt
|
1787506332
|
Stm32 F4 Discovery; Refrsh ELF configuration; update README.txt
|
2015-05-29 11:42:40 -06:00 |
|
Gregory Nutt
|
4c8983bd88
|
Extend device specific callbacks to ICMPv6 and ARP. Fix some IPv6 compilation errors that have crept in
|
2015-05-27 11:39:44 -06:00 |
|
Gregory Nutt
|
0dbf579aa8
|
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
|
2015-05-23 17:08:35 -06:00 |
|
Gregory Nutt
|
d468285739
|
Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected.
|
2015-05-06 14:11:29 -06:00 |
|
Gregory Nutt
|
d66eb8b23c
|
Merge remote-tracking branch 'origin/master' into usbhub
|
2015-05-01 15:38:48 -06:00 |
|
Gregory Nutt
|
f5d2f9f5c2
|
STM32F4-Discovery: Part of logic to initialize the ELF loaded in the board startup logic. From Leo aloe3132
|
2015-04-30 14:32:30 -06:00 |
|
Gregory Nutt
|
b2268c298b
|
STM32F4-Discover: Initialize the ELF loaded in the board startup logic. From Leo aloe3132
|
2015-04-30 14:29:21 -06:00 |
|
Gregory Nutt
|
1d881c2d35
|
STM32F4-Discovery: Add another missing configuration; fix names of configurations
|
2015-04-30 13:02:38 -06:00 |
|
Gregory Nutt
|
11583b8b25
|
STM32F4-Discover: Add missing logic to register the hub class
|
2015-04-30 11:27:20 -06:00 |
|
Gregory Nutt
|
5555e6101f
|
STM32F4-Discovery: Add configuration option to select the size of the stack used with the usbhost waiter. Needs to be bigger when a hub is supported
|
2015-04-30 11:26:35 -06:00 |
|
Gregory Nutt
|
4585717b7f
|
STM32 HUB: Fix more compilation errors when hub support is enabled
|
2015-04-30 08:00:41 -06:00 |
|
Gregory Nutt
|
4e6b842d09
|
Fix some errors in initial re-verification of USB host on the STM32F4-Discovery
|
2015-04-30 07:28:30 -06:00 |
|
Gregory Nutt
|
084ba74a87
|
First cut, dirty conversion of EFM32, STM32 FS and HS host drivers to the new interfaces
|
2015-04-29 15:53:58 -06:00 |
|
Gregory Nutt
|
119bd7fe8a
|
USB HUB: Update all USB host connection waiter application threads to use the the new connection interface
|
2015-04-28 12:21:23 -06:00 |
|
Gregory Nutt
|
91fb3c59cb
|
USB Hub: Add USB hub header file from Kaushal Parikh
|
2015-04-18 11:39:26 -06:00 |
|
Gregory Nutt
|
2cecfa1036
|
Fix dedbug output; used wrong macro
|
2015-04-16 12:37:47 -06:00 |
|
Gregory Nutt
|
68a97a53ac
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
|
Gregory Nutt
|
f73fdd90c9
|
More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
|
2015-04-04 11:49:15 -06:00 |
|
Gregory Nutt
|
d90824a0fc
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
|
Gregory Nutt
|
6722e186e2
|
Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that will enable calling board_pwm_setup() from boardctl(). Replace calls to pwm_devinit() in apps/examples/pwm with calls to boardctl(). In all configurations that enable the apps/examples/pwm test, make sure that boardctl() suppoprt is properly enabled.
|
2015-03-31 16:59:22 -06:00 |
|
Gregory Nutt
|
afe76e9b07
|
Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
|
2015-03-31 16:20:21 -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
|
103a17d4f1
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
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 |
|