esp-idf/components/ieee802154
Ivan Grokhotkov 3d0b507346
fix(ieee802154): fix linker error due to static function being inlined
When the compiler decides to inline a static function, linker script
generator will complain about the missing function.
2024-07-12 14:51:49 +02:00
..
driver fix(ieee802154): fix linker error due to static function being inlined 2024-07-12 14:51:49 +02:00
include feat(ieee802154): make the receive done handler feature mandatory 2024-01-25 20:27:03 +08:00
private_include fix(ieee802154): fix linker error due to static function being inlined 2024-07-12 14:51:49 +02:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
esp_ieee802154.c feat(ieee802154): make the receive done handler feature mandatory 2024-01-25 20:27:03 +08:00
Kconfig feat(ieee802154): make the receive done handler feature mandatory 2024-01-25 20:27:03 +08:00
linker.lf fix(ieee802154): fix linker error due to static function being inlined 2024-07-12 14:51:49 +02:00