Gregory Nutt
|
7a8561728c
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
|
Gregory Nutt
|
a66da34f18
|
All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted.
|
2017-08-13 09:35:14 -06:00 |
|
Anthony Merlino
|
8494017164
|
i8sak: Adds reset command to reset the MAC layer
|
2017-07-02 17:39:09 -04:00 |
|
Anthony Merlino
|
680cb2f1fc
|
ieee802154/i8sak: Adds coordinfo command allowing you to poll various attributes related to the coordinator
|
2017-06-27 18:39:14 -04:00 |
|
Gregory Nutt
|
3563a05fcd
|
Remove dangling white space
|
2017-06-26 11:12:53 -06:00 |
|
Anthony Merlino
|
eee82fbc99
|
ieee802154: Adds scan command
|
2017-06-25 20:01:16 -04:00 |
|
Anthony Merlino
|
88e0312897
|
ieee802154: Changes to support beacon-enabled networks
|
2017-06-25 20:00:38 -04:00 |
|
Gregory Nutt
|
a73060ae64
|
ieee802154/libmac: Eliminate some warnings.
|
2017-06-19 09:47:39 -06:00 |
|
Anthony Merlino
|
c2ad1d2d1c
|
Switches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID
|
2017-06-19 05:56:52 -04:00 |
|
Gregory Nutt
|
a8ab2f7505
|
Remove dangling whitespace
|
2017-06-15 10:51:25 -06:00 |
|
Anthony Merlino
|
81231f137f
|
wireless/ieee802154: Rewrites i8sak to be test CLI for IEEE 802.15.4 MAC layer
|
2017-06-15 12:13:04 -04:00 |
|
Anthony Merlino
|
3376783d10
|
wireless/ieee802154: Modifies i8 to support running various routines.
|
2017-06-11 14:17:13 -04:00 |
|
Anthony Merlino
|
6c7e1faa36
|
wireless/ieee802154: i8sak adds event handling from MAC char driver
|
2017-05-15 15:14:28 -04:00 |
|
Anthony Merlino
|
430fe6caf6
|
wireless/ieee802154: Brings closer to NuttX Coding Style
|
2017-05-09 17:24:02 -04:00 |
|
Anthony Merlino
|
a6ef54cf0c
|
wireless/ieee802154: Adds rxonidle attribute helpers
|
2017-05-08 16:25:16 -04:00 |
|
Anthony Merlino
|
3b824ed5a2
|
wireless/ieee802154: Removes libradio to coincide with removal of ioctl with radio
Moves all functionality from libradio to libmac
|
2017-05-05 11:13:38 -04:00 |
|
Gregory Nutt
|
39568943ab
|
wireless/ieee802154: libaudio and libmac need to return the correct error codes.
|
2017-04-22 07:23:19 -06:00 |
|
Gregory Nutt
|
cd95f9ffa5
|
wireless/ieee802154/libmac: Finishes all defined MAC IOCTL helpers (thre are a few that are not defined).
|
2017-04-21 13:11:09 -06:00 |
|
Gregory Nutt
|
edc3fcd123
|
wireless/ieee802154/libmac: Add a few MAC IOCTL helpers.
|
2017-04-21 12:31:25 -06:00 |
|
Gregory Nutt
|
e6e353c065
|
wireless/ieee802154: Beginning of support for IEEE 802.15.4 MAC library.
|
2017-04-21 10:58:48 -06:00 |
|