- Aug 12, 2016
-
-
Andrew Boie authored
Change-Id: I9835ffee5e24cf018d97723cb984ce495ca2dd0f Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
At some point these were moved to include/drivers/ Change-Id: I5130a4d48b3bbff6ab03b6103bec0f53d88deb7b Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
Change-Id: I10a6fc3f16da9f821a34d798fd00018bd662e41b Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
0 should be fine; no need to make this an FIRQ or non-maskable Change-Id: Ifdf89a72e4864a2c2bbd83752cd814e2cb9aa16e Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Evan Couzens authored
Replaced the term "platform" with "board" or "SoC" depending on context as per, ZEP-534. Change-Id: I14c13d4eed429fe6e41e2221d6ff6afe97e942eb Signed-off-by:
Evan Couzens <evanx.couzens@intel.com>
-
Baohong Liu authored
Disable tx fifo empty interrupt at the completion of a receive transfer. If the API caller does not send "STOP" at the end of a receive transfer, unnecessary tx fifo empty interrupt will come one by one endlessly. Jira: ZEP-556 Change-Id: I54739459dfab81c28713f6a3c77789e7903bb7f9 Signed-off-by:
Baohong Liu <baohong.liu@intel.com> Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Ravi kumar Veeramally authored
Incase of slip or ethenet use, if these is too much incoming data current buffer count is not sufficient. Noticed with TCP client and server example. So increasing it to avoid not enough Rx buffers issue. Change-Id: I6eef51c28c7c4751955aa4403122bf17d55ce12c Signed-off-by:
Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
-
Andy Ross authored
We are also seeing qemu failures in the synchronous wakeup tests, where the fiber should be resuming instantly but in practice sees a one-tick delay due to the emulation environment not being deterministic. Allow one tick of slop in those too. Change-Id: Idab7c45ea0b10bd955b90a98d3884b5fe0571187 Signed-off-by:
Andy Ross <andrew.j.ross@intel.com>
-
Baohong Liu authored
Fix i2c failure while multiple slaves are connected to the same i2c interface. Higher load on the i2c bus makes i2c signal less nice. The requirement for signal ramp up and ramp down time needs to be loosened. Jira: ZEP-646 Change-Id: If698d7ba741788857694f166ecc602c2a94cb12e Signed-off-by:
Baohong Liu <baohong.liu@intel.com>
-
Inaky Perez-Gonzalez authored
The app has updated the text it prints (which we were looking for) so this was causing a false negative. Change-Id: I3223a0dec8e44b0f89caf73626ffff82d74ab24d Signed-off-by:
Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
-
Kuo-Lang Tseng authored
Update the builtin QMSI code in Zephyr with QMSI 1.1.0 release from Github:. https://github.com/quark-mcu/qmsi/releases Remove un-used QMSI library makefiles. Jira: ZEP-541 Jira: ZEP-543 Change-Id: I25da733b170d3327b5fd6df3be6fa22230266932 Signed-off-by:
Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
-
Andrew Boie authored
The per-platform blocks were just specifying defaults and didn't need to exist. Change-Id: I9f4c7db4cd16417d5a2c172c3f850f7758dcbd00 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
The GPIO and UART drivers were failing to build due to some missing soc.h defines. Change-Id: I6811e3699449da0a61ccc8376a8e11b96ad7a4e5 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Jaakko Hannikainen authored
The eventhandler gets called with NULL buf, but it can't handle it. Add a NULL check to prevent crashing. Change-Id: Id16c2aa093a145e0442dfc61dd0b6e1b81b701f5 Signed-off-by:
Jaakko Hannikainen <jaakko.hannikainen@intel.com>
-
- Aug 11, 2016
-
-
Szymon Janc authored
Change-Id: I38fd93796f4f5efb361ed85a8f9a2f7804af61cf Signed-off-by:
Szymon Janc <ext.szymon.janc@tieto.com>
-
Flavio Santes authored
README files are updated to include information about the warnings displayed by the compiler. Applications affected: DNS, NATS and MQTT. Jira: ZEP-681 Change-Id: I482c3bbf37c5d9af3bb43b7ef5e58957bac2852a Signed-off-by:
Flavio Santes <flavio.santes@intel.com>
-
Szymon Janc authored
We map legacy and SSP link keys to equivalent security levels so there is no need for storing if key is legacy. This flag was never used anyway. Change-Id: I6867f43a1ed132f67a564de34436cf83b922a138 Signed-off-by:
Szymon Janc <ext.szymon.janc@tieto.com>
-
Szymon Janc authored
There is no need to ifdef type definitions and whole file is already under (CONFIG_BLUETOOTH_SMP) || defined(CONFIG_BLUETOOTH_BREDR). This improves file readability. Change-Id: I9bcceb01023f75e016ad71873f87b3393a09fe26 Signed-off-by:
Szymon Janc <ext.szymon.janc@tieto.com>
-
Kumar Gala authored
Add a Kconfig option to select between the Hard and Soft Float ABIs. We also default to the Hard Float ABI as this is what older SDK versions supported. JIRA: ZEP-555 Change-Id: I2180c98cd7556ab49f5ca9b46b31add2c11bd07b Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
Bogdan Davidoaia authored
The data sample registers are ordered as X, Z, Y (not X, Y, Z), so the driver also needs to extract the sample components in this order. Jira: ZEP-679 Change-Id: I317994bb545539b049e2ebf3d2af94e63c7d2511 Signed-off-by:
Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
-
- Aug 10, 2016
-
-
Andrew Boie authored
This was merged prematurely. This reverts commit 75835577. Change-Id: I19d27df0b9ea9acf49382d27b5ef6ce49b915542 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
The parent commit for this was merged prematurely. This reverts commit d38208b9. Change-Id: I4f05f303eac7bdf176fb0522e30eabb839602b25 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Baohong Liu authored
Disable tx fifo empty interrupt at the completion of a receive transfer. If the API caller does not send "STOP" at the end of a receive transfer, unnecessary tx fifo empty interrupt will come one by one endlessly. Jira: ZEP-556 Change-Id: I311aba843e28685e8cca36733ac3f1e09b70d900 Signed-off-by:
Baohong Liu <baohong.liu@intel.com>
-
Baohong Liu authored
Correct an error in ADC Kconfig. The # in the beginning of the code lines unintentionally commented out the "if" condition. Jira: ZEP-645 Change-Id: Ieee1bdbf4865fc39aef9a0986036fd81a75e5b58 Signed-off-by:
Baohong Liu <baohong.liu@intel.com> Signed-off-by:
Qiu Peiyang <peiyangx.qiu@intel.com>
-
Andy Ross authored
On some hardware (Qemu) the timer guarantees aren't honored as well as we like, and these tests are observed to spuriously fail in practice (e.g. CI testing). Allow for one tick of slop when testing sleep durations. Change-Id: I4b694c0a9ddfc1ee48510fa5deda2bb31499debf Signed-off-by:
Andy Ross <andrew.j.ross@intel.com>
-
Kuo-Lang Tseng authored
Update the builtin QMSI code in Zephyr with QMSI 1.1.0 release from Github:. https://github.com/quark-mcu/qmsi/releases Remove un-used QMSI library makefiles. Jira: ZEP-541 Jira: ZEP-543 Signed-off-by:
Kuo-Lang Tseng <kuo-lang.tseng@intel.com> Change-Id: Iab4a9433607fef374a7347da85777f0b03065f2c
-
Szymon Janc authored
This reverts commit 15c1fed5. This workaround is no longer needed as it was verified that pairing succeed without it. Also I'm no longer sure if initial pairing issue was due to missing bit in key distirbution field or if it was due to iOS already had device with this address paired (ie removing device bonding from settings application fix the problem). Change-Id: I6d69b9afb04afc83139d57d2dffe1b62d40afe5b Signed-off-by:
Szymon Janc <ext.szymon.janc@tieto.com>
-
Szymon Janc authored
Change-Id: I4e3f7e7ea97e90e49e37e3ba9d6fbc1a80df968f Signed-off-by:
Szymon Janc <ext.szymon.janc@tieto.com>
-
Andrei Emeltchenko authored
Change-Id: I24fa104a5c5fab20b133102700604cc254d606ac Signed-off-by:
Andrei Emeltchenko <andrei.emeltchenko@intel.com>
-
Andrei Emeltchenko authored
Change-Id: Id320dc2b85f0a48a8f81425468aa3229b1e7d0cb Signed-off-by:
Andrei Emeltchenko <andrei.emeltchenko@intel.com>
-
Andrei Emeltchenko authored
... usb_device.c:265:27: error: expected ')' before 'chunk' SYS_LOG_DBG(chunk > 0 ? "?" : ""); ^ ... Change-Id: I7d9f583c8591c7f86389c26338d70422e422fe4b Signed-off-by:
Andrei Emeltchenko <andrei.emeltchenko@intel.com>
-
Andrei Emeltchenko authored
We should prepend CONFIG with macro name, otherwise it is not possible to enable debug. Change-Id: I9a4ec4da7607c6bc9894eecc42fe7c4556b62c6b Signed-off-by:
Andrei Emeltchenko <andrei.emeltchenko@intel.com>
-
Andrei Emeltchenko authored
Change-Id: Idc60324bcf9ee3e9a3ce9a24b71cf5ae5b339792 Signed-off-by:
Andrei Emeltchenko <andrei.emeltchenko@intel.com>
-
Jaakko Hannikainen authored
etimer_expired will return true only once. This means periodic timers in the netstack won't get to run since etimer_process calls etimer_expired for all timers in the stack. Jira: ZEP-475 Change-Id: I28da638789b0604f9dd0a0598a7fa590e6b0a746 Signed-off-by:
Jaakko Hannikainen <jaakko.hannikainen@intel.com>
-
Ravi kumar Veeramally authored
NET_TESTING_USE_RFC3849_ADDRESSES not defined as a Kconfig option. Enable this in Makefile like this ccflags-y +=-DNET_TESTING_USE_RFC3849_ADDRESSES=1 incase if you need it. Change-Id: I96b05d069cf5baa56cc27489b3c38b84412eec97 Signed-off-by:
Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
-
Baohong Liu authored
Update the comment for spi frequency. The QMSI shim driver only accepts clock divider. Jira: ZEP-461 Change-Id: I4d89a3810b002d594b0c10bf6d33544b7549191f Signed-off-by:
Baohong Liu <baohong.liu@intel.com>
-
Juan Manuel Cruz authored
The event logger nanokernel sample application spawns application fibers and system fibers. This commit reduce the application's fiber stacks to reduce the global application RAM footprint and allow it to run on smaller platforms like Quark D2000. Jira: ZEP-526 Change-Id: I98f899892e5c5d8ce84f97f6768444cf67277a1a Signed-off-by:
Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
-
Leyi Rong authored
the traverse step length should be sizeof(struct uip_udp_conn) in uip_process when matching the right uip_udp_conn for net_buf Change-Id: I33c0499582a96e5031ba94f147ff2376726b3f9c Signed-off-by:
Leyi Rong <leyi.rong@intel.com>
-
Szymon Janc authored
Change-Id: Ideadc7344dcf7d1cdd550623a02d74c8ad9414f5 Signed-off-by:
Szymon Janc <ext.szymon.janc@tieto.com>
-
Szymon Janc authored
Change-Id: Ie3de7d7baeaff386f8683624ee1284834495d6de Signed-off-by:
Szymon Janc <ext.szymon.janc@tieto.com>
-