- Aug 27, 2017
-
-
Masayuki Ishikawa authored
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
-
- Aug 26, 2017
-
-
Nickolay Semyonov (RPI) authored
-
Gregory Nutt authored
-
Nickolay Semyonov (RPI) authored
-
Gregory Nutt authored
Simulator: Adds necessary functionality to build Simulator under ARM Linux. Tested only on Raspberry3. Currently setjmp/longjmp do not save/restore floating point registers. Patch provided by Bitbucket user nbkolchin.
-
Gregory Nutt authored
6LoWPAN: The original, Contiki-based design used only a single buffer for reassemblying larger packets. This could be a problem issue for hub configurations which really need the capability concurrently reassemble multiple incoming streams concurrently. These was also a design issue in that the reassembly buffer could be corrupted by outgoing packets. The design was extended to support multiple reassembly buffers, each associated with the reassembly tag and source address. This assures that there can be be no corruption of the reassembly once it has started.
-
- Aug 25, 2017
-
-
Gregory Nutt authored
-
Juha Niskanen authored
-
Juha Niskanen authored
-
Juha Niskanen authored
STM32L4 DAC: report transfer as completed in DMA callback. Without this even O_NONBLOCK writes block the calling task if DAC was using DMA.
-
Juha Niskanen authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
-
- Aug 24, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
drivers/audio: Fix naming of configurations to be compliant for vs1053 audio driver. One file was not saved before last commit.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
-
Gregory Nutt authored
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
-
Gregory Nutt authored
-
Gregory Nutt authored
drivrs/sensors: Make a few other configuration settings consistent with the (undocumented) standard.
-
Gregory Nutt authored
-
Gregory Nutt authored
drivrs/sensors/hts221: Fix inconsistent configuration variable naming; Try to bring closer to an as-of-yet undocumented naming convention.
-
Gregory Nutt authored
-
- Aug 23, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
drivers/wireless/spirit: Fixes a pre-processor directive Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Gregory Nutt authored
-
- Aug 22, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Network procfs: procfs/net_procfs_route.c building error occur if CONFIG_NET_ROUTE is enabled. Fix suggested by Aleksandr Kazantsev
-
Jussi Kivilinna authored
drivers/lcd: ssd1306: separate lcd_dev_s setup to separate object. g_oleddev takes 1 KiB because framebuffer and was allocated to .data section because of lcd_dev_s function pointer setup. Move lcd_dev_s setup out, so that g_oleddev goes to .bss and avoid wasting ROM.
-
ussi Kivilinna authored
drivers/lcd: ssd1306: fix memory corruption caused by ssd1306_getrun(). ssd1306_getrun was writing one extra byte (with value 0) past target buffer when pixlen is multiple of 8. When pixlen was not multiple of 8, last byte of buffer was fully cleared, instead of modifying only the (pixlen % 8) bits of last byte.
-
Jussi Kivilinna authored
drivers/lcd: ssd1306: add support for board power control. ThingseeOne has regulator for controlling display power on/off. Patch adds support for board based power control to SSD1306 driver.
-
Jussi Kivilinna authored
-
Juha Niskanen authored
-
Pekka Ervasti authored
-