Skip to content
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

Tri/qt zephyr cleanup #1

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Tri/qt zephyr cleanup #1

wants to merge 28 commits into from

Conversation

D-Triveni
Copy link
Owner

No description provided.

krish2718 and others added 22 commits May 31, 2023 17:48
Signed-off-by: Chaitanya Tata <[email protected]>
This should be controlled by syslog feature define.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#2
This was found as a build warning, a typo in using logical OR condition
to compare channels.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#2
This runs basic checks on a commit.

Signed-off-by: Chaitanya Tata <[email protected]>
* Disable unrelated modules
* Add missing python requirements file
* Fix west init: We need to clone only downstream Zephyr, so, use git
  instead of west to save time and memory

Signed-off-by: Chaitanya Tata <[email protected]>
This should help solve basic compilation issues or warnings, and Zephyr
build is done on sdk-nrf manifest update.

Signed-off-by: Chaitanya Tata <[email protected]>
eloop is used by both hostap and QT-APP, as C doesn't have namespaces,
prefix all QT APIs with qt_. This is needed for those embedded build
systems that compile both hostap + QT.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#3

Signed-off-by: Chaitanya Tata <[email protected]>
Only build support to get things going.

Signed-off-by: Chaitanya Tata <[email protected]>
Remove starting newline and add ending newline.

Upstream-Pr: Wi-FiQuickTrack/Wi-FiQuickTrack-ControlAppC#2

Signed-off-by: Chaitanya Tata <[email protected]>
Without this the defaults are used which are incompatible with Zephyr's
coding guidelines. Also, modify the patch to extra scripts.

Signed-off-by: Chaitanya Tata <[email protected]>
fixup! [nrf noup] zephyr: Add support for Zephyr

Signed-off-by: Chaitanya Tata <[email protected]>
@D-Triveni D-Triveni force-pushed the tri/qt_zephyr_cleanup branch 8 times, most recently from 4513d9e to 1b0eb75 Compare July 18, 2023 12:43
@D-Triveni D-Triveni force-pushed the tri/qt_zephyr_cleanup branch 5 times, most recently from 0f6bb06 to bd54758 Compare July 25, 2023 07:05
indigo_api_callback.h Outdated Show resolved Hide resolved
zephyr/src/utils.c Outdated Show resolved Hide resolved
eloop.c Outdated Show resolved Hide resolved
zephyr/CMakeLists.txt Outdated Show resolved Hide resolved
zephyr/src/zephyr_dut_main.c Outdated Show resolved Hide resolved
@D-Triveni D-Triveni force-pushed the tri/qt_zephyr_cleanup branch 3 times, most recently from 958f366 to 9b03be7 Compare July 31, 2023 09:42
As there is only support for DUT mode,
AP mode funcionality is not needed.

Signed-off-by: Triveni Danda <[email protected]>
Remove OpenWRT based code from zephyr specific
files

Signed-off-by: Triveni Danda <[email protected]>
@D-Triveni D-Triveni force-pushed the tri/qt_zephyr_cleanup branch from 9b03be7 to 391ab4d Compare July 31, 2023 11:00
zephyr/src/indigo_api_callback_dut.c Outdated Show resolved Hide resolved
As we support one wireless interface now,
multiple interfaces code is not needed

Signed-off-by: Triveni Danda <[email protected]>
Clean up the file operation based functionlaity,
as there is no support

Signed-off-by: Triveni Danda <[email protected]>
To include posix reated API's.
Need to be enabled by application.

Signed-off-by: Triveni Danda <[email protected]>
Added boot time thread to start QT

Signed-off-by: Triveni Danda <[email protected]>
@D-Triveni D-Triveni force-pushed the tri/qt_zephyr_cleanup branch from 391ab4d to 17c76ab Compare July 31, 2023 13:12
@D-Triveni D-Triveni force-pushed the main branch 2 times, most recently from f3391ef to d2f2481 Compare August 2, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants