- Feb 22, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 21, 2015
-
-
Gregory Nutt authored
STM32: Fix for compilation introduced by last backup RAM change. Not sure it it is correct, be now things do compile
-
Gregory Nutt authored
Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane.
-
Gregory Nutt authored
Changes to support fully write protecting the backup domain. N.B. stm32_pwr_enablebkp did not account for the delay from enable to the domain being writable. The KISS solution is a up_udelay. A more complex solution would be a negated write test with restore. From David Sidrane.
-
- Feb 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/tiva/tiva_gpio.h where they belong
-
Gregory Nutt authored
Fix some time value changes; mostly changing greater than 1000000000 to greater than or equal to 1000000000. From Juha Niskanen
-
- Feb 18, 2015
-
-
Gregory Nutt authored
VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 17, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva: Updated files to allow for ADC triggering by the timer. I’ve cleaned up some parts of the ADC code, too, and fleshed out the PWM triggering ioctl. From Calvin Maguranis
-
Gregory Nutt authored
-
- Feb 16, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 15, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 13, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Break out a new internal interface, stm32_rtc_setdatetime(). This eliminates some un-necessary time conversions. From Freddie Chopin. Add a skeleton implementation of the RTC lower half interface at arch/arm/src/stm32/stm32_rtc_lowerhalf.c. This is just the framework for the RTC lower half. None of the interface methods have yet been implemetned.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 12, 2015
-
-
Gregory Nutt authored
-
- Feb 11, 2015
-
-
sauttefk authored
-
Gregory Nutt authored
-
- Feb 10, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no longer have a proper environment for LPC17 debug.
-
Gregory Nutt authored
SAM4 Ethernet Driver: No supports operation using the high priority work queue so that packet processing can occur outside of interrupt level processing. SAM4E-EK: The nsh configuration now configures the Ethernet driver for execution on the HP work thread.
-
Gregory Nutt authored
-
- Feb 09, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Big, very risky change: Remove all occurrences of up_maskack_irq() that disable and enable interrupts with up_ack_irq() that only acknowledges the interrupts. This is only used in interrupt decoding logic. Also remove the logic that unconditionally re-enables interrupts with the interrupt exits. This interferes with the drivers ability to control the interrupt state. This is a necessary, sweeping, global change and unfortunately impossible to test.
-
Gregory Nutt authored
SAMA5D Ethernet: Add support for CONFIG_NET_NOTINTS so that the driver can operate from the work queue thread instead of doing everything from the interrupt level.
-
Gregory Nutt authored
ARMv7-A interrupt handler: Should not automatically re-enable interrupts on interrupt return. That interferes with the driver's ability to manage interrupts.
-
Gregory Nutt authored
-