-
Couldn't load subscription status.
- Fork 8.1k
Update arm branch to master #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix misspellings found in doxygen comments used for API docs Signed-off-by: David B. Kinder <[email protected]>
This test generates a fault as part of the test,hence make the test-suite aware of that by tagging it. Signed-off-by: Rishi Khare <[email protected]>
And print a warning if that happens. This will also avoid to raise an ASSERT on net_if_tx_thread()'s k_poll as this one will be called with no events to work with. Signed-off-by: Tomasz Bursztyka <[email protected]>
JIRA: ZEP-1822, ZEP-1823, ZEP-1825 Signed-off-by: Adithya Baglody <[email protected]>
This is related to commit "net: tcp: Make sure ACK timer is not run if cancelled" which did not set the cancel flag when the timer was cancelled from tcp.c. Signed-off-by: Jukka Rissanen <[email protected]>
When adding link-local address to the cache the type needs to be properly set as net_ipv6_addr_create_iid will attempt to use it when generating the IPv6 address. Jira: ZEP-2077 Signed-off-by: Luiz Augusto von Dentz <[email protected]>
Since most of nRF5x-based boards can be used either as a standalone development kit or as a BLE controller to connect to an external host, add DT overlays so that the baud rate is correctly set to 1Mbit/s whenever building the hci_uart sample application. Signed-off-by: Carles Cufi <[email protected]>
Change-Id: I3182c2df5ffc9e2b6f1fc0d1ed4b401b030b9711 Signed-off-by: Andrei Emeltchenko <[email protected]>
Signed-off-by: kontais <[email protected]>
Also print range in the test report. Signed-off-by: Anas Nashif <[email protected]>
SBCon is a simple device which allows directly setting and getting the hardware state of two-bit serial interfaces like I2C. Therefore to be useable we need to drive the lines with the appropriate protocol under software control. Change-Id: If9000bb75f7b0ad7bbb256b1cb38cc70fa6ca8ea Signed-off-by: Jon Medhurst <[email protected]>
The FPGA on the MPS2 board implements 4 SBCon devices for I2C which are connected to: - a touchscreen controller - the audio device (for configuration) - both shield connectors Change-Id: I55ca985e18b45d68f5e7421c4768dfc9bf2fcb3f Signed-off-by: Jon Medhurst <[email protected]>
The files for the Arduino Due needed to be updated to use the new configuration when the SoC moved from the atmel_sam3 directory to the atmel_sam/sam3x directory. Jira: ZEP-2067 Signed-off-by: Justin Watson <[email protected]>
I2C address could not be configured for HTS221. Remove non existing configuration in disco_l475_iot1 board Change-Id: Ib5ed8e0f770c16b124cf918bdf9ecd42cdd9b213 Signed-off-by: Erwan Gouriou <[email protected]>
This commit provides sample application for sensor hts221. By default, it is enabled on board disco_l475_iot1 Change-Id: I535fac8a670fa89cc1cae15ea1abe9cfe4b6c56b Signed-off-by: Erwan Gouriou <[email protected]>
There are already helper macros for declaring descriptor fields of object and array type. Add one for primitive types as well. The fact that the JSON test code defines one proves that it's useful, so there should be one provided for other users. Signed-off-by: Marti Bolivar <[email protected]>
Signed-off-by: Marti Bolivar <[email protected]>
The Bluetooth Specification allows for optional Controller to Host flow control based on the same credit-based mechanism as the Host to Controller one. This is particularly useful in 2-chip solutions where the Host and the Controller are connected via a physical link (UART, SPI or similar) where the Host is sometimes required to ask the Controller to throttle its data traffic while still making sure that relevant events get through the line. This implementation is based on a simple queue of pending events and data that is populated whenever the Controller detects that the Host is out of buffers and then emptied whenever the Host notifies the Controller that is ready to receive data again. Events relevant to the connections are also queued to preserve the order of arrival. At this point the Controller ignores the connection handle sent by the Host and treats all connections equally, and it also queues events even for connections that have no data pending in the queue. Both this items can be improved if necessity arises. Note that Number of Completed Packets will still flow freely from the Controller to the Host regardless of the pending ACL data packets, which might lead to inconsistencies in the sequential order of certain operations that include bi-directional data transfer. Jira: ZEP-1735 Signed-off-by: Carles Cufi <[email protected]>
Signed-off-by: Anas Nashif <[email protected]>
nagineni
pushed a commit
to nagineni/zephyr
that referenced
this pull request
Nov 20, 2017
[timers, zephyrproject-rtos#74 fix] Fixed timer bug with intervals
ndrs-pst
added a commit
to DDC-NDRS/zephyr_rtos
that referenced
this pull request
Sep 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.