zephyr/drivers/ieee802154
Ulf Magnusson 8df42eb4dc drivers: Replace ff hex constants with 0xff
This makes it easier to distinguish them from "true" undefined symbols.

Internally, all int/hex literals are treated as undefined symbols, which
always get their name as their value. The C tools work the same way.

The plan is to turn references to undefined Kconfig symbols into an
error later.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-06-13 13:35:56 -04:00
..
CMakeLists.txt drivers: 15.4: nrf5: Add OpenThread support to 802.15.4 driver 2018-01-29 22:42:03 -05:00
Kconfig drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
Kconfig.cc1200 drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
Kconfig.cc2520 drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
Kconfig.kw41z kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.mcr20a drivers: ieee802154: Remove GPIO_MCUX_PORT{A,B}_NAME Kconfig references 2018-06-13 13:35:56 -04:00
Kconfig.nrf5 kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
ieee802154_cc1200.c driver: ieee802154: cc1200: fix context handling 2018-05-02 14:30:34 +03:00
ieee802154_cc1200.h api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
ieee802154_cc1200_regs.h drivers/ieee802154: Add support for Sub-GHz TI CC1200 chip 2018-01-15 15:15:38 +02:00
ieee802154_cc1200_rf.h drivers/ieee802154: Add support for Sub-GHz TI CC1200 chip 2018-01-15 15:15:38 +02:00
ieee802154_cc2520.c ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
ieee802154_cc2520.h drivers/ieee802154: Switch CC2520 to new SPI API 2018-04-04 19:02:35 +02:00
ieee802154_cc2520_regs.h
ieee802154_kw41z.c drivers/ieee802154: KW41Z drivers is missing hw ACK caps 2018-05-17 16:18:53 +03:00
ieee802154_mcr20a.c ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
ieee802154_mcr20a.h drivers/ieee802154: No need of semaphore for spi in mcr20a 2018-04-04 19:02:35 +02:00
ieee802154_mcr20a_regs.h drivers: mcr20a: minor fixes and correction of the copyright header 2017-07-27 11:21:04 +03:00
ieee802154_nrf5.c ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
ieee802154_nrf5.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
ieee802154_uart_pipe.c ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
ieee802154_uart_pipe.h