Juha Niskanen (Haltian)
c04c49dac0
Add support for the STM32F09X family.
2017-04-21 08:23:25 -06:00
Gregory Nutt
f902b8b058
Merge branch 'iob'
2017-04-20 16:09:14 -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
73c7f05a3c
Cosmetic changes to spacing and comments.
2017-04-20 14:08:08 -06:00
Gregory Nutt
d0ec395c42
Correct some spacing and some unused definition in some irq.h header files.
2017-04-20 12:39:21 -06:00
Gregory Nutt
bb54449889
STM32F0: Add an untested port of the F1 USB device to the STM32F0
2017-04-20 11:50:58 -06:00
Gregory Nutt
20ddbd7368
STM32F0: Add support for HSI48
2017-04-20 11:08:23 -06:00
Gregory Nutt
a98cdc7a45
Add STM32F0 USB device header file; Update TODO list.
2017-04-20 09:31:12 -06:00
Gregory Nutt
547f6c7cc3
SIM: Fix some bad naming changes associated with the simulated touchscreen.
2017-04-20 07:51:27 -06:00
Juha Niskanen
9d0ecedf7d
Add support for STM32L152CC, STM32L152RC and STM32L152VC. Update some bits and comments for other STM32L1 parts in chip.h
2017-04-20 06:30:26 -06:00
Juha Niskanen
e631ee4582
STM32 L1: stm32l15xx_rcc: Allow board to configure HSE clock in bypass-mode. Allows using MCO output from ST-link chip (on Nucleo and Discovery boards) as HSE input.
2017-04-20 06:28:01 -06:00
Ian McAfee
6a2c43b0c1
SAMV7 EMAC: Add conditional logic to account the fact that the SAMV71 has 6 rather than 3 queues after version 1.
2017-04-19 14:32:28 -06:00
David Sidrane
29fe0a1b5f
Merged in david_s5/nuttx/upstream_stm32_warn (pull request #323 )
...
stm32:stm32_serial fixed warning
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-18 22:01:02 +00:00
David Sidrane
4844011b9c
stm32:stm32_serial fixed warning
2017-04-18 11:51:56 -10:00
David Sidrane
a0c4254168
Kinetis:Fixed warning
2017-04-18 10:04:54 -10: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
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
Juha Niskanen
3c0f3ea35b
STM32F7: stm32_adc: Do not override ADCPRE_DIV when measuring internal voltage
2017-04-18 06:51:20 -06:00
Juha Niskanen
54eae7dcde
STM32F7: warn if no DMA2 configured when using ADC with DMA. Also correct ADC channel numbers that DMA callback passes to upper half driver.
2017-04-18 06:49:51 -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
Gregory Nutt
924f58fb2b
STM32F0: Change HAVE_UART to HAVE_USART
2017-04-17 17:53:04 -06:00
Gregory Nutt
acdc26f972
STM32F0: Add logic to enable other USARTs. No UART4/5. Rather USART4/5.
2017-04-17 17:51:05 -06:00
Gregory Nutt
639bf31eb4
Move enabling of GPIO peripherals form UART setup to clockconfig. This is not a UART function. It is needed by all periphrals.
2017-04-17 17:20:55 -06:00
Gregory Nutt
8b157b034d
STM32F0: Fixes to get STM32F0-Discovery build again after changes to support the STM32F07x
2017-04-17 17:13:32 -06:00
Gregory Nutt
2c01aaad59
STM32F0: Add basic support for STM32F07x family
2017-04-17 16:54:07 -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
Alan Carvalho de Assis
735f4d6ea5
STM32F0: Enable the clock for all GPIO ports
2017-04-17 09:58:04 -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
55faedb40d
STM32F0: Ooops Missing semicolon
2017-04-17 08:57:00 -06:00
Gregory Nutt
0d9395588b
STM32F0: Fix an error in clockconfig()
2017-04-17 08:50:03 -06:00
phreakuencies
eac049222c
STM32: Provide TIM5 definition for STM32F429
2017-04-15 12:10:42 -06:00
Gregory Nutt
78bc1aa6bc
Argument of network device IOCTL should be unsigned long, just as will all other IOCTL methods.
2017-04-15 09:33:27 -06:00
Alan Carvalho de Assis
03cbf21cd8
Replace HAVE_USART with HAVE_UART
2017-04-14 11:44:51 -06:00
Alan Carvalho de Assis
4602212612
Fix serial compilation issues
2017-04-14 11:42:20 -06:00
Gregory Nutt
879273f63e
arch/arm/Kconfig: Add option for STM32F0
2017-04-14 09:32:15 -06:00
Alan Carvalho de Assis
2cc7744b0c
Add stm32f0discovery board support
2017-04-14 08:34:38 -06:00
Gregory Nutt
c910334ced
Make sure that Alan is listed as author in new files.
2017-04-14 08:34:37 -06:00
Alan Carvalho de Assis
c3e0ec369f
Add basic support for STM32F0
2017-04-14 08:34:36 -06:00
Sebastien Lorquet
dc2890904d
STM32L4 DMA: Correct bad channel definition.
2017-04-12 10:25:51 -06:00
Alan Carvalho de Assis
a58823c449
STM32XX: Fix Pending Register definition
2017-04-11 06:45:45 -06:00
Jussi Kivilinna
4c99a6aeec
STM32F7: serial: do not stop processing input in SW flow-control mode
2017-04-11 06:40:44 -06:00
Jussi Kivilinna
e9a8dc7c6e
STM32F7: serial: disallow broken configuration combination of CONFIG_STM32F7_FLOWCONTROL_BROKEN=y and CONFIG_SERIAL_IFLOWCONTROL_WATERMARKS not set.
2017-04-11 06:39:27 -06:00
Gregory Nutt
ebd2416f9d
stm32 COMP: Logic in stm32_comp.h must be configured on CONFIG_STM32_COMP or otherwise it causes an error via #error on every platform without COMP support.
2017-04-09 11:47:57 -06:00
Gregory Nutt
fe722e44b9
6loWPAN: Fix a faulty assumption about relationship between some sizes and offsets.
2017-04-08 08:14:42 -06:00
Masayuki Ishikawa
b4e01ecbf9
Merged in masayuki2009/nuttx.nuttx/fix_efm32_i2c_timeout (pull request #312 )
...
EFM32 I2C: Fix timeout calculation
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-06 22:59:34 +00:00
Jussi Kivilinna
e3b3e57e56
RTC: add interface for check if RTC time has been set
...
New interface allows checking if RTC time has been set. This allows to application to detect if RTC has valid time (after
reset) or should application attempt to get real time by other means (for example, by launching ntpclient or GPS).
2017-04-06 09:53:11 -06:00
Gregory Nutt
ac8ddf4eb1
SAMv7: In review of last patch, change literal 0xfff to WDT_MR_WDD_MAX for portability.
2017-04-06 09:46:04 -06:00
Frank Benkert
571f3d952e
SAMV7: Watchdog: fix Forbidden Window Value
...
According the Datasheet the WDD Value is the lower bound of a so called Forbidden Window and to disable this we have to set the WDD
Value greater than or equal to the WDV Value. This seems to be a bug in the datasheet. It looks like we have to set it to a greater value than the WDV to realy disable this Thing. When triggering the Watchdog faster than the (very slow) clock source of the Watchdog fires, this Forbidden Window Feature resets the System if WDD equals to WDV.
This Changeset disables the Forbidden Window by setting the WDD Value to the Maximum (0xfff) Value possible.
2017-04-06 09:43:07 -06:00