- Feb 26, 2015
-
-
Gregory Nutt authored
-
- Feb 25, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
PIC32MX/Z: Partial review of PIC32MZ cp0 register -- need to do more; Also found issues with definitions for PIC32MX -- need to be retested
-
Gregory Nutt authored
PIC32MZ: Add file for GPIO interrupt support. There are issues so configuration is EXPERIMENTAL for now
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 24, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic for setting up peripheral clocking
-
Gregory Nutt authored
-
sauttefk authored
-
- Feb 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 assembly files when the PIC21MZ is selected
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 22, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
-
Gregory Nutt authored
-
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
-