Gregory Nutt
|
bbf4d5048a
|
work_queue() must cancel existing work prior to queuing new work, otherwise the work queue can become corrupted. Problem noted by Pascal Speck.
|
2017-08-28 07:46:48 -06:00 |
|
Juha Niskanen
|
809569cda9
|
STM32L4 ADC: implement peripheral
|
2017-08-28 07:05:33 -06:00 |
|
Juha Niskanen
|
a2dc88e075
|
STM32, STM32L4, STM32F7 ADC: fix channel 18 sample time
|
2017-08-28 07:05:33 -06:00 |
|
Juha Niskanen
|
fa5a2035ff
|
drivers: analog: adc: add poll support
|
2017-08-28 07:05:33 -06:00 |
|
Juha Niskanen
|
e8cd2f88b8
|
STM32L4 RCC: enable ADC clock source
|
2017-08-28 07:05:32 -06:00 |
|
Alan Carvalho de Assis
|
81d6cefd65
|
Add support to STM32F433RC
|
2017-08-28 07:05:32 -06:00 |
|
Mateusz Szafoni
|
81e4b52c37
|
Merged in raiden00/nuttx (pull request #470)
stm32_dac.c: support external triggering for DMA transfer
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-08-27 16:56:32 +00:00 |
|
raiden00pl
|
5695a55569
|
stm32_dac.c: support external triggering for DMA transfer
|
2017-08-27 18:25:55 +02:00 |
|
Mateusz Szafoni
|
ea35f31f73
|
Merged in raiden00/nuttx (pull request #469)
Master
* stm32f0/Kconfig: remove references to HRTIM
* STM32F33: missing SYSCFG CFGR3 definitions
* stm32_hrtim.h: remove redundant definitions
* stm32_hrtim.c: fix DAC triggers configuration
* stm32_hritm.c: warning message when default value selected
* stm32_hrtim.c: missing master timer logic
* stm32_hrtim.c: add more assertions
* stm32_dac.c: fix conditional
* stm32_dac.c: conditional logic for timer triggering
* stm32_dac.c: fix TSEL configuration when HRTIM
* stm32_dac.c: unnecessary condition
* stm32_dac.c: DMA request remapping
* stm32_dac.c: fix commpilation errors
* stm32_dac.c: add DMA buffers initialization logic
* stm32_hrtim.c: enable DAC triggering
* analog/comp.c: fix compilation errors when poll disabled
* stm32_hrtim.c: remove doubled assertions
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-08-27 12:49:53 +00:00 |
|
Gregory Nutt
|
7858ed834b
|
Minor, cosmetic changes from review of last comment.
|
2017-08-27 06:48:42 -06:00 |
|
Masayuki Ishikawa
|
ed61c49530
|
Merged in masayuki2009/nuttx.nuttx/lc823450 (pull request #468)
eMMC/SD and USB support for LC823450
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-08-27 12:08:37 +00:00 |
|
Masayuki Ishikawa
|
21e0daede1
|
configs/lc823450-xgevk: Add eMMC/SD and USB support
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
|
2017-08-27 19:11:11 +09:00 |
|
Masayuki Ishikawa
|
cc9c8260f0
|
arch/arm/src/lc823450: Add eMMC/SD and USB support
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
|
2017-08-27 19:11:07 +09:00 |
|
Masayuki Ishikawa
|
56bf5b2a98
|
arch/arm/src/lc823450: Conform to the NuttX coding style
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
|
2017-08-27 19:11:03 +09:00 |
|
Masayuki Ishikawa
|
cd946c5712
|
Merge remote-tracking branch 'nuttx_bitbucket/master'
|
2017-08-27 19:02:52 +09:00 |
|
Nickolay Semyonov (RPI)
|
620e2f4ce3
|
FS_AUTOMOUNTER should depend on SCHED_LPWORK
|
2017-08-26 11:54:03 -06:00 |
|
Gregory Nutt
|
f43f372823
|
Update some comments.
|
2017-08-26 11:50:41 -06:00 |
|
Nickolay Semyonov (RPI)
|
1fcc7ec38e
|
Ommitted a file in previous commit
|
2017-08-26 11:45:08 -06:00 |
|
Gregory Nutt
|
48c27f8ffc
|
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.
|
2017-08-26 11:38:44 -06:00 |
|
Gregory Nutt
|
88a87f8e3f
|
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.
|
2017-08-26 10:00:47 -06:00 |
|
Gregory Nutt
|
f96a7cbc59
|
Update README
|
2017-08-25 16:27:55 -06:00 |
|
Juha Niskanen
|
cc1f7a63fa
|
power: add driver for TI bq2429x battery charger. TODO: Untested. Does not have poll() support.
|
2017-08-25 07:26:00 -06:00 |
|
Juha Niskanen
|
1be5f0a3fc
|
STM32L4 COMP: comparators share RCC enable bit with SYSCFG
|
2017-08-25 07:06:39 -06:00 |
|
Juha Niskanen
|
1152e4868b
|
STM32L4 DAC: report transfer as completed in DMA callback. Without this even O_NONBLOCK writes block the calling task if DAC was using DMA.
|
2017-08-25 07:05:11 -06:00 |
|
Juha Niskanen
|
874947d7e5
|
STM32L4 TIM: TIM15,16,17 are always in APB2
|
2017-08-25 07:02:21 -06:00 |
|
Gregory Nutt
|
3d2498bedd
|
Trivial spelling fix in comments.
|
2017-08-25 07:01:06 -06:00 |
|
Masayuki Ishikawa
|
9345d751e9
|
Merge remote-tracking branch 'nuttx_bitbucket/master'
|
2017-08-25 12:46:38 +09:00 |
|
Gregory Nutt
|
ec47805639
|
configs/: Correct naming of some configuration variables.
|
2017-08-24 13:39:57 -06:00 |
|
Gregory Nutt
|
e341c74f06
|
drivers/audio: Fix naming of configurations to be compliant for vs1053 audio driver. One file was not saved before last commit.
|
2017-08-24 11:12:10 -06:00 |
|
Gregory Nutt
|
53ef64aae6
|
drivers/audio: Fix naming of configurations to be compliant for vs1053 audio driver.
|
2017-08-24 11:11:06 -06:00 |
|
Gregory Nutt
|
5129aeefd5
|
drivers/sensors: Fix remaining naming of configurations to be compliant for two more drivers.
|
2017-08-24 10:48:20 -06:00 |
|
Gregory Nutt
|
dc8f3778a9
|
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
|
2017-08-24 10:26:53 -06:00 |
|
Gregory Nutt
|
1f023fa31a
|
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
|
2017-08-24 10:10:00 -06:00 |
|
Gregory Nutt
|
269107afc8
|
drivers/sensors: Make naming configuration compliant for two more drivers. Still several to go.
|
2017-08-24 09:54:23 -06:00 |
|
Gregory Nutt
|
7f4af7b690
|
drivrs/sensors: Make a few other configuration settings consistent with the (undocumented) standard.
|
2017-08-24 09:45:46 -06:00 |
|
Gregory Nutt
|
5dd25bbfde
|
Missed two naming changes in last commit
|
2017-08-24 09:32:24 -06:00 |
|
Gregory Nutt
|
9e386e3b31
|
drivrs/sensors/hts221: Fix inconsistent configuration variable naming; Try to bring closer to an as-of-yet undocumented naming convention.
|
2017-08-24 09:22:36 -06:00 |
|
Gregory Nutt
|
a668806b94
|
Update some README files; Plus minor simplification to a preceding change.
|
2017-08-24 06:44:35 -06:00 |
|
Gregory Nutt
|
e89edd6784
|
Networking: Rethink last fix. We can make this less protocol dependent.
|
2017-08-23 15:30:56 -06:00 |
|
Gregory Nutt
|
394a340da0
|
Networking: Compile error if Unix domain sockets selected; Update SAME70-xplained README me.
|
2017-08-23 15:04:40 -06:00 |
|
Anthony Merlino
|
d5e6f269b2
|
Merged in merlin17/nuttx (pull request #467)
drivers/wireless/spirit: Fixes a pre-processor directive
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2017-08-23 01:24:03 +00:00 |
|
Anthony Merlino
|
fbf830aef2
|
drivers/wireless/spirit: Fixes a pre-processor directive
|
2017-08-22 21:15:22 -04:00 |
|
Gregory Nutt
|
5ac993d2ef
|
Update TODO list
|
2017-08-22 18:15:09 -06:00 |
|
Gregory Nutt
|
1972fd827f
|
Another trivial update to the same README file.
|
2017-08-22 12:39:08 -06:00 |
|
Gregory Nutt
|
3f44666e16
|
Update a README file.
|
2017-08-22 12:35:58 -06:00 |
|
Gregory Nutt
|
9a8c4121e5
|
Network procfs: procfs/net_procfs_route.c building error occur if CONFIG_NET_ROUTE is enabled. Fix suggested by Aleksandr Kazantsev
|
2017-08-22 10:21:07 -06:00 |
|
Jussi Kivilinna
|
a099506b1b
|
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.
|
2017-08-22 08:46:00 -06:00 |
|
ussi Kivilinna
|
89cc4741ac
|
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.
|
2017-08-22 08:42:40 -06:00 |
|
Jussi Kivilinna
|
3dfeb9e59f
|
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.
|
2017-08-22 08:40:27 -06:00 |
|
Jussi Kivilinna
|
310a29227a
|
drivers/lcd: add DD-12864WO-4A/SSD1309 support to SSD1306 driver
|
2017-08-22 08:32:52 -06:00 |
|