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

CI purposes only. Not for review. Upmerge 01 03 2024 plus tfm fix #14414

Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2084311
manifest: Pull upmerged repositories
rlubos Mar 1, 2024
0cabd09
cmake: Stop using deprecated to_hex()
rlubos Feb 6, 2024
e1c85c5
net: lib: aws_iot: Make strnstr declaration visible on native_sim
rlubos Mar 2, 2024
f731dfd
bluetooth: Align with bt_iso_chan_send() API change
rlubos Mar 2, 2024
03a8fe6
ext: Remove manual linking with posix_subsys
rlubos Mar 2, 2024
bffb911
zigbee: Remove deleted NRF_STORE_REBOOT_TYPE_GPREGRET use
rlubos Mar 2, 2024
0f71314
samples: peripheral: 802154_phy_test: Fix compiler warning
rlubos Mar 4, 2024
7c5848e
tests: Align with ztest_run_all() API change
rlubos Mar 4, 2024
f5c33ee
samples: wifi: ble_coex: Align with upstream changes
rlubos Mar 4, 2024
fb9b47c
modules: hostap: Fix conflict on POSIX sigset_t definition
rlubos Mar 4, 2024
996877a
applications: nrf5340_audio: Remove deleted BT_ATT_ENFORCE_FLOW use
rlubos Mar 4, 2024
d72b0b3
applications: nrf5340_audio: Align with audio API changes
rlubos Mar 4, 2024
bc223be
lib: tone: Select specific CMSIS_DSP subsys
rlubos Mar 4, 2024
9f4d8f3
lib: sample_rate_converter: Select specifi CMSIS_DSP subsys
rlubos Mar 4, 2024
7214f23
samples: wifi: raw_tx_packet: Do not use Posix socket names
jukkar Mar 5, 2024
1ca8088
samples: wifi: monitor: Do not use Posix socket names
jukkar Mar 5, 2024
3b69202
samples: wifi: shell: raw: Do not use Posix socket names
jukkar Mar 5, 2024
e4dfcfa
drivers: wifi: nrf700x: Select zephyr promisc mode if needed
jukkar Mar 5, 2024
6b2b57d
samples: wifi: sta: Fix memory overflow
jukkar Mar 5, 2024
a7164bb
samples: wifi: twt: Do not use Posix socket names
jukkar Mar 5, 2024
65f53b8
tests: audio_module: Fix compiler warnings
rlubos Mar 5, 2024
82eafc9
scripts: Add ANT samples to quarantine
rlubos Mar 6, 2024
dca2e42
scripts: Extend Zephyr samples/tests quarantine
rlubos Mar 6, 2024
bf39bcb
tests: lwm2m_client_utils: Add stubbing for LWM2M init macros
SeppoTakalo Mar 6, 2024
15652fe
treewide: Fix float to double promotion error
rlubos Mar 2, 2024
ee7f31c
samples: wifi: softap: Enable file system support
jukkar Mar 6, 2024
6043a7d
samples: Remove setting newlibc as a libc
jukkar Mar 6, 2024
aaa95f9
modules: hostap: Do not use newlib by default
jukkar Mar 6, 2024
7c884dd
doc: zephyr: drop upstream additional pages
gmarull Mar 6, 2024
d148b02
tfm: cmake: Link with mbedcrypto_common and tfm_sprt
SebastianBoe Mar 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modules: hostap: Fix conflict on POSIX sigset_t definition
By using Zephyr's POSIX signal implementation.

Signed-off-by: Robert Lubos <[email protected]>
rlubos committed Mar 6, 2024
commit fb9b47c98b10e5791f3f16ca52c17a2282887f0f
3 changes: 2 additions & 1 deletion modules/hostap/Kconfig
Original file line number Diff line number Diff line change
@@ -8,8 +8,9 @@
menuconfig WPA_SUPP
bool "WPA supplicant support"
# Need full POSIX from libc, Zephyr's POSIX support is only partial
depends on !POSIX_API
select POSIX_CLOCK
select POSIX_SIGNAL
select POSIX_API
select NET_SOCKETS
select NET_SOCKETS_PACKET
select NET_SOCKETPAIR
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ manifest:
- name: hostap
repo-path: sdk-hostap
path: modules/lib/hostap
revision: dda5457ad2cfce99e333980c7764c8d480ae4010
revision: pull/158/head
userdata:
ncs:
upstream-url: https://w1.fi/cgit/hostap/