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
Juha Niskanen
d7ae3d74c3
STM32L4 ADC: correct EXTSEL macros
2017-08-22 06:49:48 -06:00
Pekka Ervasti
6b1ccef2f9
STM32L4 COMP: bind to upper half comp driver
2017-08-22 06:47:57 -06:00
Pekka Ervasti
cc0fea60ad
drivers: analog: comp: add poll support
2017-08-22 06:26:57 -06:00
Gregory Nutt
67befb9642
ENC28J60: Update interface to use newer parameter passing to interrupt handlers
2017-08-21 16:49:43 -06:00
Gregory Nutt
241c1433ef
ENCX24J600: Fix some warnings. Update interface to use newer parameter passing to interrupt handlers
2017-08-21 16:23:22 -06:00
Gregory Nutt
17ca117104
Update README
2017-08-21 15:23:17 -06:00
Mateusz Szafoni
509a756421
Merged in raiden00/nuttx (pull request #466 )
...
Master
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-08-21 18:14:33 +00:00
raiden00pl
a5997cb186
stm32_dac: add support for HRTIM triggering
2017-08-21 19:46:18 +02:00
raiden00pl
a5f3a5848d
stm32_dac.c typo
2017-08-21 18:59:21 +02:00
raiden00pl
db7a94288f
stm32f33xxx_dma.h: typos
2017-08-21 18:50:07 +02:00
raiden00pl
b460f2bca1
stm32f10xxx_dma.h: fix DAC names and remove STM32F33 section
2017-08-21 18:50:07 +02:00
raiden00pl
104ff2b5d8
stm32_dac: separate dma buffer configuration for channels
2017-08-21 18:50:07 +02:00
Gregory Nutt
55f27c40e8
Add support for network procfs statistics when Nothing is enabled but PF_IEEE802154.
2017-08-21 09:31:12 -06:00
Gregory Nutt
77534e2b49
PF_IEEE802154: Improve some backlog counting logic; add more assertions to catch cases where the backlog count might deviate from the actual backlog.
2017-08-21 08:18:53 -06:00
Gregory Nutt
6b7a26c95c
PF_IEEE802154: Add a maximum backlog option. This will prevent overrun of the RX frame queue if many frames are received from the radio, but no application is receiving the queued data.
2017-08-21 07:52:43 -06:00
Gregory Nutt
0eac90f775
PF_IEEE802154: On input, there may be a list of frames provided, not just one. When closed() and connection is freed, also need to free any frames remaining in the RX queue.
2017-08-21 07:13:34 -06:00
Gregory Nutt
969d7c5814
Networking: Remove driver based backlog support. This affects the entire network, but is used by only one driver. The only supported with of supported RX backlog is via common read-ahead buffering.
2017-08-21 06:28:59 -06:00
Juha Niskanen
17cd0696cb
Merged in juniskane/nuttx/juniskane/chiph-edited-online-with-bitbucket-corre-1503300654585 (pull request #465 )
...
chip.h edited online with Bitbucket: correct some STM32_NDAC
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-08-21 12:03:41 +00:00
Juha Niskanen
37867ae3b9
chip.h edited online with Bitbucket: correct some STM32_NDAC
2017-08-21 07:30:58 +00:00
Gregory Nutt
70911c3f52
PktRadio loopback driver: Fix compile problem by removing inappropriate const storage class.
2017-08-20 13:19:29 -06:00
Mateusz Szafoni
0cf6ff5d3c
Merged in raiden00/nuttx (pull request #464 )
...
Master
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-08-20 19:02:06 +00:00
raiden00pl
3f27a6cce5
Merge remote-tracking branch 'upstream/master'
2017-08-20 20:53:47 +02:00
Mateusz Szafoni
ccd421b158
stm32_dac.c edited online with Bitbucket
2017-08-20 18:47:44 +00:00
raiden00pl
04743f3e77
stm32_dac: change name convention. Previous naming was confusing
2017-08-20 20:19:53 +02:00
raiden00pl
0bed6ac8b4
STM32F33: correct STM32_NDAC
2017-08-20 20:07:50 +02:00
Gregory Nutt
30c51a49a5
drivers/net/tun.c: Currently cannot support TAP mode unless Ethenet is enabled
2017-08-20 12:01:38 -06:00
Gregory Nutt
2f2b94b65b
Too much was removed in last squashed commit.
2017-08-20 11:32:44 -06:00
Gregory Nutt
1334ab3d2a
IP forward: Correct some compile issues due to recent changes.
2017-08-20 11:46:43 -06:00
Gregory Nutt
b226dd9117
Fix some new compile problems if niether 6LoWPAN nor PF_IEEE802154 are enabled.
2017-08-20 11:11:09 -06:00
Mateusz Szafoni
04cfe3133c
Merged in raiden00/nuttx (pull request #463 )
...
Master
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-08-20 17:22:23 +00:00
Gregory Nutt
0438783afa
Squashed commit of the following:
...
commit 5b7b6e6e616c475c782e9883ada9f4a3b7cb4e2c
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sun Aug 20 11:13:17 2017 -0600
IEEE 802.15.4 network device: Make same changes as per loopback device so that it will build with PF_IEEE802154 but without 6LoWPAN.
commit d656a98cf8eab2f20e884224b52cd47ec35df4cc
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sun Aug 20 10:31:28 2017 -0600
PF_IEEE802154: More fixes to device registration and to IEEE 802.15.4 loopback driver for PF_IEEE802154 without 6LoWPAN.
commit 866bb9cbb0c5af79734bbd434c07fa2560b6608f
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sun Aug 20 09:58:13 2017 -0600
Network: Reorganize some Kconfig selections.
commit 230b4cb48008cba5fccdafa22340df1d43584829
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sun Aug 20 09:19:53 2017 -0600
Changes to conditional compilation so that PF_IEEE802154 can build without 6LoWPAN
commit d96cbd6520d40590a740f695c4cd72208ce872da
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sun Aug 20 09:17:02 2017 -0600
configs/sim/pf_ieee802154: Disable 6LoWPAN, IPv6, TCP, and UDP. Now things do not build
2017-08-20 11:14:43 -06:00
raiden00pl
a8e8862ef9
stm32_dac.c: fix some configuration logic. When STM32_NDAC is greather than 1, then second channel is always DAC1OUT2.
2017-08-20 19:02:56 +02:00
Gregory Nutt
6919fb85e4
6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154.
2017-08-20 07:10:48 -06:00
raiden00pl
1479fd6075
stm32_comp: add default INM configuration and some missing COMP1,3,5,7 code
2017-08-20 10:45:55 +02:00
raiden00pl
30ebd32ab4
stm32f33xxx_pinmap.h: missing define
2017-08-20 10:45:55 +02:00
raiden00pl
241c42447f
stm32f33xxx_comp.h: typos
2017-08-20 10:45:55 +02:00