- Jan 10, 2018
-
-
Sebastien Lorquet authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
lc823450 dvfs Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
Apply the latest Kconfig to all configurations. Enable DVFS in audio and rndis. Add telnet character mode to rndis. Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
Masayuki Ishikawa authored
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
Masayuki Ishikawa authored
Add notes on DVFS (Dynamic Voltage and Frequencey Scaling) Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
Masayuki Ishikawa authored
This version only supports manual mode and Vdd1 is fixed to 1.2V. Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
- Jan 09, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
drivers/net: Add support for telnet character mode Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
-
- Jan 08, 2018
-
-
Gregory Nutt authored
configs/flipnclick-pic32mz: Switch the serial console to UART4. Clean up some minor issues the LED options. configs/flipnclick-pic32mz: Add support for two on-board buttons: T1 and T2. configs/flipnclick-pic32mz: Adds basic board support for the Mikroe Flip&Click PIC32MZ board. Initial commit is just the configs/pic32mz-starterkit with some name chanages.
-
Gregory Nutt authored
arch/mips/src/pic32mz: Commits the basic architecture port for the PIC32MZEF. arch/mips/src/pic32mz: Begin adding PIC32MZEF files. Initial commit are simply PIC32MZEC files with name changes. arch/mips/include/pic32mz: Add support for the PIC32MZEF family.
-
- Jan 07, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 06, 2018
-
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
configs/flipnclick-sam3x: Add support for the 4 user-controllable LEDs on the board. configs/flipnclick-sam3x: Add board support for the Mikroe Flip&Click SAM3X. configs/arduino-due: Update this old configuration so that it is structured a little more like recent board support.
-
Gregory Nutt authored
fs/nxffs: Giving up on truncate() support in NXFFS for now. There is too much that has to be done to make that work. configs/sim: Add support for testing NXFFS.
-
Gregory Nutt authored
fs/smartfs: Add logic needed to ftruncate to shrink a file to any arbitrary size. fs/smartfs: Repartition some functionality to better fit in new ftruncate features.
-
- Jan 05, 2018
-
-
Aleksandr Vyhovanec authored
FAT. Effectively handles the situation when a new file position is within the current sector. * Find begin of the next token * EOL * revert * Accelerates the work of the FS with a multitude of operations to write small pieces of data within the current sector. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
net/route: Fix a couple of compile-related issues that have crept in sense the last time the file-based routing table was used.
-
Gregory Nutt authored
Squashed commit of the following: fs/fat: Resolves issues with truncating the cluster chain when shrinking files via ftruncate(). fs/fat: First cut at implementation file shrinkage logic needed to support ftruncate(). Certainly shrinks the file size but it does not appear to correctly disconnect the cluster chains. fs/fat: Restructure some functions in files to better support forthcoming file shrinkage logic. Put framework for file shrinkage in place. That logic is incomplete on initial commit.
-
- Jan 04, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
fs/nxffs: truncate method is implementated in a separate file and should have been in a previous commit.
-
Gregory Nutt authored
fs/nxffs: Add partial implementation of the truncate method: It extend files, but cannot yet shrink them. fs/smartfs: Add partial implementation of the truncate method: It extend files, but cannot yet shrink them. fs/fat: Add partial implementation of the truncate method: It extend files, but no yet shrink them. fs/nfs: Add support for the truncate method to the NFS file system.
-
- Jan 03, 2018
-
-
Gregory Nutt authored
fs: Add truncate() support for userfs fs/unionfs: Add truncate() support to the unionfs fs/tmpfs: Add ftruncate() support to tmpfs syscall/: Add system call support for ftruncate() net/route: Adding ftruncate() support eliminates an issue in file-based routing table management. fs: Add basic framework to support truncate() and ftruncate(). The infrastructure is complete. Now, however, the actual implementation of ftruncate() will have to be done for each file system.
-
Mateusz Szafoni authored
stm32/chip.h: minor fixes for STM32F334 Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
raiden00pl authored
-
Gregory Nutt authored
-
- Jan 02, 2018
-
-
Louis Mayencourt authored
net/arp: Fix IGMP multicast address computation on Nuttx network stack. This change fixes the IGMP address computation to allow multicast UDP messages. The destination address was created with the incorrect bytes of the given IPv4 address.
-
Gregory Nutt authored
-
Gregory Nutt authored
arch/arm/src/lpc54xx: Add some hooks for future 802.1q VLAN support. configs/lpcxpresso-lpc54628: Automatically bring up network in the netnsh configuration.
-
David Alessio authored
Add FPU to xmc4 ostest * remove +x from makefiles * preserve .gdbinit across make clean * add FPU support to ostest on xmc4 * add FPU test to ostest on xmc4 Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Jan 01, 2018
-
-
Gregory Nutt authored
arch/arm/src/lpc54xx: Correct handling of the Ethernet RBU error. With this fix, Ethernet now appears to be fully functional although still undertested.
-