summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* STM32: Fix for compilation introduced by last backup RAM change. Not sure it...Gregory Nutt2015-02-212-0/+6
* Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the ...Gregory Nutt2015-02-219-1/+1048
* Changes to support fully write protecting the backup domain. N.B. stm32_pwr_e...Gregory Nutt2015-02-214-23/+130
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-203-6/+6
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-181-0/+2
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-181-0/+2
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-181-0/+1
* Missed a Kconfig definition in the last commitGregory Nutt2015-02-162-3/+7
* STM32 RTC: Extend the RTC interface to support reading subseconds. From Juss...Gregory Nutt2015-02-163-4/+94
* Add support for RTC driver to the STM32F4-Discovery boardGregory Nutt2015-02-152-4/+4
* Remove an unused variableGregory Nutt2015-02-151-2/+1
* RTC: A little more clean-up of the RTC driverGregory Nutt2015-02-151-11/+78
* STM32 RTC: Implement the rdtime() method of the RTC lower half interfaceGregory Nutt2015-02-131-1/+33
* STM32 RTC driver lower half: Implement the settime method of the RTC interfaceGregory Nutt2015-02-132-4/+40
* Break out a new internal interface, stm32_rtc_setdatetime(). This eliminates...Gregory Nutt2015-02-134-15/+236
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-134-21/+68
* Oops... Conditioned on IPv4 wheren IPv6 was intendedGregory Nutt2015-02-091-1/+1
* Add logic so that STM32 Ethernet drivier can avoid interrupt level processing...Gregory Nutt2015-02-091-38/+402
* STM32 SPI: Clean-up asymmetric configuration of SPI6Gregory Nutt2015-02-071-1/+7
* STM32 SPI: The source clock for SPI 4,5, and 6 should be PCLK2, not PCLK1 (f...Gregory Nutt2015-02-071-3/+3
* Networking: Changes need to build ICMPv6 'router' configuration on STM32 with...Gregory Nutt2015-02-051-0/+8
* STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he ST...Gregory Nutt2015-02-051-1/+1
* ICMPv6: Add logic to behave like a router (if so configured): NuttX will no...Gregory Nutt2015-02-051-0/+9
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-041-0/+10
* Minor update to Kconfig file selectionsGregory Nutt2015-02-041-2/+2
* Re-arrange condition logic from the last change to avoid having STM32-specifi...Gregory Nutt2015-02-042-1/+9
* STM32: Add driver for STM32L162XX AES peripheral. Signed-off-by: Juha Niskan...Gregory Nutt2015-02-044-1/+512
* Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations....Gregory Nutt2015-01-272-0/+19
* Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-...Gregory Nutt2015-01-271-7/+31
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-243-8/+5
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-243-5/+8
* STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driverGregory Nutt2015-01-211-3/+68
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-211-1/+22
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-201-1/+13
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-201-2/+8
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-201-2/+2
* nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and definition of up...Gregory Nutt2015-01-191-4/+4
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-151-10/+52
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-151-1/+4
* STM32 SDIO: Don't let architectures select CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE ...Gregory Nutt2015-01-081-0/+1
* MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous...Gregory Nutt2015-01-081-15/+93
* STM32 RTC: Add Kconfig options needed with the preceding commitGregory Nutt2015-01-021-0/+22
* stm32-rtc: Add support for the internal low speed clock (LSI)Gregory Nutt2015-01-025-15/+84
* stm32: update description and code documentation. Also fixes a few code form...Gregory Nutt2014-12-291-19/+20
* stm32: fix wait upon vertical blank. This should never have occurred before.Gregory Nutt2014-12-291-1/+1
* stm32: fix faulty access to non existing layer. This disables operation that...Gregory Nutt2014-12-291-0/+8
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-272-3/+46
* Remove STM32-specific RX flow control logic from the upper level serial drive...Gregory Nutt2014-12-271-15/+31
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-271-4/+8