Gregory Nutt
|
8f59fc8f64
|
SAMV7: Quick'n'dirty port of the SAMA5 HSMCI driver to the SAMV7
|
2015-03-12 18:03:41 -06:00 |
|
Gregory Nutt
|
0d79e315fd
|
SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is compatible but there are still some DMA- and Cache-related issues that need to be worked out.
|
2015-03-12 16:00:38 -06:00 |
|
Gregory Nutt
|
9b6c7661a4
|
SAMV7: Add TWI/I2C driver (untested)
|
2015-03-12 10:58:11 -06:00 |
|
Gregory Nutt
|
f72079cc63
|
Update COPYING file with special license requirements for PPPD
|
2015-03-11 09:14:15 -06:00 |
|
Gregory Nutt
|
f696530485
|
SAMV7: Add GPIO interrupt support
|
2015-03-08 19:32:05 -06:00 |
|
Gregory Nutt
|
2571d6202d
|
SAMV71-XULT: Add heap allocation logic
|
2015-03-07 11:46:54 -06:00 |
|
Gregory Nutt
|
7113de4d18
|
SAMV71: Add PMC register definition header files
|
2015-03-06 14:58:13 -06:00 |
|
Gregory Nutt
|
fdac423979
|
Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.
|
2015-03-06 10:53:57 -06:00 |
|
Gregory Nutt
|
9bcdf974a0
|
Add new common lazy FPU state saving option for ARMv7-M. Not yet verified
|
2015-03-06 08:26:43 -06:00 |
|
Gregory Nutt
|
89fd098a20
|
SAMV7: Add SAMV71 peripheral IDs and interrupt vector definitions
|
2015-03-05 16:34:22 -06:00 |
|
Gregory Nutt
|
67c21e6817
|
SAMV7 Kconfig: Add peripheral selections
|
2015-03-05 13:51:39 -06:00 |
|
Gregory Nutt
|
02e613b277
|
Add basic build directories and configuration logic for the SAMV7 family
|
2015-03-05 10:00:24 -06:00 |
|
Gregory Nutt
|
33ac85adcb
|
Adds architecture support for the STM32F372 and F373 (no board support yet). Only tested on STM32F373CC, but should work on the rest. Contributed by Marten Svanfeldt.
|
2015-03-02 10:33:42 -06:00 |
|
Gregory Nutt
|
2d91128111
|
Tiva GPIO clean-up by Calvin Maguranis
|
2015-02-20 13:40:25 -06:00 |
|
Gregory Nutt
|
a0a553f3e9
|
Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/tiva/tiva_gpio.h where they belong
|
2015-02-20 13:31:43 -06:00 |
|
Gregory Nutt
|
d1fa95ffc3
|
Merge commit 'd000b0ac237cb6b17e3d355b55250c3ca7e9f2d6'
|
2015-02-11 18:07:03 -06:00 |
|
sauttefk
|
7384d3bd79
|
Add TI EK-TM4C1294XL launchpad support
|
2015-02-12 00:30:38 +01:00 |
|
Gregory Nutt
|
24e51794f9
|
Kinetis: Add architectural support for the K26Z128VLH4. From Derek B. Noonburg
|
2015-02-11 07:15:45 -06:00 |
|
Gregory Nutt
|
d8561fbcae
|
Remove execute privileges from some header files
|
2015-02-01 06:24:18 -06:00 |
|
Gregory Nutt
|
4510be6c7d
|
Tiva Interrupts: Changes corresponding to the last needed in the Tiva Kconfig file as well
|
2015-01-12 10:14:48 -06:00 |
|
Gregory Nutt
|
9e546ff37a
|
Tiva interrupts: Fix chip-specific interrupt un-definitions
|
2015-01-12 10:00:42 -06:00 |
|
Gregory Nutt
|
28a52cbd23
|
TM4C129X Timer: Update addresses in the timer register definitions file. Still missing bit field definitions
|
2015-01-07 08:57:48 -06:00 |
|
Gregory Nutt
|
16a302e732
|
STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review
|
2014-12-19 14:52:17 -06:00 |
|
Gregory Nutt
|
aabd4c59a3
|
Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic CONFIG_TIVA_GPIOx_IRQS
|
2014-12-18 15:19:16 -06:00 |
|
Gregory Nutt
|
83c56151ab
|
Tiva: Add GPIO interrupt support for the TMS4C129X
|
2014-12-18 11:52:06 -06:00 |
|
Gregory Nutt
|
a719e75851
|
DK-TM4C129X: Fixes to get clean build. Logic is still not complete, however
|
2014-12-18 08:24:24 -06:00 |
|
Gregory Nutt
|
aa724ea75b
|
Add interrupt definitions for the TM4C129X
|
2014-12-17 08:19:23 -06:00 |
|
Gregory Nutt
|
1410a650e0
|
Tiva: Better distinguish features of the TM4C1294xx and the TM4C129Xxx
|
2014-12-16 18:02:59 -06:00 |
|
Gregory Nutt
|
29d23ae626
|
Remove packaging indications for TM4C129 configuration variables
|
2014-12-16 16:22:52 -06:00 |
|
Gregory Nutt
|
188e092398
|
Add TM4C129XNCZAD and TM4C1294NCPDT to the Tiva configuration system
|
2014-12-16 16:02:21 -06:00 |
|
Gregory Nutt
|
0ad88d9664
|
Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diff
|
2014-11-27 06:12:35 -06:00 |
|
Gregory Nutt
|
f4be851b0e
|
Remove the definition of INT_FAST32_MIN which is already defined in stdint.h (the correct location). From Lorenz Meier.
|
2014-11-12 07:47:37 -06:00 |
|
Gregory Nutt
|
c65372b80c
|
Support for the STM32F103RG. From Murilo Ponte
|
2014-11-10 07:48:46 -06:00 |
|
Gregory Nutt
|
9051ffd638
|
STM32GG Starter Kit: Add basic NSH configuration
|
2014-11-03 16:58:22 -06:00 |
|
Gregory Nutt
|
de5c451a30
|
Add empty file for event EFM32 clock configuration logic
|
2014-10-18 15:22:11 -06:00 |
|
Gregory Nutt
|
1bfec65ac5
|
More framework for GPIO interrupt support
|
2014-10-18 14:05:07 -06:00 |
|
Gregory Nutt
|
2bafdf3d59
|
Add EFM32 interrupt vector defintions
|
2014-10-17 10:34:39 -06:00 |
|
Gregory Nutt
|
895cfe0e7c
|
Add configuration support for the EFM32 Gecko Starter Kit
|
2014-10-17 09:25:52 -06:00 |
|
Gregory Nutt
|
a835387529
|
Fix file mode on modified files
|
2014-10-14 15:45:56 -06:00 |
|
Gregory Nutt
|
56841b9e20
|
Support for the STM32 F411RE from Serg Podtynnyi
|
2014-10-14 15:42:28 -06:00 |
|
Gregory Nutt
|
df26163f1f
|
Add logic necessary to handler remapping of shared memory on contex switches
|
2014-09-23 13:19:30 -06:00 |
|
Gregory Nutt
|
9aae0adffa
|
If we are configured to use a kernel stack while in SYSCALL handling, then we need to switch back to the user stack to deliver a signal
|
2014-09-15 11:38:48 -06:00 |
|
Gregory Nutt
|
946b916f69
|
Initial integration of kernel stack (does not work)
|
2014-09-14 11:19:34 -06:00 |
|
Gregory Nutt
|
16ddffc941
|
Add the initial implementation of the process kernel stack logic. Not yet integrated into the main OS logic nor tested.
|
2014-09-14 09:53:54 -06:00 |
|
Gregory Nutt
|
ffff51c1b1
|
Rename everything associated with the dynamic process stack to ustack to make room in the name space for a kstack
|
2014-09-14 09:10:09 -06:00 |
|
Gregory Nutt
|
f4bcb27962
|
Add a configuration option for dynamic stack management
|
2014-09-13 12:25:32 -06:00 |
|
Gregory Nutt
|
1f23ad9bad
|
Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration caused by changes for the knsh configuration
|
2014-09-11 10:31:12 -06:00 |
|
Gregory Nutt
|
006cf7d745
|
Add logic to initialize the per-process user heap when each user process is started
|
2014-09-10 15:55:36 -06:00 |
|
Gregory Nutt
|
12775801c9
|
Add support for delivery of use-mode signals in the kernel build.
|
2014-09-02 15:58:14 -06:00 |
|
Gregory Nutt
|
587520a7d2
|
Completes the implementation of sbrk() (untested)
|
2014-09-01 10:46:51 -06:00 |
|