- Jun 15, 2017
-
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- Jun 14, 2017
-
-
David B. Kinder authored
Fixed misspellings, cleanup summary (removed "changes go here..." marker, removed known-issues/workaround section place holder Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
Johan Hedberg authored
Support for the 5x5 LED display on the BBC micro:bit makes the board much more usable, so it's worth to mention it in the release notes. Signed-off-by:
Johan Hedberg <johan.hedberg@intel.com>
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
Anas Nashif authored
Tempture -> Temperature Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
Carles Cufi authored
It did not make the 1.8 release, was added by mistake. Signed-off-by:
Carles Cufi <carles.cufi@nordicsemi.no>
-
- Jun 13, 2017
-
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
David B. Kinder authored
Some files have moved from their original location, or are no longer available. For the mbedtls samples, tweak the link to point to a page where links for current and previous downloads can be found. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
David B. Kinder authored
Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
Carles Cufi authored
Used the following command to get the full list of changes: (v1.8-branch) $ git log v1.7.0.. subsys/bluetooth/ Signed-off-by:
Carles Cufi <carles.cufi@nordicsemi.no>
-
Jukka Rissanen authored
Add general description of network stack changes in v1.8 and two IEEE 802.15.4 driver additions in Drivers section. Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com>
-
Inaky Perez-Gonzalez authored
Bash hack that will parse the list of files known to git, filter the ones for which we think we have licensing info, filter trivial ones and print the non-compliant ones to stdout: $ cd WHEREVER/zephyr.git $ scripts/scan-no-license.sh > no-license I: 6327 files total I: 3568 after filtering known issues I: 3568 files before, 1828 after filtering token 'SPDX-License-Identifier' I: 1828 files before, 1027 after filtering token 'Copyright' I: 1027 files before, 1023 after filtering token 'License' I: 1023 files before, 1017 after filtering token 'licenseText' I: 1017 files before, 78 after filtering token '([Cc])' I: 78 files without license $ head no-license arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.qsys arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.qws arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.sof arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da.sopcinfo arch/nios2/soc/nios2f-zephyr/cpu/ghrd_10m50da_top.v ... Signed-off-by:
Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
-
- Jun 12, 2017
-
-
Ruud Derwig authored
-
- Jun 09, 2017
-
-
Jukka Rissanen authored
In certain TCP states we should not try to send RESET segment to peer. So check this and do not try to use NULL pkt to send a message. Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com>
-
Jukka Rissanen authored
Various network samples contained QEMU slip setup instructions or those instructions were missing. A reference doc in doc/subsystems/networking/qemu_setup.rst file already has the setup instructions for QEMU. So add a reference to that file in samples/net/*/README.rst files and remove unnecessary slip setup instructions in relevant files. Fix various typos in readme files at the same time. Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com>
-
Ravi kumar Veeramally authored
When src and dst addresses are compressed based on context information, uncompression method should verify CID bit, SAC and DAC bits and context ID's. But it has missed some cases which resulted in invalid uncompressed IPv6 header. e.g. CID is set, SAC is 0 and DAC is 1 and context id's provided. Uncompression method assumed that src address is compressed based on context information but it is not. Signed-off-by:
Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
-
Ravi kumar Veeramally authored
Empty RPL HBH header will be inserted while finalizing IPv6 packet but updated after finding nexthop and sent the packet. In case of Bluetooth or multicast dst address it was missed. Resulted in empty RPL HBH header and packet dropped at peer node. It should be updated in all circumstances. Jira: ZEP-2088 Signed-off-by:
Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
-
Jukka Rissanen authored
The mbedtls debugging function was set before the ssl config struct was initialized. This meant that it was not possible to activate mbedtls debug prints. This commit sets the debug print option after the config struct has been initialized. Fixed also the debug prints which print extra \n which looks very bad in debugging outputs. This commit does not enable mbedtls debugging, it just makes it possible to output mbedtls debug prints. In order to get mbedlts debug prints one needs to do this: * set DEBUG_THRESHOLD to >0 in http_server.c * enable CONFIG_NET_DEBUG_HTTP in project config file * enable MBEDTLS_DEBUG_C in mbedtls config file (see file pointed by CONFIG_MBEDTLS_CFG_FILE option) * in qemu, one needs to increase the size of the available RAM, this setting does the trick, CONFIG_RAM_SIZE=300 Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com>
-
Paul Sokolovsky authored
Semantics of ENOENT error as used previously is "named entity not found", whereas for "I/O handle is not valid", there's EBADF. For example, POSIX/SUSV2 doesn't even list ENOENT as a possible error for accept(), connect(), recv(), etc. whereas it lists EBADF, e.g.: http://pubs.opengroup.org/onlinepubs/7908799/xns/connect.html Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
Leandro Pereira authored
Add clarification that the DNS server configuration must be edited in the respective prj.conf file. JIRA: ZEP-2040 Signed-off-by:
Leandro Pereira <leandro.pereira@intel.com>
-
David B. Kinder authored
Draft of 1.8 release notes with heading and jira items from draft doc. Added 1.8 release notes to index. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
Andrew Boie authored
On some devices, when k_cpu_idle() was called we were getting interrupts that were not the timer interrupt. On bbc_micro a power clock control driver interrupt was happening instead and k_cpu_idle() was returning without the system tick advancing, failing the test. The clock control interrupts seem to only happen early in device boot; moving the idle test much later lets the test pass on this board (and likely all other NRF5 based boards). Issue: ZEP-2257 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Anas Nashif authored
Also increase ISR stack to make it run on Quark D2000 CRB. Jira: ZEP-2224 Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
Kumar Gala authored
When we build with newlib enabled and utilizing one of the other variants (like having floating point enabled) we need to have the proper library path setup to find the library. This is mimicked after what we do in Makefile.toolchain.zephyr for newlib. Issue: ZEP-2240 Signed-off-by:
Kumar Gala <kumar.gala@linaro.org>
-
Andrew Boie authored
Stack sentinel doesn't prevent corruption, it just notices when it happens. Any memory could be in a bad state and it's more appropriate to take the entire system down rather than just kill the thread. Fatal testcase will still work since it installs its own _SysFatalErrorHandler. Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
- _SysFatalErrorHandler is supposed to be user-overridable. The test case now installs its own handler to show that this has happened properly. - Use TC_PRINT() TC_ERROR() macros - Since we have out own _SysFatalErrorHandler, show that k_panic() works - Show that _SysFatalErrorHandler gets invoked with the expected reason code for some of the scenarios. Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
Fixes an issue where if a thread calls k_panic() or k_oops() with interrupts locked, control would return to the thread and it would only be aborted after interrupts were unlocked again. Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
This function is intended to be easily overridable by applications. Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
One of the stack sentinel policies was to check the sentinel any time a cooperative context switch is done (i.e, _Swap is called). This was done by adding a hook to _check_stack_sentinel in every arch's __swap function. This way is cleaner as we just have the hook in one inline function rather than implemented in several different assembly dialects. The check upon interrupt is now made unconditionally rather than checking if we are calling __swap, since the check now is only called on cooperative _Swap(). The interrupt is always serviced first. Issue: ZEP-2244 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
The wiki directions indicate that this script should be used, and openocd.sh doesn't even work. Switch to pyocd.sh by default. Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
The Sam3x HAL defines __NVIC_PRIO_BITS to 4. Fixes an issue where interrupt priorities and masking were not being done correctly. Issue: ZEP-2243 Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Anas Nashif authored
We were missing license boilerplate in many files, add them Jira: ZEP-1464 Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
Sharron LIU authored
The sample app "static_lib" is very important to Zephyr user, which demonstrate how to build and link a static lib. ISSM team wanted to integrate this app in their IDE for quark platforms. However they find the in "static_lib/hello_world/Makefile" BOARD is hardcoded as qemu_x86. This patch supports other BOARD passed from build command. I have verified this app working fine @Arduino101. Signed-off-by:
Sharron LIU <sharron.liu@intel.com>
-
- Jun 08, 2017
-
-
Andrew Boie authored
The hard-coded value of 10ms doesn't take the system configured amount of ticks per second, nor does it account for an unlucky tick advance which causes the test to fail very intermittently in QEMU. Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
Andrew Boie authored
Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-
David B. Kinder authored
fixed literalinclude warning that referenced beyond end of file and added lineno-start option to show correct line number of included file Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
Sharron LIU authored
Per ISSM team feedbacks: “demostrating” >> “demonstrating” “demonstates” >> ”demonstrates” Signed-off-by:
Sharron LIU <sharron.liu@intel.com>
-
Andrew Boie authored
Signed-off-by:
Andrew Boie <andrew.p.boie@intel.com>
-