summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* STM32 F4 OTGHS device controller driver from Brennan AshtonGregory Nutt2014-11-202-0/+5641
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-3/+3
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* Correct a typo in the STM32 OTGFS register bit definitionsGregory Nutt2014-11-131-2/+2
* Fix a typo in an I2C header file. From Jahu NiskanenGregory Nutt2014-11-111-1/+1
* Support for the STM32F103RG. From Murilo PonteGregory Nutt2014-11-102-1/+9
* STM32 Serial: Don't compile up_earlyserialinit() if USE_EARLYSERIALINIT is n...Gregory Nutt2014-10-281-0/+2
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-272-47/+46
* Add framework for EFM32 DMA support -- no logic in place yetGregory Nutt2014-10-241-3/+3
* EFM32: Add IDLE power management hooks. Nothing implemented; just define the...Gregory Nutt2014-10-222-7/+7
* Add ADC pinmap definitions for the STM32 F103R from Lederhilger MartinGregory Nutt2014-10-211-0/+24
* stm32: rename spi frame format definitionGregory Nutt2014-10-201-1/+1
* Enable selection of SPI2 for STM32L15XX in Kconfig. From Jussi KivilinnaGregory Nutt2014-10-161-0/+1
* Minor update to last Kconfig changeGregory Nutt2014-10-151-4/+8
* Add Kconfig selections for STM32-F4x1RE SPI peripheralGregory Nutt2014-10-151-4/+42
* Fix file mode on modified filesGregory Nutt2014-10-142-0/+0
* Support for the STM32 F411RE from Serg PodtynnyiGregory Nutt2014-10-142-2/+20
* Cosmetic changes to commentsGregory Nutt2014-10-101-2/+2
* Fix a few typosGregory Nutt2014-10-102-18/+18
* Fix watchdog stop bit usage. From LazloGregory Nutt2014-10-103-7/+21
* Correct STM32 RTC EXTI bit definition. From LazloGregory Nutt2014-10-091-2/+2
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-083-8/+17
* Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try to...Gregory Nutt2014-10-073-13/+0
* Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mod...Gregory Nutt2014-10-0710-68/+194
* Add files that implement true high speed support for the STM32 OTGHS peripher...Gregory Nutt2014-10-073-0/+5606
* STM32 CAN correction suggested by Max HoltzbergGregory Nutt2014-09-241-3/+3
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-1/+1
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-203-11/+16
* Fixes to avoid some hang conditions using STM32 CANGregory Nutt2014-09-171-13/+0
* Fix for UART7 and UART8 on STM32 clock enable from AtonGregory Nutt2014-09-112-4/+6
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-4/+4
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-316-10/+10
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-317-14/+14
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-312-3/+3
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-291-5/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-298-22/+22
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-282-36/+151
* STM32 serial: MAke uart_devs[] const. From Freddie ChopinGregory Nutt2014-08-221-1/+1
* Recent STM32 UART change: Wasn't that logic backward? Shouldn't that have b...Gregory Nutt2014-08-222-13/+9
* STM32 F401: Correct support for USART6 on this chip. From Freddie ChopinGregory Nutt2014-08-221-10/+6
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-6/+6
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-1/+6
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-0/+35
* Use the device name assigned by the registration process, not our best guessGregory Nutt2014-08-161-1/+1
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-2/+2
* Modified to support the change to the network ioctl signature changes. Also ...Gregory Nutt2014-08-161-11/+30
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-083-3/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-083-3/+3
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1