forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 9
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
remove unnecessary commit #148
Closed
Closed
Conversation
This file contains 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
Support i3c_slave_hj_req. Signed-off-by: James Chiang <[email protected]> Signed-off-by: Tyrone Ting <[email protected]>
1. Jtag is disabled by default. 2. samples/net/sockets/dumb_http_server is used for testing. (optional) 3. Test result for reference: Local IP: 192.0.2.1 Remote IP: 192.0.2.2 uart:~$ net ping 192.0.2.2 PING 192.0.2.2 28 bytes from 192.0.2.2 to 192.0.2.1: icmp_seq=0 ttl=64 time=1 ms 28 bytes from 192.0.2.2 to 192.0.2.1: icmp_seq=1 ttl=64 time=1 ms 28 bytes from 192.0.2.2 to 192.0.2.1: icmp_seq=2 ttl=64 time=1 ms 4. The local and remote IPs could be changed in CONFIG_NET_CONFIG_MY_IPV4_ADDR and CONFIG_NET_CONFIG_PEER_IPV4_ADDR. Signed-off-by: Tyrone Ting <[email protected]>
Loop by LOOP_DIVIDER counts instead of the number of seconds specified in the timeout. Fixes zephyrproject-rtos#39672 Signed-off-by: Paul Gautreaux <[email protected]>
add npcm4xx i3c reset function. Signed-off-by: James Chiang <[email protected]>
enhance i3c hot-join request flow. i3c hw fail to generate hot-join event when bus is not in the idle status, and the fail would lead hw into stuck state. (1) check dynamic address present or not before generate hot-join event. (2) check entdaa progress before generate hot-join event. (3) after wait util bus idle, check dynamic address present or not. (4) remove disable slave mode since hot-join event could generate even if slave mode enabled. (5) if ctrl keep hot-join event for a while, check dynamic address present or not. (6) reset i3c controller after timeout and retry generate hot-join event. Signed-off-by: James Chiang <[email protected]>
support auto hot-join request. use software to simulate auto hot-join flow. (1) system power up, monitor bus status in interrupt, and generate hot-join event when received stop message. (2) watchdog or software reset, generate hot-join event immediately. Signed-off-by: James Chiang <[email protected]>
add error handling when master read timeout. Signed-off-by: James Chiang <[email protected]>
…mode fix wrong setting when setup gpio open drain mode. only output open drain mode with pull-up setting need enable DEVALTCX bit. Signed-off-by: James Chiang <[email protected]>
1. Tested with RNDIS and CDC_ACM 2. Credits to CS10 YAChen0 and CS10 YHShih Signed-off-by: Tyrone Ting <[email protected]>
NPCM supports 16 sets of VW GPIO Master to Slave and 16 sets of VW GPIO Slave to Master. Signed-off-by: Tyrone Ting <[email protected]>
check dts node status. Signed-off-by: James Chiang <[email protected]>
Signed-off-by: Joseph Liu <[email protected]>
Signed-off-by: Joseph Liu <[email protected]>
Signed-off-by: Joseph Liu <[email protected]>
Signed-off-by: Joseph Liu <[email protected]>
Signed-off-by: Joseph Liu <[email protected]>
Signed-off-by: Tyrone Ting <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.