Gregory Nutt
|
dee736bd0d
|
STM32F0 I2C: Pin definitions should specify open drain (and probably 50Mhz).
|
2017-04-30 10:28:16 -06:00 |
|
Gregory Nutt
|
0a9dd3876b
|
STM32F0 I2C: Upate driver to use the standard interrupt parameter passing logic.
|
2017-04-30 09:19:51 -06:00 |
|
Gregory Nutt
|
446af7e987
|
Nucleo-F072RB: Add support for the I2C driver used by I2C tools.
|
2017-04-30 08:02:03 -06:00 |
|
Alan Carvalho de Assis
|
b688d41516
|
STM32F0 I2C: Initial cut at driver. Still a work in progress.
|
2017-04-29 16:53:47 -06:00 |
|
Gregory Nutt
|
84c887f48c
|
Update a README and some comments.
|
2017-04-29 15:53:23 -06:00 |
|
Gregory Nutt
|
e9a5477506
|
Add an instance argument to the SPIDEV definitions.
|
2017-04-29 12:26:52 -06:00 |
|
Gregory Nutt
|
b6b16bf4da
|
Fix forward references that were mangled in last large changes.
|
2017-04-29 06:59:35 -06:00 |
|
Sebastien Lorquet
|
b78137049c
|
Final batch
|
2017-04-28 18:31:44 +02:00 |
|
Sebastien Lorquet
|
abc8322728
|
more kinetis
|
2017-04-28 18:31:10 +02:00 |
|
Sebastien Lorquet
|
68af2a9354
|
more stm32
|
2017-04-28 18:30:23 +02:00 |
|
Sebastien Lorquet
|
6d830f46e9
|
nxp boards
|
2017-04-28 18:29:43 +02:00 |
|
Sebastien Lorquet
|
6574f8e610
|
pic32 boards
|
2017-04-28 18:28:45 +02:00 |
|
Sebastien Lorquet
|
c2251e8e40
|
ti boards
|
2017-04-28 18:28:09 +02:00 |
|
Sebastien Lorquet
|
1bb76c43d3
|
atmel boards
|
2017-04-28 18:27:30 +02:00 |
|
Sebastien Lorquet
|
35b3abc6b2
|
kinetis boards
|
2017-04-28 18:26:39 +02:00 |
|
Sebastien Lorquet
|
aca2e36d67
|
stm32 devboards
|
2017-04-28 18:26:05 +02:00 |
|
Gregory Nutt
|
d1fc0040d7
|
STM32F103-Mininum: Rename an incorrectly named file.
|
2017-04-27 17:57:37 -06:00 |
|
Gregory Nutt
|
2e6908b384
|
IOCTLS. Separate wireless character driver IOCTL commands from wireless network driver IOCTL commands. Move from wireless.h to ioctl.h.
|
2017-04-27 16:58:30 -06:00 |
|
Gregory Nutt
|
a7dc83b70d
|
Update a README file.
|
2017-04-27 09:26:12 -06:00 |
|
Gregory Nutt
|
2f9028b547
|
Remove all remaining references to setenv.h and setenv.bat.
|
2017-04-26 10:28:37 -06:00 |
|
Gregory Nutt
|
9aac1dd44d
|
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
|
2017-04-26 10:12:13 -06:00 |
|
Gregory Nutt
|
1620ff05f4
|
Remove all setenv.sh files.
|
2017-04-26 07:49:37 -06:00 |
|
Gregory Nutt
|
232fbf7f00
|
CONFIG_DEBUG_HARDFAULT should be available for Cortex-M0 too. configs/nucle-f072rb/nsh: Correct amount of available SRAM in defconfig.
|
2017-04-26 07:45:40 -06:00 |
|
Juha Niskanen (Haltian)
|
c04c49dac0
|
Add support for the STM32F09X family.
|
2017-04-21 08:23:25 -06:00 |
|
Gregory Nutt
|
bfb93338f6
|
Move net/iob to drivers/iob so that the I/O buffering feature can be available to other drivers when networking is disabled.
|
2017-04-20 16:08:49 -06:00 |
|
Gregory Nutt
|
bcc6b61fc1
|
Move include/nuttx/net/iob.h to include/drivers/iob.h; rename CONFIG_NET_IOB to CONFIG_DRIVERS_IOB
|
2017-04-20 14:53:30 -06:00 |
|
Gregory Nutt
|
547f6c7cc3
|
SIM: Fix some bad naming changes associated with the simulated touchscreen.
|
2017-04-20 07:51:27 -06:00 |
|
Gregory Nutt
|
d3e1ea84f6
|
Update README
|
2017-04-19 11:19:40 -06:00 |
|
Gregory Nutt
|
575fb0acbf
|
Nucleo-F072RB: Enable board_app_inititalize, procfs, and built-in functions.
|
2017-04-19 07:26:51 -06:00 |
|
Gregory Nutt
|
0d83fce263
|
Really trivial change in spacing.
|
2017-04-18 14:12:15 -06:00 |
|
Gregory Nutt
|
27e212a291
|
Nucleo-F072RB: Various fixes to get the first clean build.
|
2017-04-18 10:37:05 -06:00 |
|
Gregory Nutt
|
b45472baf8
|
Nucleo-F072RB: Add board configuration
|
2017-04-18 10:07:03 -06:00 |
|
Gregory Nutt
|
8420e68a9b
|
STM32F0: The STM32F2 does not have use alternate function groupings as does the F1. Rather, it is like other members of the STM32 family with An alternate setting AF0-AF7 for each pin.
|
2017-04-18 08:40:14 -06:00 |
|
Gregory Nutt
|
8a5ed57262
|
Nucleo-F072RB: Add directory and README file.
|
2017-04-18 08:16:21 -06:00 |
|
Gregory Nutt
|
04ebdbb336
|
Move: CONFIG_ADC_NO_START_CONV from drivers/adc/Kconfig to arch/arm/src/stm32[f7]/Kconfig as STM32[F7]_ADC_NO_START_CONV. Refresh all configurations with any reference to CONFIG_ADC_NO_START_CONV.
|
2017-04-18 07:16:35 -06:00 |
|
Gregory Nutt
|
de22d24f8e
|
More changes UART to USART. Fix garbage code in stm32f0_serial.h that was clearing HAVE_USART
|
2017-04-17 18:37:52 -06:00 |
|
Alan Carvalho de Assis
|
363fe88dbd
|
Fix stm32f0discovery defconfig to use standard serial
|
2017-04-17 17:59:33 -06:00 |
|
Gregory Nutt
|
2c01aaad59
|
STM32F0: Add basic support for STM32F07x family
|
2017-04-17 16:54:07 -06:00 |
|
Gregory Nutt
|
0ef4e37c9e
|
Upate some comments.
|
2017-04-17 14:28:19 -06:00 |
|
Alan Carvalho de Assis
|
b0597583da
|
Fix System Clock value to 48MHz and remove MCLK definition
|
2017-04-17 12:48:07 -06:00 |
|
Gregory Nutt
|
efd674e09f
|
STM32F0-Discovery: Clarifie clock calculations in board.h
|
2017-04-17 12:24:23 -06:00 |
|
Gregory Nutt
|
8df9e7f8ce
|
STM32F0-Discovery: Correct part number in board.h
|
2017-04-17 11:18:13 -06:00 |
|
Alan Carvalho de Assis
|
3249da6557
|
STM32F0: Fix HSI clock definition
|
2017-04-17 11:14:24 -06:00 |
|
Gregory Nutt
|
cd62425433
|
STM32F0: type of regval should be uint32_t in clockconfig(). Fix a warning from __start().
|
2017-04-17 09:17:31 -06:00 |
|
Gregory Nutt
|
0652cbfd12
|
Update TODO list and README files.
|
2017-04-15 07:40:14 -06:00 |
|
Gregory Nutt
|
fffdba0835
|
Revert "Add a placeholder for nucleo-64 boards. Currently these are in various directories nucleo-f303re, nucleo-f334r8, and nucleo-l476rg but need to be consolidated here because these are all the same boards."
This reverts commit 935cc4e3de .
|
2017-04-14 17:15:58 -06:00 |
|
Gregory Nutt
|
935cc4e3de
|
Add a placeholder for nucleo-64 boards. Currently these are in various directories nucleo-f303re, nucleo-f334r8, and nucleo-l476rg but need to be consolidated here because these are all the same boards.
|
2017-04-14 13:30:36 -06:00 |
|
Alan Carvalho de Assis
|
4602212612
|
Fix serial compilation issues
|
2017-04-14 11:42:20 -06:00 |
|
Gregory Nutt
|
2158c2d582
|
STM32F0 Discovery: Remove inclusion of stm32_rcc.h in board.h
|
2017-04-14 08:53:24 -06:00 |
|
Alan Carvalho de Assis
|
2a7909aade
|
Small fixes to get stm32f0discovery compiled correctly
|
2017-04-14 08:50:47 -06:00 |
|