- May 05, 2018
-
-
Gregory Nutt authored
drivers/leds/rgbled.c: Fix a compilation error introduced with a recent change to add multi-channel operation to RGB LED driver.
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
arch/arm/src/nrf52/nrf52_flash.c: Add missing erasesize method. Add missing function header comments.
-
Michael Jung authored
libc/libc.csv: Fix missing or duplicate quotation marks. mksymtab was not able to parse libc/libc.csv due to missing or duplicate quotation marks.
-
Alan Carvalho de Assis authored
-
- May 04, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ramtin Amin authored
-
Gregory Nutt authored
configs/freedom-k28f: Add button and LED support. arch/arm/src/kinetis: Fix a couple of additional compile problems. arch/arm/src/kinetis/chip and configs/freedom-k28f: Add things needed for a successful build. Still need board LED definitions.
-
Gregory Nutt authored
-
Gregory Nutt authored
arch/arm/src/kinetis: The K28F Kinetis MPU is almost the same as the K66F MPU. arch/arm/src/kinetis: The K28F Kinetis FMC is the same as the K66F FMC.
-
- May 03, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 02, 2018
-
-
Gregory Nutt authored
-
Anthony Merlino authored
configs/photon: Adds RGB led support Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
drivers/sensors: Adds support for INA3221 power sensor. This has a 3 channel bus/shunt voltage pairs. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Anthony Merlino authored
drivers/rgbled: Adds support for multichannel PWM (multiple PWM channels on a single timer) Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Michael Jung authored
fs/nfs/rpc_clnt.c: Commit 091e3f73 broke the NFS client. sendto() can (correctly) no lnoger by used with a connected UDP socket. In that case, send() must be used instead.
-
Gregory Nutt authored
This commits adds initial support for the Kinetis Freedom-K28F board. Not you ready for prime time. Squashed commit of the following: arch/arm/src/kinetis: A fixes from first (unsuccessful) attempt to build the Freedom-K28F configuration. configs/freedom-k28f: Add basic board support for Freedom-K28F. Initial commit is basically just the Teensy-3.x brought up to date and with name changes.
-
Jake Choy authored
-
- May 01, 2018
-
-
Michael Jung authored
arch/arm/src/lpc17xx: This commit adds a configurable option to allow using a part of LPC17xx's internal flash memory as a Memory Technology Device via NuttX' mtd_progmem infrastructure. Tested with LPC1769.
-
Jake Choy authored
configs/imxrt1050-evk: This commit adds support for the imxrt button. I haven't been able to get GPIO 5 to work so I have replaced the button with GPIO1 pin24. It is right next to the button so I just wire it to the existing user button for testing.
-
Jake Choy authored
imxrt_gpioirq.c - Add check for interrupt mask register before dispatching ISR. The GPIO_ISR bits are set independent of the GPIO_IMR bits. imxrt_irq.c - fixed a range check for extint in function imxrt_irqinfo().
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Squashed commit of the following: arch/arm/src/kinetis: Add K28F memory map. arch/arm/src/include/kinetis and src/kinetis: Add basic chip features and interrupt-related definitions for the K28F
-
Gregory Nutt authored
configs/nrf52-pca10040: Fix an error in the name of an included file. This was introduced with the previous change to this file.
-
Michael Jung authored
progmem interface: Discern r/w and erase page sizes. Introduce new up_progmem_erasesize architecture API to be able to communicate the read/write page size independently from erase page size. Implement up_progmem_erasesize for all architectures that already support progmem, assuming that for those architectures the sizes of both read/write and erase pages are identical.
-
- Apr 30, 2018
-
-
Gregory Nutt authored
arch/arm/src/nrf52: Fix several inconsistencies in naming. Mostly cosmetic but one was causing a compiler warning.
-
Jake authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 29, 2018
-
-
Gregory Nutt authored
include/nuttx/wireless/bluetooth: Move Bluetooth header files from include/nuttx/wireless to include/nuttx/wireless/bluetooth for symmetry with other wireless technologies.
-
Shirshak Sengupta authored
arch/arm/src/tiva: Implemented Flash CONFIG_MTD_BYTE_WRITE for TM4c1294. Implemented the tiva_write function which will write an arbitrary number of bytes to flash (in multiple of 4).
-
Shirshak Sengupta authored
arch/arm/src/tiva: Implements an EEPROM driver in compliance with MTD driver as provided by NUTTX for TM4C1294. The EEPROM driver currently supports only two functionalities - read bytes(multiple of 4) and write bytes (multiple of 4). Squashed commit of the following: Author: Gregory Nutt <gnutt@nuttx.org> Fix some spacing arch/arm/src/tiva: Verify that the EEPROM driver at least builds. arch/arm/src/tiva: Move unused function added to tm4c129_syscontrol.c to tiva_eeprom.c where it is actually used. arch/arm/src/tiva: Reorganize EEPROM register definitions so that the file organization is more like other platforms. arch/arm/src/tiva: Trying to resolve EEPROM register addressing. Still some issues. arch/arm/src/tiva: Ran uncrustify on tiva_eeprom.c arch/arm/src/tiva: EEPROM driver is a little closer to coding standard. Still a way to go. Author: Shirshak Sengupta <sgshirshak@gmail.com> arch/arm/src/tiva: Implemented EEPROM driver in compliance with MTD driver as provided by NUTTX for TM4C1294. The EEPROM driver needs to be initialized by calling the function tiva_EEPROMInit The EEPROM driver currently supports only two functionalities - read bytes(multiple of 4) and write bytes (multiple of 4). Note - Rest of the features of EEPROM will be implemented in the future.
-