Commit Graph

342 Commits

Author SHA1 Message Date
Alan Carvalho de Assis
f2d07ad135 STM32F4-Discvovery: Add low level support for the Zero Cross driver. From Alan Carvalho de Assis 2015-10-13 07:35:09 -06:00
Paul A. Patience
a778cb3a49 STM32F4-Discovery: Configure CAN2 GPIOs if UAVCAN uses two interfaces 2015-10-08 15:49:52 -04:00
Paul A. Patience
dd468add8a Nucleo F303RE and STM32F4-Discovery: Configure CAN GPIOs in stm32_boardinitialize() instead of in board_app_initialize() 2015-10-08 13:18:32 -04:00
Paul A. Patience
06a88178af Nucleo F303RE and STM32F4-Discovery: Configure CAN GPIOs in board_app_initialize 2015-10-06 23:49:28 -04:00
Paul A. Patience
6a94d0e45a STM32F4-Discovery: Add SSD1351 SPI 4-wire interface 2015-10-06 19:05:32 -04:00
Gregory Nutt
fc58f7e538 Remove dangling whitespace 2015-10-04 15:28:03 -06:00
Gregory Nutt
79ef94a938 STM32F4-Discovery: Add support for the NSH network initialization thread in the netnsh configuration. Attempted to enable the networking monitor as well, but it turns out that the PHY interrupt is not supported with the STM32F4-DISBB base board 2015-09-28 10:58:47 -06:00
Gregory Nutt
9cc454ca0a Set non-zero task name sizes in several configurations 2015-09-28 08:36:18 -06:00
Gregory Nutt
9125e89e68 Add commented out path to the ARM GNU toolchain in setenv.sh files 2015-09-26 09:09:41 -06:00
Gregory Nutt
d86a9c9691 Refresh some configurations 2015-09-26 08:40:57 -06:00
pnb
508a55f6be STM32F4Discovery: Should not include STM32 internal files when building for application 2015-09-19 07:56:50 -06:00
Alan Carvalho de Assis
9d490482d8 Configure stm32f4discovery board to support MAX31855 driver 2015-09-13 15:50:02 -06:00
Paul A. Patience
272ab8c090 Fix typo 2015-09-10 21:20:53 -04:00
Gregory Nutt
ebf7fe9aae Eliminate warnings 2015-09-08 12:41:52 -06:00
Gregory Nutt
37111e6b2c Eliminate warnings 2015-09-08 10:19:34 -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
Alan Carvalho de Assis
04b777cb9a configs/stm32f4discovery/: Add support to BMP180 driver on STM32F4Discovery. From Alan Carvalho de Assis. 2015-07-20 07:22:01 -06:00
Gregory Nutt
75595ddfef Remove refereneces to DNSCLIENT IPv4/IPv6 2015-07-12 14:13:18 -06:00
Gregory Nutt
58f21e7621 Fix a typo in a README file 2015-07-11 08:16:07 -06:00
Gregory Nutt
6b506fd5f4 Refresh a configuration 2015-07-10 13:30:24 -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
dcb2b2077f Update protected build logic for all platforms that supported the protected build. This is necessary due to changes in the definition of the userspace interface 2015-07-10 08:35:36 -06:00
Gregory Nutt
47148fb4c8 Refresh configuration 2015-07-10 08:34:35 -06:00
Gregory Nutt
a5e185569d Refresh configuration 2015-07-05 09:06:57 -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
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