Alan Carvalho de Assis
f887bdb6d6
Squashed commit of the following:
...
configs/stm32f4discovery/src: Add board support to MAX7219 as numeric display controller
drivers/leds/max7219.c: Add support to MAX7219 to control 7-segment displays
2018-07-22 15:13:39 -06:00
Alan Carvalho de Assis
1a879a3b52
configs/stm32f4discovery: Add MAX7219 support to STM32F4Discovery board
2018-04-21 17:41:01 -06:00
Gregory Nutt
0686989645
configs/stm32fdiscovery: Add support in bringup logic to initialize the HCI UART and register the HCI UART network device.
2018-04-13 14:53:11 -06:00
Gregory Nutt
3a95464153
configs/stm32f4discovery: Building of stm32_appinit.c should not depend on CONFIG_NSH_LIBRARY but on CONFIG_LIB_BOARDCTL.
2018-03-16 12:16:19 -06:00
Alan Carvalho de Assis
6e22092c67
configs/stm32f4discovery/src: Add stm32f4discovery board support for Nunchuck joystick
2017-11-28 12:23:02 -06:00
Alan Carvalho de Assis
e4fcf00fc5
configs/stm32f4disovery: Add support for JLX12864G display on STM32F4 Discovery board
2017-11-23 08:41:16 -06:00
Masayuki Ishikawa
14e2b6dc5b
Merged in masayuki2009/nuttx.nuttx/stm32f4discovery_rndis (pull request #533 )
...
RNDIS support on STM32F4Discovery
* stm32f4discovery: Add stm32_netinit.c to avoid a compilation error
* stm32f4discovery: Add rndis initialization in stm32_bringup.c
NOTE: MAC address for the host side starts 0xaa. This assignment
scheme should be fixed later.
* stm32f4discovery: Add rndis configuration
NOTE: STM32F4Discovery + DM-STF4BB
* drivers/usbdev/rndis.c: Fix some issues in rndis.c
Introduce rndis_transmit() and change rndis_rxdispatch() to avoid
packet corruption. Introduce max packet size for dual speed which
is mainly used for high speed mode. Fix adjusting MTU warning
on Linux host. Fix data corruption if a packet size excceds MTU.
NOTE: Max packet size is not configured dynamically. This should
be fixed in the future version.
* stm32f4discovery: Modify #ifdef condition for rndis in stm32_bringup()
* drivers/usbdev/rndis.c: Change HPWORK to ETHWORK
* drivers/usbdev/rndis.c: Merge the commit 07b98ccbb5
Previous commit b09365784a was based on old rndis.c thus resulted
in reverting the commit 07b98ccbb5. This change merges the commit.
NOTE: In the commit 07b98ccbb5, max packet size of bulkout was
assumed to be 64. In this commit, priv->epbulkout->maxpacket is
used instead.
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-13 08:55:41 +00:00
Alan Carvalho de Assis
62e9c930bb
configs/stm32f4discovery: Add a USB MSC configuration
2017-10-13 10:02:22 -06:00
Tomasz Wozniak
9972897a0a
ROMFS for STM32F4 Discovery board
2017-09-28 11:36:40 +02:00
Florian Olbrich
b1e625eacb
Added initialization code and Kconfig entries to set up the LIS3DSH accelerometer
...
driver on STM32F4Discovery rev. C boards and attach the associated interrupt callback.
Added the argument parameter (FAR void *arg) to the interrupt handler provided by the LIS3DSH
driver to fit the definition for ISRs in xcpt_t.
Changed the check for working queue availability in lis3dsh interrupt handler to use work_available()
and not crash in case of an overrun.
2017-09-14 20:03:28 +02:00
Gregory Nutt
dc8f3778a9
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
2017-08-24 10:26:53 -06:00
Gregory Nutt
1f023fa31a
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
2017-08-24 10:10:00 -06:00
Gregory Nutt
7f4af7b690
drivrs/sensors: Make a few other configuration settings consistent with the (undocumented) standard.
2017-08-24 09:45:46 -06:00
Taras Drozdovsky
4ab2a3661e
STM32F4: add cs43l22 audio driver and i2s driver
2017-05-21 14:14:09 -06:00
Gregory Nutt
23c89b806a
Add board support for XEN1210 driver in the STM32F4 Discovery.
2016-09-17 08:33:40 -06:00
David Alessio
8a7dd94cfc
Add FPU support for ostest for the STM32F4Discovery platform
2016-07-11 07:08:27 -06:00
Matthias Renner
b5ef244b18
add can driver for stm32f4discovery
2016-07-06 17:35:58 +02:00
Gregory Nutt
8ace1e3be2
Remove all implementatinos of up_wdginitialize(). It is no longer used.
2016-05-18 19:48:42 -06:00
Alan Carvalho de Assis
de734ba310
configs/stm32f4discovery: Integrate BH1750FVI driver in the STM32F4Discovery board
2016-04-15 08:20:33 -06:00
Gregory Nutt
4c30378d94
Update README
2016-02-22 09:00:51 -06:00
Alan Carvalho de Assis
4c211ebf5f
STM32F4-Discovery: Add support for PWM-driver RGB LED
2016-02-22 08:52:24 -06:00
Gregory Nutt
36bb11d77c
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
2016-02-04 12:03:09 -06:00
Alan Carvalho de Assis
bb75d19428
STM32F4-Discovery: Add support for the pca9635 LED chip. From Alan Carvalho de Assis
2015-12-15 13:58:28 -06:00
marawan31
af7cfebff9
added unique id implementation for f4discovery
2015-11-22 13:28:59 -05:00
Wail Khemir
540a3b701a
Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c
2015-11-17 17:09:10 -05:00
Alan Carvalho de Assis
82bc95c340
Add board config to support MAX6675
2015-10-18 07:54:21 +08:00
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
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
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
Alan Carvalho de Assis
9d490482d8
Configure stm32f4discovery board to support MAX31855 driver
2015-09-13 15:50:02 -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
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
6a9e986be9
Refresh/fix more broken configurations
2015-07-03 09:33:02 -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
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
ab5b37189b
More trailing whilespace removal
2014-04-13 16:22:22 -06:00
Gregory Nutt
dd0a0258d9
configs/stm32f4discovery/pm: Configuration converted to use the kconfig-frontends tools
2014-03-04 08:58:01 -06:00
Gregory Nutt
183aea202b
Fix a typo in the STM32F4 Discovery board Makefile. From Max Kriegleder
2014-03-01 14:16:34 -06:00
Gregory Nutt
3de471e675
STM32F4 Discovery: Rename most everything in the board source directory to conform with the ever evolving naming standard
2014-02-03 17:19:30 -06:00
patacongo
d1299bbc2b
Add a OS test kernel build configuration for the STM32F4Discovery board
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
2013-03-22 16:19:59 +00:00
patacongo
7c432bb739
Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are reawakened in the USB HID keyboard driver
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3
2012-12-26 20:04:57 +00:00
patacongo
930842ed82
/configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's Toolchain.defs; Fix error introduced into tools/configure.sh
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
2012-11-21 19:54:44 +00:00
patacongo
3d96b5eb07
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
2012-11-20 15:47:41 +00:00
patacongo
ee8011c4d4
Most of the changes needed to support Windows native clean; distclean is has a problem
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
2012-11-17 18:54:53 +00:00
patacongo
2d46acb6e4
Move some (hopefully) un-necessary quotes in Makefiles for Mike
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
2012-11-15 17:43:29 +00:00
patacongo
ec5601cbe3
Partial change: Removing bash ARCHIVE loop
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
2012-11-11 15:42:12 +00:00
patacongo
f8cce63b96
Add UG-2864AMBAG01 initialization for use on STM32F4Discovery
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5321 42af7a65-404d-4744-a932-0658087f49c3
2012-11-08 01:28:32 +00:00
patacongo
632eb9651e
Add USB host support to the STM32F4Discovery board
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5066 42af7a65-404d-4744-a932-0658087f49c3
2012-08-29 17:41:43 +00:00