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 |
|
Gregory Nutt
|
3563a05fcd
|
Remove dangling white space
|
2017-06-26 11:12:53 -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
|
bc4e4e335b
|
iwpan: Finish basic radio layer support
|
2017-04-22 09:41:53 -06:00 |
|
Gregory Nutt
|
d9c4f57c7a
|
wireless/iwpan: Add a little more logic. Still incomplete.
|
2017-04-22 08:19:18 -06:00 |
|
Gregory Nutt
|
0e1fd20646
|
A little more iwpan logic.
|
2017-04-21 17:41:02 -06:00 |
|
Gregory Nutt
|
fc4e819d21
|
Various fixes for problems discovered in testing.
|
2017-04-21 16:24:28 -06:00 |
|
Gregory Nutt
|
067d705b98
|
Minor clean of functino prototypes, iwpan help, spelling.
|
2017-04-21 13:43:01 -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 |
|
Gregory Nutt
|
575242ae13
|
wireless/ieee802154: Completes all radio character driver IO command wrappers
|
2017-04-21 09:36:19 -06:00 |
|
Anthony Merlino
|
5cd9c4f5e9
|
wireless/ieee802154: Starts framing out iwpan tool, similar in concept to wapi
|
2017-04-20 14:18:09 -04:00 |
|