- Nov 13, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
configs/stm32f429i-disco/fb: Refactor initialization logic so that it is a little more like other boards. Remove double initialization of framebuffer or LCD drivers (whichever is enabled).
-
Gregory Nutt authored
configs/stm32f429i-disco/fb: Fix a compile issue. Disable all NX features in the fb configuration. NX is not needed.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
fs/procfs: Optimization of previous commits. /proc/umm and proc/progmem are deleted. /proc/kmm is renamed /proc/meminfo and contains the output that was in all three files previously.
-
Gregory Nutt authored
-
Anthony Merlino authored
SAMA5/SAMv7: It is necessary to disable pre-emption and interrupts around a loop that copies TX data into the hardware in order to avoid a TX data underrun condition.
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
Nucleo-F746ZG: Use the serial console over /dev/ttyACM0 by default. The Nucleo-F746ZG doesn't come with Arduio RS-232 shield, then it is better to use the serial over the /dev/ttyACM0 that is created automatically when the board is plugged in the computer.
-
Gregory Nutt authored
fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation.
-
Gregory Nutt authored
configs/: apps/system/free has been deleted because it violates the portable POSIX OS interface. Remove CONFIG_SYSTEM_FREE=y from all defconfig files.
-
Masayuki Ishikawa authored
RNDIS support on STM32F4Discovery * stm32f4discovery: Add stm32_netinit.c to avoid a compilation error * stm32f4discovery: Add rndis initialization in stm32_bringup.c NOTE: MAC address for the host side starts 0xaa. This assignment scheme should be fixed later. * stm32f4discovery: Add rndis configuration NOTE: STM32F4Discovery + DM-STF4BB * drivers/usbdev/rndis.c: Fix some issues in rndis.c Introduce rndis_transmit() and change rndis_rxdispatch() to avoid packet corruption. Introduce max packet size for dual speed which is mainly used for high speed mode. Fix adjusting MTU warning on Linux host. Fix data corruption if a packet size excceds MTU. NOTE: Max packet size is not configured dynamically. This should be fixed in the future version. * stm32f4discovery: Modify #ifdef condition for rndis in stm32_bringup() * drivers/usbdev/rndis.c: Change HPWORK to ETHWORK * drivers/usbdev/rndis.c: Merge the commit 07b98ccb Previous commit b09365784a was based on old rndis.c thus resulted in reverting the commit 07b98ccb. This change merges the commit. NOTE: In the commit 07b98ccb , max packet size of bulkout was assumed to be 64. In this commit, priv->epbulkout->maxpacket is used instead. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Nov 12, 2017
-
-
Gregory Nutt authored
configs/stm32l476-mdk: Repartition bring-up logic so that it is more like other board directories. Add support for USERLED driver. Add bring-up initialization logic for the USERLED driver.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
arch/arm/src/stm32/stm32f33xx_adc.c: Eliminate warnings about cj_channels and j_chanlist being set but not used.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Changes from review of clock_nanosleep(): Misplaced right bracket, but return value in one failure case.
-
- Nov 11, 2017
-
-
Gregory Nutt authored
sched/signal/sig_nanosleep.c and libc/time/lib_nanosleep.c: Implement clock_nanosleep(). nanosleep() is now reduced to a libc wrapper around clock_nanosleep().
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
libc: Add support for readv() and write(). Also includes some cosmetic changes to some unrelated files.
-
- Nov 10, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Juha Niskanen authored
-
Juha Niskanen authored
-
Jussi Kivilinna authored
STM32L4 serial PM interface improvements * stm32l4_serial: pm: check rx/tx buffers for pending data in pmprepare * stm32l4: remove adhoc PM interfaces and move serial suspend functionality behind CONFIG_PM Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Nov 09, 2017
-
-
Gregory Nutt authored
-
jeditekunum authored
tools/configure.sh: This commit adds a -m option for macOS. For anyone not aware, Apple renamed OSX to macOS recently; thus the 'm' instead of 'o'. This does not change the other uses of *_OSX to macOS.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
lc823450 auto LED support * arch/arm/src/lc823450: Add auto LED for CPU activity Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * configs/lc823450-xgevk: Add auto LED support Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Nov 08, 2017
-
-
Jussi Kivilinna authored
-