Home
last modified time | relevance | path

Searched full:kw41z (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/boards/shields/frdm_kw41z/doc/
Dindex.rst3 NXP FRDM-KW41Z Shield
9 The FRDM-KW41Z is a development kit enabled by the Kinetis |reg| W series
10 KW41Z/31Z/21Z (KW41Z) family built on ARM |reg| Cortex |reg|-M0+ processor with
15 The FRDM-KW41Z can be used as a standalone board or as an Arduino shield. This
22 To use the FRDM-KW41Z as a Bluetooth low energy controller shield with a serial
25 #. Download the MCUXpresso SDK for FRDM-KW41Z from the `MCUXpresso SDK Builder
39 #. Connect the FRDM-KW41Z board to your computer with a USB cable. A USB mass
55 #. Attach the FRDM-KW41Z to the Arduino header on your selected main board,
/Zephyr-latest/boards/nxp/frdm_kw41z/doc/
Dindex.rst6 The FRDM-KW41Z is a development kit enabled by the Kinetis |reg| W series
7 KW41Z/31Z/21Z (KW41Z) family built on ARM |reg| Cortex |reg|-M0+ processor with
12 The FRDM-KW41Z kit contains two Freedom boards that can be used as a
13 development board or a shield to connect to a host processor. The FRDM-KW41Z is
17 The FRDM-KW41Z highly-sensitive, optimized 2.4 GHz radio features a PCB
36 For more information about the KW41Z SoC and FRDM-KW41Z board:
38 - `KW41Z Website`_
39 - `KW41Z Datasheet`_
40 - `KW41Z Reference Manual`_
41 - `FRDM-KW41Z Website`_
[all …]
/Zephyr-latest/drivers/ieee802154/
DKconfig.kw41z1 # NXP KW41Z configuration options
7 bool "NXP KW41Z Driver support"
15 int "KW41Z initialization priority"
Dieee802154_kw41z.c1 /* ieee802154_kw41z.c - NXP KW41Z driver */
114 * KW41Z has a sequencer that can run in any of the following states.
368 struct kw41z_context *kw41z = dev->data; in kw41z_cca() local
372 k_sem_init(&kw41z->seq_sync, 0, 1); in kw41z_cca()
380 k_sem_take(&kw41z->seq_sync, K_FOREVER); in kw41z_cca()
382 return kw41z->seq_retval; in kw41z_cca()
497 static inline void kw41z_rx(struct kw41z_context *kw41z, uint8_t len) in kw41z_rx() argument
515 pkt = net_pkt_rx_alloc_with_buffer(kw41z->iface, pkt_len, in kw41z_rx()
561 rslt = net_recv_data(kw41z->iface, pkt); in kw41z_rx()
578 static void handle_ack(struct kw41z_context *kw41z, uint8_t seq_number) in handle_ack() argument
[all …]
DKconfig67 source "drivers/ieee802154/Kconfig.kw41z"
/Zephyr-latest/dts/bindings/ieee802154/
Dnxp,kw41z-ieee802154.yaml4 description: NXP KW41Z IEEE 802.15.4 node
6 compatible: "nxp,kw41z-ieee802154"
/Zephyr-latest/boards/nxp/frdm_kw41z/
Dboard.yml3 full_name: FRDM-KW41Z
DKconfig.defconfig1 # FRDM-KW41Z board
Dfrdm_kw41z.yaml2 name: NXP FRDM-KW41Z
Dfrdm_kw41z.dts10 model = "NXP Freedom KW41Z board";
11 compatible = "nxp,kw41z", "nxp,mkw41z4";
/Zephyr-latest/dts/arm/nxp/
Dnxp_kw40z.dtsi47 compatible = "nxp,kw41z-osc";
53 compatible = "nxp,kw41z-rtc";
195 compatible = "nxp,kw41z-pwm";
203 compatible = "nxp,kw41z-pwm";
211 compatible = "nxp,kw41z-pwm";
Dnxp_kw41z.dtsi52 compatible = "nxp,kw41z-osc";
250 compatible = "nxp,kw41z-ieee802154";
/Zephyr-latest/tests/drivers/build_all/ieee802154/
Dtestcase.yaml13 drivers.ieee802154.build.kw41z:
/Zephyr-latest/samples/net/wpan_serial/
DREADME.rst18 using overlays, or by using an SoC with a built-in radio, such as a kw41z,
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst52 * Added NXP FRDM-KW41Z board
135 * Imported NXP MCUX for KW41Z
291 * ``ZEP-1390`` - Add support for FRDM-KW41Z
Drelease-notes-1.8.rst75 * KW41Z IEEE 802.15.4 radio driver added
Drelease-notes-1.10.rst115 * IEEE 802.15.4 kw41z driver fixes.
468 * :github:`4757` - kw41z-frdm: assertion failure while setting IRQ priority
Drelease-notes-1.12.rst133 * ieee802154: Added OpenThread modifications to KW41Z driver
183 * Add OpenThread support for KW41Z driver.
Drelease-notes-2.0.rst263 * Fixed KW41z fault and dBm mapping
405 - IEEE 802.15.4 kw41z
572 * :github:`18590` - tests/kernel/fatal/kernel.common.stack_sentinel fails on FRDM-KW41Z
Drelease-notes-1.14.rst1604 * :github:`13122` - build for KW40z, KW41z fails to generate isr_tables
1888 * :github:`11301` - KW41Z crash on echo apps (ieee802154)
Drelease-notes-3.2.rst1124 * :dtcompatible:`nxp,kw41z-ieee802154`