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
|
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 |
|
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
|
ed7098df37
|
wireless/ieee802154: Add more IOCTL wrapper functions.
|
2017-04-21 08:10:13 -06:00 |
|
Gregory Nutt
|
af76613c4c
|
Move apps/include/ieee802154/ieee802154.h to apps/include/wireless/ieee802154. Add file that I forgot to add in last commit.
|
2017-04-21 07:49:55 -06:00 |
|
Gregory Nutt
|
eb8121b9f7
|
ieee802154: Move non-radio files from libradio to libutils. Ad ieee802154_getpanid().
|
2017-04-21 07:40:41 -06:00 |
|