Gregory Nutt
e07504291e
configs/imxrt1050-evk: Fix OCRAM size used in linker script.
2018-05-24 16:51:18 -06:00
Gregory Nutt
8edbf04a0d
/arch/arm/src/imxrt/imxrt_edma.c: Correct arguments to arch_clean_dcache() and arch_invalidate_dcache().
2018-05-24 09:41:46 -06:00
Gregory Nutt
c9be3dd387
arch/arm/src/imxrt/imxrt_edma.c: Fix some issues with adding a new TCD to the end of a scatter/gather chain: Was not correctly writing back the new tail pointer; Need to flush the previous TCD in the chain whose fields were modify to link to the new TCD.
2018-05-23 20:29:20 -06:00
Gregory Nutt
618d264e1d
arch/arm/src/imxrt: There is a separate interrupt vector for DMA channel error interrupts.
2018-05-23 06:52:41 -06:00
Gregory Nutt
db0cdfc407
Squashed commit of the following:
...
arch/arm/src/imxrt: May eDMA channel linking a configuration option. Add support to select the DMA channel priority and pre-emption controls.
arch/arm/src/imxrt: Update some HowTo comments in the eDMA header file.
arch/arm/src/imxrt: Fix a logic error in parmater passing. Caller does not know actual channel number when setting up linked channel, only the channel handler.
2018-05-22 15:28:28 -06:00
Gregory Nutt
890656f043
Squashed commit of the following:
...
arch/arm/src/imxrt: Fixes for clean eDMA driver build with Scatter/Gather enabled.
arch/arm/src/imxrt: Fixes for clean eDMA driver build with Scatter/Gather disabled.
arch/arm/src/imxrt: Add flags to DMA configuration to control transfer setup. Remove some user interfaces that are inconsistent with modular design.
arch/arm/src/imxrt: Update DMA channel interrupt handler.
arch/arm/src/imxrt: Add implementation of eDMA imxrt_dmach_start().
arch/arm/src/imxrt: Add implementation of eDMA imxrt_dmach_setup().
arch/arm/src/imxrt: Add eDMA imxrt_tcd_chanlink().
arch/arm/src/imxrt: Add eDMA imxrt_dmach_getcount; free allocated TCDs automatically when the DMA completes or is aborted.
2018-05-22 11:39:37 -06:00
Gregory Nutt
1cf676344e
Squashed commit of the following:
...
arch/arm/src/imxrt: Add structures to support list of TCDs for Scatter/Gather DMA.
arch/arm/src/imxrt: Add eDMA imxrt_dmach_initconfig().
arch/arm/src/imxrt: Add eDMA imxrt_tcd_instantiate().
arch/arm/src/imxrt: Replacing some of the logic cloned from SAMv7 XDMAC with eDMA logic from NXP sample code. I am thinking that the eDMA is too complex to force into the same pattern as for other MCUs.
arch/arms/src/imxrt/imxrt_edma.c: Add support for in-memory TCDs.
arch/arm/src/imxrt/chip: Add an in-memory representation of the TCD in imxrt_edma.h
2018-05-21 11:46:16 -06:00
Michael Jung
5e479f31ba
arch/arm/src/lpc17xx/lpc17_usbdev: Fix typo introduced with last change
2018-05-21 06:13:30 -06:00
Michael Jung
fe44948ea4
arch/arm/src/lpc17xx/lpc17_usbdev.c: Fix loss of RX initiatives. USB bulk endpoints are double buffered on LPC17xx MCUs. This means that up to two packets might be received on an OUT endpoint that can not be handled immediately if the receive request queue is empty. Thus, rxpending must be a counter not a boolean flag.
2018-05-20 12:42:30 -06:00
Gregory Nutt
cce5d017b4
arch/arm/src/imxrt: Fix some eDMA interrupt controls.
2018-05-20 12:21:36 -06:00
Gregory Nutt
20f1597fa5
arch/arm/src/imxrt: IOMUXC logic now uses peripheral clock helpers (I think it was enabling the wrong clocks anyway). Minor updates to eDMA logic.
2018-05-20 12:02:50 -06:00
Gregory Nutt
9c9c0eb4d5
arch/arm/src/imxrt: Add eDMA interrupt decode logic.
2018-05-20 10:59:36 -06:00
Gregory Nutt
87df439909
arch/arm/src/imxrt: Add eDMA initialization logic.
2018-05-20 10:34:27 -06:00
Gregory Nutt
0f6aeb7cff
arch/arm/src/imxrt: Centralilze and standardize control of peripheral clocking. Add logic to initialize the DMAMUX.
2018-05-20 10:03:45 -06:00
Alan Carvalho de Assis
cc1d68bd92
arch/arm/src/stm32: Include needed headers to get stm32_i2s.c compiled
...
configs/stm32f4discovery/include/board.h: Add SPI DMA pins definitions to get CS43L22 audio DAC working
configs/stm32f4discovery/audio: Add board configuration for CS43L22 audio example
configs/stm32f4discovery: Update README
2018-05-19 16:12:21 -06:00
Gregory Nutt
10ec45ae9e
configs/stm32l1discovery: Add support for the STM32L152RCT6 version.
2018-05-18 11:34:55 -06:00
Dmitriy Linikov
76f0e68812
arch/arm/src/stm32: Added Vbat measurement to adc driver for STM32F20xx and STM32F4xxx.
...
As with the MCU temperature and VREFINT measurement, this patch requires user to enable the corresponding channel first. For Vbat channel the ioctl cmd is IO_ENABLE_DISABLE_VBAT_CH, and its arg should be a pointer to bool which must be true to enable and false to disable the Vbat channel.
Moreover, since Vbat input contains a built-in voltage divider, it is highly suggested to disable Vbat input channel after measurement is done in order to prevent battery drain through the divider.
2018-05-18 06:45:46 -06:00
Gregory Nutt
fe364ba1f4
arch/arm/src/imxrt: A little more eDMA logic. Slow progress.
2018-05-17 14:23:58 -06:00
Gregory Nutt
1acc765156
arch/arm/src/imxrt: A little more DMA-related logic. Still no significant logic in place.
2018-05-17 09:48:45 -06:00
Gregory Nutt
f91c3666a1
arch/arm/src/imxrt: A little more DMA logic. Still far from complete.
2018-05-16 16:20:30 -06:00
Gregory Nutt
ea8d78c9c5
arch/arm/src/imxrt: Add framework for eDMA support. Initial port is a rip off from the SAMA5Dx and is little more than the framework for the DMA support.
2018-05-16 14:28:22 -06:00
Gregory Nutt
9bb4a80838
arch/arm/src/imxrt/chip: Remove un-necessary TCD structure.
2018-05-16 12:35:10 -06:00
Gregory Nutt
3b355d52f2
arch/arm/src/imxrt/chip: Add more eDMA register definitions. Still missing TCD definitions.
2018-05-16 12:01:05 -06:00
Gregory Nutt
8f0b87a2d9
arch/arm/src/imxrt/chip: Add more eDMA register definitions. Still missing bit-field definitions.
2018-05-16 09:49:48 -06:00
Jake Choy
4638e3f4c7
rch/arm/src/imxrt/chip: Add Ethernet pin properties.
2018-05-16 07:50:24 -06:00
Gregory Nutt
79ab957982
arch/arm/src/imxrt/chip: Add DMA MUX register definition header file.
2018-05-16 07:25:37 -06:00
William Douglas
c708f66aea
Squashed commit of the following:
...
commit 7fd1f0d78546fa0315f4077b779efdd884e5bd53
Author: William Douglas <william@rocklandscientific.com>
Date: Tue May 15 13:19:31 2018 -0700
Add support for the second SDMMC device.
The second SDMMC device was already supported but
the clock was never enabled. This fixes that.
2018-05-15 17:08:20 -06:00
Gregory Nutt
2b2f3bf263
arch/arm/src/imxrt/chip: Add DMA channel assignments.
2018-05-15 14:44:33 -06:00
Jake Choy
034ab467e6
arch/arm/src/imxrt: Corrects some IOMUX controls.
2018-05-15 10:16:57 -06:00
Gregory Nutt
c82724d462
arch/arm/src/imxrt: Add missing support for the Cortex-M7 caches; configs/imxrt1050-evk: Enable I- and D-Caches in the nsh configuration. Calibrate the delay loop. Add support for the on-board LED.
2018-05-15 10:05:16 -06:00
Gregory Nutt
c681519720
arch/arm/src/imxrt/imxrt_serial.c: Fix some interrupt instabilities; must be in a critical section when modifying serial interrupts. configs/imxrt1050-evk/nsh/defconfig: Use the BASEPRI register to enable/disable interrupts; enable the PROCFS file system.
2018-05-15 07:50:19 -06:00
Gregory Nutt
2fa738e08c
arch/arm/src/imxrt: Various fixes from attempt at initial bringup.
2018-05-14 16:07:34 -06:00
Gregory Nutt
3a34b29f76
arch/arm/src/imxrt/chip: Add pin multiplexing header files.
2018-05-14 13:29:53 -06:00
Gregory Nutt
aec56484ab
arch/arm/src/kinetis + SDHC configs: Make Kinetis SDHC pullups work the same as the STM32 SDIO pullups
2018-05-12 17:12:58 -06:00
Alan Carvalho de Assis
df3d9dd357
arch/arm/src/stm32: Add internal pull-up option for SDIO pins (also picks up an unrelated change to a README.txt file)
2018-05-12 17:08:32 -06:00
Gregory Nutt
ce7dcfcd12
arch/arms/src/imrxt: Correct a few logic mistakes in the i.MX RT serial driver.
2018-05-11 07:52:48 -06:00
Gregory Nutt
4a9a421c34
Back out part of f4bcaa4fc2dc2f06d5632d3b74f43c25a6e7e845.If CONFIG_ARCH_IDLE_CUSTOM is defined, then it should not use the version of lc823450_idle.c in arch/arm/src/lc823450. That part was correct before the PR. If CONFIG_ARCH_IDLE_CUSTOM, then the build should use a custom IDLE loop in the board src/ directory.
2018-05-11 06:26:01 -06:00
Masayuki Ishikawa
f4bcaa4fc2
Merged in masayuki2009/nuttx.nuttx/fix_lc823450_build_errors (pull request #638 )
...
arch/arm/src/lc823450: Fix some recently introduced build issues
Reported-by: Wig Cheng <wig.cheng@relajet.com>
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2018-05-11 12:19:29 +00:00
Michael Jung
29af41a85f
libc/unistd: Initial, minimal implementation of sysconf(). Only sufficient to support the functionality of less standard getdtabilesize().
2018-05-10 14:08:34 -06:00
Jake Choy
93c94aadf8
arch/arm/include/imxrt/imxrt105x_irq.h: Fixed incorrect/duplicate gpio irq defines.
2018-05-08 09:46:02 -06:00
Gregory Nutt
6435a2b25b
arch/mips/src: All MIPS architctures now support CONFIG_ARCH_IDLE_CUSTOM
2018-05-07 11:17:19 -06:00
Gregory Nutt
bd455c9e46
arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM
2018-05-07 10:13:20 -06:00
Michael Jung
3acffb0c5c
arch/arm/src/lpc17xx: Add support for ARMv7-M run time stack checking on NXP LPC17xx MCUs based on CONFIG_ARMV7M_STACKCHECK. Basically copied from stm32.
2018-05-06 07:06:52 -06:00
Gregory Nutt
b5a4d6d9ef
configs/freedom-k28f: With these changes to the configuration, the NSH configuration is now functional on the k28f board. Also fixes corrects the active logic level for the RGB LED. arch/arm/src/kinetis/chip: Fixes an error in vector configuration.
2018-05-05 09:33:48 -06:00
Gregory Nutt
2a84a75bcf
arch/arm/src/nrf52/nrf52_flash.c: Add missing erasesize method. Add missing function header comments.
2018-05-05 06:49:18 -06:00
Alan Carvalho de Assis
e4e4e63164
arch/arm/src/nrf52: Add nRF52 Flash PROGMEM support
2018-05-04 18:19:36 -06:00
Gregory Nutt
7534a3d554
arch/arm/src/kinetis: Grrr.. fix a backward conditional test in last commit.
2018-05-04 17:46:14 -06:00
Gregory Nutt
399b4ba69d
arch/arm/src/kinetis: Eliminate a warning when no UARTs are enabled.
2018-05-04 17:40:33 -06:00
Gregory Nutt
e047145363
arch/arm/src/kinetis: Fix some bit numbering errors in K28F USB HS header file.
2018-05-04 15:02:09 -06:00
Ramtin Amin
544d2a079f
arch/arm/src/kinetis: Add USB HS header file.
2018-05-04 14:36:50 -06:00