Gregory Nutt
fa366e5ddb
Refresh configurations
2015-02-10 08:48:02 -06:00
Gregory Nutt
a564872487
Refresh configuration
2015-02-10 06:28:41 -06:00
Gregory Nutt
a38f79679b
Refresh Configuration
2015-02-09 18:24:11 -06:00
Gregory Nutt
96589ad16a
SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations.
2015-02-09 15:27:14 -06:00
Gregory Nutt
fc04eec306
SAMA5D4-EK: Add a configuration for testing IPv6
2015-02-09 10:51:05 -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
e218f620ac
Correct a attribution in a comment
2015-02-09 07:27:43 -06:00
Gregory Nutt
8f4bbdd057
Updated Tiva ADC files
2015-02-06 16:56:12 -06:00
Gregory Nutt
2e054154e9
Forgot to add file in previous commit
2015-02-05 18:01:46 -06:00
Gregory Nutt
e87a1eee81
tmv4c123g-launchpad: Add Tiva ADC support to the TM4C123G-Launchpad. From Calvin Maguranis.
2015-02-05 17:58:17 -06:00
Gregory Nutt
46a4396b79
nuttx/configs/tm4c123g-launchpad/src/Makefile
2015-02-05 17:57:31 -06:00
Gregory Nutt
971c5c98fe
Adds support for TM4C123G timers; integrates with the TM4C123G Launchpad. From Calvin Maguranis
2015-02-05 13:51:32 -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
ad719797ef
Fix an error in IPv6 netmask caused by a bad range in the Kconfig file
2015-02-05 10:50:25 -06:00
Gregory Nutt
8b2536c699
Refresh configuration
2015-02-05 10:07:31 -06:00
Gregory Nutt
66f0198e3f
Networking: Add support for sending ICMPv6 Router Solicitation and receiving Router advertisement. This is a part of the ICMPv6 auto-configuration logic is still still not complete
2015-02-03 13:25:28 -06:00
Gregory Nutt
f019d11384
Restore 20Msec default
2015-02-02 14:59:49 -06:00
Gregory Nutt
fb72b1b1b7
Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for the DK-TM4C129X/ipv6 configuration
2015-02-02 14:09:06 -06:00
Gregory Nutt
a07a764d42
ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation).
2015-02-02 13:44:31 -06:00
Gregory Nutt
011ff49685
Cosmetic update to a few comments
2015-02-01 12:23:57 -06:00
Gregory Nutt
58c05f365e
Refresh some configurations
2015-02-01 12:15:46 -06:00
Gregory Nutt
6d7891c4de
Fix compile issues with configs/sim/nettest
2015-02-01 12:00:30 -06:00
jeditekunum
d34b801b1d
Obviously can't use LOWCONSOLE with nsh.
2015-02-01 09:21:51 -06:00
Gregory Nutt
2407008b6e
drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters.
2015-02-01 07:24:16 -06:00
Gregory Nutt
f6ff626a2e
Moteino Mego: Move linker scripts to scripts/ directory as with other configurations
2015-02-01 06:44:26 -06:00
Gregory Nutt
c8156e11de
Moteino Mega: Rename files to conform to newer standards. Need to fix all of the old configurations someday
2015-01-31 14:15:13 -06:00
Gregory Nutt
de24a50eaa
Review/modifications for change of last merge
2015-01-31 14:10:53 -06:00
Gregory Nutt
399bfcbf94
Merge commit '1207647ee19ac48746300f2d3fa8f4679c32de95'
2015-01-31 13:47:10 -06:00
jeditekunum
257dc3718a
Update README for MoteinoMEGA (ATMEGA1284P) port.
2015-01-31 13:32:31 -06:00
jeditekunum
43c5a6f8f1
Complete initial port.
2015-01-31 11:59:39 -06:00
Gregory Nutt
0fc8d2fcc5
Unix domain: Add options to build in stream or datagram support separately
2015-01-31 07:58:51 -06:00
Gregory Nutt
a5b6ddbc64
apps/ustream and udgram: Change default FIFO path to /dev/fifo
2015-01-30 09:07:22 -06:00
Gregory Nutt
ebf1e121b5
Update configuration
2015-01-29 16:30:43 -06:00
Gregory Nutt
6ac0e90692
Update ChangeLog
2015-01-29 11:48:46 -06:00
Gregory Nutt
7a614072da
update configuration
2015-01-29 09:33:24 -06:00
Gregory Nutt
72ac79e7a1
Minor fixes after initial tests with apps/examples/udgram
2015-01-28 15:27:54 -06:00
Gregory Nutt
35a814abca
net/socket/accept.c: Ooops.. deleted one too many header files
2015-01-28 14:56:06 -06:00
Gregory Nutt
508f8aefa6
Unix domain socket support is no longer EXPERIMENTAL
2015-01-28 13:22:53 -06:00
Gregory Nutt
58287048e2
Refresh configurations
2015-01-28 12:47:03 -06:00
Gregory Nutt
b4a67285f1
sim/ustream: Add a configuration for testing Unix domain sockets with the simulator
2015-01-28 09:09:27 -06:00
jeditekunum
986c30833a
Try console on serial 1.
2015-01-26 14:33:25 -06:00
Gregory Nutt
c16abdcd47
Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USART 2 and 3 working on the Embest development board. From Toby Duckworth
2015-01-26 07:33:22 -06:00
jeditekunum
b050703849
First step at porting to MoteinoMEGA. LED shows assert failure at boot. Appears to be short double blink, short off (~1sec), followed by 250ms toggle cycles. Most of it derived from amber board.
2015-01-24 14:31:35 -06:00
Gregory Nutt
7e46e94546
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
2015-01-24 06:49:51 -06:00
Gregory Nutt
cc4c5bc927
Update README
2015-01-23 16:55:39 -06:00
Gregory Nutt
03e6270e73
configs/dk-tm4c129x/ipv6: Add an IPv6-enabled NSH configruation
2015-01-23 11:45:50 -06:00
Gregory Nutt
c77426e550
Cosmetic changes to comments; refresh configuration
2015-01-22 14:46:36 -06:00
Gregory Nutt
3ba0184051
Refresh configuration/update some misnamed conditional compilation
2015-01-18 11:17:00 -06:00
Gregory Nutt
274200b159
Missing # in #if in previous commit
2015-01-17 17:13:04 -06:00
Gregory Nutt
2fe20d9808
Spark: Certain combinations of conditional compilation results in compilation errors
2015-01-17 14:19:25 -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
72a194ef39
Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.
...
This is not the official configuration for the PX4 board and has led to confusion by NuttX users. The board configuration also requires some ongoing maintenance and customization to support ongoing PX4 testing and evaluation. It is best retained the PX4 repositories where it can be properly maintained and not in the upstream NuttX repository.
2015-01-14 09:54:51 -06:00
Gregory Nutt
a40979407f
Tiva Timer: Revert the previous change. Thre is a better way to handler timerout interrupts.
...
Removed setting of the initial timer interval load value (or, rather, it is always set to zero for a free-running timer). Also, do not unconditional enable the timer out interrupt. The timerout interrupt is not not enabled until tiva_timer32_setinterval() is called.
2015-01-14 07:33:59 -06:00
Gregory Nutt
99dd9d9c19
Update README
2015-01-13 16:17:07 -06:00
Gregory Nutt
3efd127e64
Timer Timer: Timer driver now initializes without complaints. Need a test driver of some kind to make more testing progress.
2015-01-13 11:49:00 -06:00
Gregory Nutt
9c3dce06e1
DK-TM3C129X Timer: Add timer initialization logic to the board bring-up
2015-01-13 11:10:35 -06:00
Gregory Nutt
dcb9f4cf31
TM4C123G LaunchPad: Button support from Bradlye Noyes
2015-01-12 21:14:01 -06:00
Gregory Nutt
64530008ba
Tive System Control: Add logic to configure the alternatie clock source (ALTCLK). Needed by the Tiva timer module
2015-01-09 14:10:31 -06:00
Gregory Nutt
1446092e95
Update README
2015-01-07 06:23:24 -06:00
Gregory Nutt
9dd82a5f08
DK-TM42129X: Support for the TMP100 temperature sensor is enabled by default in the NSH configuration
2015-01-06 13:23:35 -06:00
Gregory Nutt
beaf4afdd4
DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver at startup
2015-01-06 13:23:02 -06:00
Gregory Nutt
383a47fb28
DK-TM4C129X: Add support for on-board TMP100 temperature sensor
2015-01-06 11:50:56 -06:00
Gregory Nutt
207835bd0d
Tiva PHY Interrupts: Need to read the PHY interrupt status register in order to clear the pending PHY interrupt
2015-01-05 15:12:45 -06:00
Gregory Nutt
9f2803737d
DK-TM4C129X: Enable I2C6 and the I2C tool in the default configuration
2015-01-05 13:40:55 -06:00
Gregory Nutt
67bcdf5514
DK-TM4C129X: The network monitor is no enabled by default in NSH configuration
2015-01-05 12:09:33 -06:00
Gregory Nutt
5752f301de
Tiva Ethernet: Add support for PHY interrupts
2015-01-03 13:16:26 -06:00
Gregory Nutt
bc1c73244b
DK-TM4C129X: Ethernet networking is now enabled by default in the NSH configuration
2015-01-03 10:27:04 -06:00
Gregory Nutt
c47152b2e5
DK-TM4C129X: Fix RAM size in defconfig files
2015-01-03 09:44:02 -06:00
Gregory Nutt
0e29fcc736
DK_TM4C129X: Add more GPIO pin definitions
2015-01-01 14:16:05 -06:00
Gregory Nutt
3ff87bfda0
DK_TM4C129X: Add some GPIO pin definitions
2015-01-01 13:55:53 -06:00
Gregory Nutt
78d0d911b3
TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers
2015-01-01 12:28:46 -06:00
Gregory Nutt
aef65efd38
Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be done
2015-01-01 07:55:15 -06:00
Gregory Nutt
ad4de38641
Refresh configuration
2014-12-31 07:32:47 -06:00
Gregory Nutt
a1bff3f9eb
Remove menuconfig warning
2014-12-31 07:31:49 -06:00
Gregory Nutt
3a5571da63
stm32f429i-disco: change ltdc initializing during boot up. This moves initializing of the ili9341 lcd and ltdc driver to the board specific initializing routine.
...
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-29 09:50:36 -06:00
Gregory Nutt
a99f6c2061
STM32F429i-Disco USB: Strangeness: Conditioned on OTGHS but called otgfs initialize routines. Must be something broken
2014-12-29 07:02:32 -06:00
Gregory Nutt
715ea79555
STM32F429i-Disco USBMC configuration: SPI1 should not be enabled. It is not supported
2014-12-29 07:01:36 -06:00
Gregory Nutt
7881675f4e
Fir STM32v2: Refresh configuration
2014-12-28 18:29:35 -06:00
Gregory Nutt
4e8a4b073d
Fire STM32v2: Fix missing stuff in Kconfig file
2014-12-28 18:29:13 -06:00
Gregory Nutt
d99a4409d4
C5471 EVM: Refresh configurations
2014-12-28 18:15:30 -06:00
Gregory Nutt
34617b7ef0
Cloudctrl: Add missing configuration logic
2014-12-28 17:51:11 -06:00
Gregory Nutt
0c7a828ed3
Compal e86 NSH: Fix numerous typos in Make.defs
2014-12-28 17:34:59 -06:00
Gregory Nutt
84db75e507
Hymini-STM32v USB MSC: Fix configuration. Needs mountpoint support for USB MSC. Refreshed
2014-12-28 17:12:03 -06:00
Gregory Nutt
788541aecf
Tiva SSI: Fix some recent breakage to the Tiva SSI driver for the case where only one SSI modules is enabled
2014-12-28 16:55:47 -06:00
Gregory Nutt
ef73e1ca03
MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configuration
2014-12-28 16:39:02 -06:00
Gregory Nutt
1af7fecb08
Freedom-KL25z: Fix breakage from last configuration refresh
2014-12-28 15:23:37 -06:00
Gregory Nutt
3ad7130f37
Mikroe-STM32F4: Refresh one configurations, turning off DEBUG
2014-12-28 14:39:19 -06:00
Gregory Nutt
61f0dcbde0
LM3S6965-EK: Refresh one configurations, turning off DEBUG
2014-12-28 14:35:47 -06:00
Gregory Nutt
702d760e86
Freedom KL25Z: Refresh one configurations
2014-12-28 14:30:44 -06:00
Gregory Nutt
f785ee138a
Eagle100: Refresh one configurations, turning off DEBUG
2014-12-28 14:22:11 -06:00
Gregory Nutt
338d76d84b
STM32F429-Disco: Refresh five configurations, turning off DEBUG
2014-12-28 14:04:53 -06:00
Gregory Nutt
19037d6c9e
STM32F40G-EVAL: Refresh two configurations, turning off DEBUG
2014-12-28 13:53:53 -06:00
Gregory Nutt
ce4c433037
Refresh Configuration
2014-12-26 09:33:20 -06:00
Gregory Nutt
0e625b64f4
Update px4fmu-v2_upstream config
2014-12-26 08:40:02 -06:00
Gregory Nutt
91bc8712ef
Fix columnar alignment in Kconfig file. From David Sidrane
2014-12-26 08:37:27 -06:00
Gregory Nutt
541b26f0ff
Cosmet updates to comments and README files
2014-12-24 08:15:21 -06:00
Gregory Nutt
7794c79815
DK-TM4C129X: Fix sense of LEDs; active high. Also GPIO for blue and green reversed
2014-12-22 17:41:04 -06:00
Gregory Nutt
dd89bd2233
TM4C129X: A small step toward understanding new Tiva clocking
2014-12-22 09:30:41 -06:00
Gregory Nutt
fe12140f94
Tiva SSI and board configurations: hange negative Tiva logic CONFIG_SSIx_DISABLE to positive logic CONFIG_TIVA_SSIx. Add support for SSI2 and SSI3
2014-12-21 15:23:37 -06:00
Gregory Nutt
8aa9f27925
Tiva: Add a configuration setting to better distinguish TM4C123 and 129 families. Reanem tm4c_syscontrol.h to tm4c123_syscontrol.h; rename tm4c129x_syscontrol.h to tm4c129_syscontrol.h
2014-12-20 08:38:11 -06:00
Gregory Nutt
fa5dffbc18
STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review
2014-12-19 14:52:17 -06:00
Gregory Nutt
31a0e8ac5e
Stuff that goes along with the new LTDC README file
2014-12-19 14:14:41 -06:00
Gregory Nutt
1ff469af5f
stm32f429i-disco: add default platform configuration to test framebuffer support for the ltdc
...
Memory configuration:
The heap start address of memory region 3 starts at 0xD0000000.
The allocated framebuffer of the layers is addressed up to the end of the memory
region 3.
If the layer pixel format changes e.g. from RGB565 to RGB24, than the memory
configuration must be configured too. Currently an easy memory calculation
is missing for that in Kconfig.
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-19 14:08:59 -06:00
Gregory Nutt
8d6614b9af
stm32f429i-disco: initialize ltdc during bootup
...
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-19 14:05:19 -06:00
Gregory Nutt
61c927904f
stm32f429i-disco: enable configuration of framebuffer support for the ltdc controller
...
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-19 14:02:26 -06:00
Gregory Nutt
d2b7dc0eef
stm32f429i-disco: Add support for initializing ltdc framebuffer and the configured lcd display
...
This adds support for initializing of the ltdc controller and the lcd device connected on the stm32f429i-disco. The following methods are provided for the generic fb interface:
- up_fbinitialize
- up_fbgetvplane
- fb_uninitialize
The following methods are provided for the ltdc interface:
- up_ltdcgetlayer
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-19 13:54:27 -06:00
Gregory Nutt
dd51c8db2d
stm32f429i-disco: update board definition for the ili9341 LCD display. This configures all LCD settings for the RGB interface. Also adds a customer LCD display template.
...
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2014-12-19 13:34:37 -06:00
Gregory Nutt
93bcd3e03e
TM4C129X: Add custom system control header file (incomplete)
2014-12-19 12:12:52 -06:00
Gregory Nutt
67e6b760e8
Add some OpenOCD scripts for some TI Tiva boards
2014-12-18 16:54:48 -06:00
Gregory Nutt
6cc9716d55
Tiva: Fix configuration logic for IRQ interrupts. The various parts support varying numbers of GPIO blocks and with varying capabilities to support interrupts on the pins of different GPIO blocks
2014-12-18 15:33:52 -06:00
Gregory Nutt
a5fcd71af0
Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic CONFIG_TIVA_GPIOx_IRQS
2014-12-18 15:19:16 -06:00
Gregory Nutt
e3487f4298
Fix a couple of spelling errors in comments
2014-12-18 13:56:15 -06:00
Gregory Nutt
a1a2e53c3e
Freedom KL25Z: Update the CC3000 support to use the current CC300 interfaces. From Alan Carvalho de Assis
2014-12-18 13:52:01 -06:00
Gregory Nutt
0c698a7121
DK-TM4C129X: Add support for buttons
2014-12-18 11:51:30 -06:00
Gregory Nutt
c79bc06988
DK-TM4C129X: Add LED support
2014-12-18 10:20:34 -06:00
Gregory Nutt
55a3c57399
DK-TM4C129X: Fixes to get clean build. Logic is still not complete, however
2014-12-18 08:24:24 -06:00
Gregory Nutt
93a21d2872
Freedom-KL25Z: Add pin configuration for add-on ADXL345 board. From Alan Carvalho de Assis
2014-12-18 07:27:49 -06:00
Gregory Nutt
d286c0f32f
A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
2014-12-17 12:30:26 -06:00
Gregory Nutt
2554b5c89a
DK-TM4C129X: Switch to Windows/Cygwin + CodeSourcery
2014-12-17 07:00:22 -06:00
Gregory Nutt
09b16e3819
Remove packaging indications for TM4C129 configuration variables
2014-12-16 16:22:52 -06:00
Gregory Nutt
18c61b6e64
Add TM4C129XNCZAD and TM4C1294NCPDT to the Tiva configuration system
2014-12-16 16:02:21 -06:00
Gregory Nutt
ca757af8fb
Add basic board support for the DK-TM4C129X Connected Development Kit. The initial commit is simply the TM4C123G Launchpad with naming changes
2014-12-16 15:29:14 -06:00
Gregory Nutt
30990b43ef
Remove EXPERIMENTAL dependency from the Traveler game. It is basically functional now.
2014-12-16 15:27:36 -06:00
Gregory Nutt
b080940701
Update README files
2014-12-16 14:58:25 -06:00
Gregory Nutt
79b736d43a
Fix some typos ADXL (adxl) vs ADX1 (adx1)
2014-12-16 13:50:58 -06:00
Gregory Nutt
cb207d5298
A few bugs/typos introduced with my last change
2014-12-16 12:33:41 -06:00
Gregory Nutt
d818ab5e35
Update the ADXL345 interface following the current interface scheme
2014-12-16 11:45:28 -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
10863af628
Add ADXL345 accelerometer driver. From Alan Carvalho de Assis
2014-12-16 08:16:53 -06:00
Gregory Nutt
e513ed9df8
Forgot to add file before last commit
2014-12-16 07:48:58 -06:00
Gregory Nutt
fd40ea4328
Freedom-KL25Z: Add board specific code to interface with ADXL345 driver. From Alan Carvalho de Assis
2014-12-16 07:48:22 -06:00
Gregory Nutt
4aa9320da9
Update README files
2014-12-15 19:01:40 -06:00
Gregory Nutt
df30780f37
Various fixes to traveler joystick input logic and to simulated joystick device
2014-12-14 12:23:19 -06:00
Gregory Nutt
6e1084116b
SIM: Add an X11 mouse-based simulation of an analog joystick device
2014-12-14 10:19:07 -06:00
Gregory Nutt
253a4464ad
Traveler: Add support for analog joystick
2014-12-14 08:55:18 -06:00
Gregory Nutt
ef25e53f0b
TM4C123G LaunchPad: Update STATUS in README file
2014-12-13 07:46:05 -06:00
Gregory Nutt
b818691a3a
Tiva I2C: Fix how I2C transactions are started and some I2C error reporting
2014-12-11 12:31:42 -06:00
Gregory Nutt
47c4ce5761
TM4C123G LaunchPad: Add initialization logic for an external AT24 EEPROM. This is intended only to suppport testing of the Tiva I2C driver
2014-12-10 15:56:49 -06:00
Gregory Nutt
a026df3f95
Refresh configuration
2014-12-09 12:18:39 -06:00
Gregory Nutt
928bc5ca84
Update the Tiva I2C register definitions for the TM4C123 and TM4C129
2014-12-09 08:42:12 -06:00
Gregory Nutt
c6cc9b1030
Update README
2014-12-09 06:21:30 -06:00
Gregory Nutt
f31c72d7af
Traveler: Add logic to limit the frame rate. This is kind of a silly feature -- why would you ever want to limit the frame rate? Well, you need to that on the simulated platform to make bandwidth for other things to run like the simulated timer
2014-12-08 13:45:17 -06:00
Gregory Nutt
1e3472b487
Travel: Fix more initialization errors, mostly related to file path problems
2014-12-08 12:39:02 -06:00
Gregory Nutt
b26923b746
Extend the simulator to provide special initialization for the Traveler game
2014-12-08 10:54:58 -06:00
Gregory Nutt
847c8ba16f
Traveler: Add build configuration for the simulated target
2014-12-08 09:33:56 -06:00
Gregory Nutt
6bb03ca02d
Refresh configuration
2014-12-08 08:29:08 -06:00
Gregory Nutt
8bd5556b47
Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selected
2014-12-08 07:14:31 -06:00
Gregory Nutt
6ea9af3736
Nucleo-f4x1re: Add pull-ups to joystick button GPIOs
2014-12-04 13:20:47 -06:00