-
Notifications
You must be signed in to change notification settings - Fork 3k
realtek rtl8195am SLEEP feature implementation and lib updates #7638
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
realtek rtl8195am SLEEP feature implementation and lib updates #7638
Conversation
1, lib updates. Sync with the latest rtl8195am SDK 2, Add sleep features. Add "sleep_ex_api.h", "sleep.c" and "sleep_api.c" 3, edit api files to fit new lib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also add license for ram_1.bin ?
} | ||
|
||
// Initial a G-Timer | ||
#if 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dead code, please remove
* } | ||
* @endcode | ||
*/ | ||
#if 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This #if
should also be cleaned up
1, remove the extra"lp_ticker_api.c"
@0xc0170 |
@0xc0170 |
Add |
@0xc0170 |
I was going to create a tracking issue for this, will do asap (they should have). Update: Tracking issue created for the rest of the bootloaders there. |
1, Add license for bootloader
@0xc0170 |
Thanks, looks good to me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are few libraries updated here, and I checked if they have license (they don't). Can you please send a separate pull request adding the license for those libraries (driver/wlan) ?
/morph build |
To be specific: lib_peripheral and lib_wlan libs - license |
Build : SUCCESSBuild number : 2723 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2359 |
Test : FAILUREBuild number : 2455 |
@M-ichae-l Would you mind taking a look at the tests-mbed_hal-sleep test failures? |
@cmonr |
Interesting, and thanks for the additional info. Do you have any idea if fixes will be coming into this PR for them, or if there's another PR/issue that is being worked on to resolve them? I'm afraid we can't bring something in that we know would fail tests. |
@cmonr |
1, replace "us_ticker.c" with "us_ticker_api.c". To correct the return of "us_ticker_read(void)" and pass the "sleep_usticker_test"
@cmonr |
There's conflict now, please resolve |
@0xc0170 |
I would do:
|
Description
1, Rtl8195am lib updates. Sync with the latest rtl8195am SDK.
2, Add sleep feature. Add "sleep_ex_api.h", "sleep.c" and "sleep_api.c".
3, Edit api files to fit the new lib updates.
Pull request type