|
633a92929d
|
boards/nucleo-l031k6: rename to st marketing name
|
2018-05-23 12:50:33 +02:00 |
|
|
81700d4301
|
boards/nucleo-f042k6: rename to st marketing name
|
2018-05-23 12:49:40 +02:00 |
|
|
3e4f7adc95
|
boards/nucleo-f031k6: rename to st marketing name
|
2018-05-23 12:46:42 +02:00 |
|
|
18435609ce
|
boards/nucleo-l053r8: rename to marketing name
|
2018-05-22 22:02:57 +02:00 |
|
|
b0912659b5
|
boards/nucleo-f334r8: rename to marketing name
|
2018-05-22 21:52:41 +02:00 |
|
|
bd6a7c3d26
|
boards/nucleo-f030r8: rename to marketing name
|
2018-05-22 21:52:41 +02:00 |
|
|
fc2eff9fba
|
tests: remove redundant APPLICATION defines
|
2017-12-01 11:03:39 +01:00 |
|
Martine Lenders
|
6038a7d3a5
|
gnrc_netif2: provide raw adaption layer (for e.g. SLIP)
|
2017-11-14 13:40:51 +01:00 |
|
Martine Lenders
|
b74ee8869b
|
slip: port to be used with netdev
|
2017-10-10 23:14:12 +02:00 |
|
Hauke Petersen
|
cfa9580f31
|
boards: removed support for weio
No maintainer and no hardware available to the community.
|
2017-08-28 12:11:51 +02:00 |
|
|
b0128f9dd1
|
tests: remove nucleo32-l031 from memory intensive tests
|
2017-03-15 14:08:06 +01:00 |
|
Vincent Dupont
|
ad0f0877cc
|
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
|
2017-03-13 18:27:50 +01:00 |
|
|
d0e641e80b
|
tests: remove nucleo-l053 from memory intensive tests
|
2017-03-02 13:52:12 +01:00 |
|
|
77df65e95e
|
tests: add nucleo32-f031 to unsufficient memory boards
|
2017-02-22 18:43:02 +01:00 |
|
Neil Jones
|
8434f9c932
|
test: slip: blacklist mips-malta board
It has no UART.
|
2017-02-09 13:06:26 +00:00 |
|
|
963662416b
|
boards/nucleo32-f042: change board name nucleo->nucleo32
|
2017-01-18 22:04:59 +01:00 |
|
Vincent Dupont
|
1a12a40110
|
boards/nucleo-f042: initial support
|
2017-01-10 10:34:35 +01:00 |
|
|
1659f56904
|
boards/nucleo-f070: initial support for nucleo-f070 board
|
2016-10-26 14:12:39 +02:00 |
|
Martine Lenders
|
0016463687
|
all: fix for new netreg_entry_t structure
|
2016-10-25 22:17:18 +02:00 |
|
Hauke Petersen
|
bc232a5642
|
Merge pull request #5524 from miri64/gnrc_netreg/api/helper-macro
gnrc_netreg: introduce helper macro/function for entry init
|
2016-10-25 21:21:25 +02:00 |
|
Martine Lenders
|
dc45cd2610
|
gnrc: use new netreg helper functions everywhere
|
2016-10-25 18:47:30 +02:00 |
|
|
3f29e77a4c
|
boards/nucleo-f030: initial support
|
2016-10-12 14:32:25 +02:00 |
|
Cenk Gündoğan
|
047fd79ae6
|
tests: use global gnrc_pktdump_pid
|
2016-03-11 14:23:07 +01:00 |
|
Hauke Petersen
|
1db162adbf
|
tests/slip: simplified Makefile
|
2015-11-03 16:04:33 +01:00 |
|
Hauke Petersen
|
4e18d9e1a5
|
tests: blacklisted some boards for insufficent RAM
|
2015-10-28 09:48:45 +01:00 |
|
Paul Rathgeb
|
cefe2a6698
|
make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM
Blacklisted LPC11Uxx.h for doxygen
|
2015-10-01 20:11:48 +02:00 |
|
|
25f900e489
|
tests, examples: adapt to simplified shell
|
2015-09-03 13:33:49 +02:00 |
|
Oleg Hahm
|
3edfb772f3
|
auto_init: rename ng_slip to gnrc_slip
|
2015-09-01 19:11:30 +02:00 |
|
Cenk Gündoğan
|
780da384cc
|
tests/slip: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
|
2015-08-28 18:17:20 +02:00 |
|
|
76502c7558
|
tests: slip: fix auto_init_ng_netif -> auto_init_gnrc_netif
|
2015-08-26 07:21:20 +02:00 |
|
Martine Lenders
|
293c5322de
|
Merge pull request #3137 from authmillenon/slip/fix/some-fixes
gnrc_slip: Fixes
|
2015-08-25 22:19:37 +02:00 |
|
Martine Lenders
|
b66ada2ae7
|
ng_slip: fix auto initialization
|
2015-08-25 20:40:52 +02:00 |
|
Martine Lenders
|
c2706ef492
|
auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
|
2015-08-19 17:21:28 +02:00 |
|
Martine Lenders
|
58ff31bfe9
|
gnrc: make all gnrc modules sub-modules of gnrc
|
2015-08-18 23:00:07 +02:00 |
|
Martine Lenders
|
b969eeb217
|
gnrc: rename ng_netbase to gnrc
|
2015-08-18 16:11:55 +02:00 |
|
Joakim Gebart
|
adc8afb34f
|
tests/slip: Use libc putchar/getchar instead of wrappers
Fixes warnings about wrong function signature.
|
2015-07-14 08:11:19 +02:00 |
|
Martine Lenders
|
c29a4b474c
|
ng_slip: rename xbee_params_t to ng_slip_params_t
Fixed copy pasta
|
2015-05-26 18:59:40 +02:00 |
|
Martine Lenders
|
1992244e41
|
tests: add test application for slip
|
2015-05-23 13:19:17 +02:00 |
|