Ken Bannister
f3431fb49e
gcoap: initial commit
6 years ago
Martine Lenders
b971c575ad
gnrc_sock_udp: provide port for sock_udp
6 years ago
Martine Lenders
a3f2cdd6ea
csma_sender: port to netdev2
7 years ago
Cenk Gündoğan
b5c09bfc41
rpl: introducing p2p-rpl
7 years ago
Oleg Hahm
7552867858
make: removed non-existing gnrc_netdev_eth
7 years ago
Martine Lenders
e8a1fab07d
gnrc_pkt: provide type search function
7 years ago
Kévin Roussel
eaecf17891
Adding an helper 'csma_sender' module, to be able to send packets in CSMA/CA
...
mode, without having to guess if network device does it automatically or not
and being forced to handle it in your (higher level) code
(Corrected, compilation-errors free version)
7 years ago
BytesGalore
10ea1226bc
gnrc/ipv6: add blacklisting of IPv6 addresses
7 years ago
Martine Lenders
70c3d29036
gnrc_icmpv6_error: initial import
7 years ago
DipSwitch
ede923bc5c
tftp: implement TFTP server and client
...
Fix: packet size and typo in transfer mode main -> mail
7 years ago
Martine Lenders
5291f3b2bd
gnrc_ipv6_whitelist: initial import
7 years ago
Martine Lenders
ef9acf6aee
gnrc: add GNRC-specific conn implementation
7 years ago
Martine Lenders
132f5e1b9c
gnrc_sixlowpan_nd_router: initial import
8 years ago
Martine Lenders
2a1c243ad2
gnrc_sixlowpan_nd: initial import
8 years ago
Martine Lenders
abe63b3f71
gnrc_ndp_router: initial import
8 years ago
Martine Lenders
b033ff590b
gnrc_ndp_host: initial import
8 years ago
Martine Lenders
58ff31bfe9
gnrc: make all gnrc modules sub-modules of gnrc
8 years ago
Martine Lenders
b969eeb217
gnrc: rename ng_netbase to gnrc
8 years ago
haukepetersen
43f8a04c41
boards/samr21-xpro: added init of network interfaces
8 years ago
haukepetersen
10615f863e
board/iot-lab: added network interface init
8 years ago
René Kijewski
840c0f0a57
make: detect their module name automatically
...
For many modules the `Makefile` contains a line like
```
MODULE:=$(shell basename $(CURDIR))
```
This conclusively shows that we do not have to set the module name
manually.
This PR removes the need to set the module name manually, if it is the
same as the basename. E.g. for `…/sys/vtimer/Makefile` the variable
make `MODULE` will still be `vtimer`, because it is the basename of the
Makefile.
9 years ago
Oleg Hahm
c7d985d371
removed redundant include pathes from Makefiles
9 years ago
Oleg Hahm
593ee623b6
simplify and unify include pathes
...
additional:
* exporting include path in sys is mandatory for subfolders
* removed duplicate object file in linker call
9 years ago
Oleg Hahm
f7ecc704a4
fixed includes and include pathes
10 years ago
Oliver Hahm
e6177e811a
* moved cpu and board specific parts to corresponding Makefiles
...
* introduced variable for cpu folder
10 years ago
Oliver Hahm
7a4dec1830
* replaced new Makefile name in Makefiles
10 years ago
Oliver Hahm
5ffe5a9c27
* renamed makefiles to Makefile
10 years ago
Oleg Hahm
5df0bd0cc4
* updated and integrated makefiles
...
* added some auto dependencies
10 years ago
Oleg Hahm
3791039974
* integrated makefiles
...
* fixed some prototypes
* restructured sys
10 years ago