Hauke Petersen
6e6a14f449
drivers: remove outdated ltc4150 driver
7 years ago
Oleg Hahm
df7927dc94
shell: introduce txtsnd pseudomodule
...
This commit allows to enable/disable the txtsnd shell command. The
command is used to send strings over L2 in GNRC. Until now the command
was automatically enabled if GNRC and shell_commands were present, which
may lead to confusion if no L2 packet handler is registered.
7 years ago
Hauke Petersen
1469d46501
test/examples/make: inc all of SAUL on saul_default
...
- make saul_default dependent on saul_reg and auto_init_saul
- adapt default example and the saul test application
7 years ago
Hauke Petersen
cb3dcaaf5d
boards/nrf52dk: use nrfmin driver
7 years ago
Hauke Petersen
9845e71106
examples/default: enabled netif for microbit
7 years ago
Alexandre Abadie
58983de28a
examples/gnrc_networking: fix custom channel definition
7 years ago
Martine Lenders
6104d44cbe
examples: fix default channel setting for all radios
...
The config assumed it was a 2.4 GHz radio. This solution isn't perfect
either but eliminates a few more cases.
7 years ago
Martine Lenders
dc45cd2610
gnrc: use new netreg helper functions everywhere
7 years ago
Kaspar Schleiser
b3a061e0ab
sys: remove config module
7 years ago
Alexandre Abadie
87ca058417
makefiles: expose a single DEFAULT_CHANNEL variable
7 years ago
Aaron Sowry
71597f4735
examples/default: Include boards with cc2538 RF support
7 years ago
Hauke Petersen
32be958eeb
examples/default: add z1 and telosb for radio
7 years ago
Cedric Adjih
292f4bc1ee
boards/iotlab-a8-m3: initial implementation
7 years ago
Oleg Hahm
10f5f1aa33
make: introduce netif_default pseudomodule
...
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
8 years ago
Cenk Gündoğan
bf1af5953f
examples: use global gnrc_pktdump_pid
8 years ago
Oleg Hahm
6df4111e49
shell: improved online documentation for txtsnd
8 years ago
Oleg Hahm
f89fbbcf41
default example: reduce packet buffer size to 512b
8 years ago
Sebastian Sontberg
2739a36555
examples/default: remove trailing whitespaces
8 years ago
Hauke Petersen
02f502429d
examples/default: use SAUL
8 years ago
Ludwig Knüpfer
eda6328e21
documentation: update my name (Ortmann -> Knüpfer)
8 years ago
Oleg Hahm
2841a08574
Merge pull request #3899 from OlegHahm/default_gnrc_optional
...
example: disable gnrc modules without netif
8 years ago
Oleg Hahm
0e3669b957
examples: only include gnrc for board with netif
8 years ago
Martine Lenders
207ad677fa
examples/default: fix indentation in Makefile
8 years ago
Oleg Hahm
d32c99a683
default example: updated README
8 years ago
Oleg Hahm
e156bd820e
examples: networking support for default example
...
Adds basic link layer functionality to the default example application.
8 years ago
Kaspar Schleiser
69c9a9c82f
examples: default: remove obsolete vtimer dependency
8 years ago
Kaspar Schleiser
a13bc46f3e
sys: remove uart0
8 years ago
Kaspar Schleiser
25f900e489
tests, examples: adapt to simplified shell
8 years ago
Kaspar Schleiser
448e90ba3a
Revert "applications: only use uart0 for none-newlib boards"
...
This reverts commit 9c6ab1007b
.
8 years ago
Oleg Hahm
9c6ab1007b
applications: only use uart0 for none-newlib boards
8 years ago
Martine Lenders
64c6d49cbd
iot-lab_M3: rename to iotlab-m3
8 years ago
Martine Lenders
d46f542220
iot-lab_M3: rename to iotlab_m3
8 years ago
Kaspar Schleiser
ab531a5719
boards: msba2-common: remove ltc4150
...
(it depends on obsolete gpioint module)
8 years ago
Kaspar Schleiser
75bc87cd6f
examples: default: remove obsolete networking docs
8 years ago
Kaspar Schleiser
42e49fcd46
examples: default: remove defaulttransceiver dependency
8 years ago
Kaspar Schleiser
5d8349298f
remove bulk of legacy network stack and drivers
8 years ago
Kaspar Schleiser
86f3d25a19
native: remove ltc4150
8 years ago
Hauke Petersen
dd3d93c928
examples/default: make use of uart0_[readc|putc]
8 years ago
Lucas Jenss
426170b064
Improve naming of thread stacksize/priority constants
...
As discussed in #2725 , this commit renames a number of stacksize constants to
better convey their intended usage. In addition, constants for thread priority
are given a `THREAD_` prefix. Changes are:
* KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF
* KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT
* KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE
* KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN
* Move thread stacksizes from kernel.h to thread.h, since the prefix changed
* PRIORITY_MIN renamed to THREAD_PRIORITY_MIN
* PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE
* PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN
* Move thread priorities from kernel.h to thread.h since the prefix has changed
* MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
8 years ago
Joakim Gebart
4aff59a4fc
examples/default/README.md: minor language fix
9 years ago
Oleg Hahm
9e4328311d
examples: fix wording in warning
9 years ago
Oleg Hahm
ddfc88323d
examples: radio thread needs more stack
...
The radio stack in default examples uses printf() and thus needs more
stack.
9 years ago
kushalsingh007
11ad51cc18
Updating the README.md for examples/default
...
-Replaced date by rtc in examples/default/README.md as date is part of rtc.
9 years ago
Joakim Gebart
14824e9909
examples/default: reduce scope of globals in main.c
9 years ago
Oleg Hahm
b56fb0cf2d
examples: simplify Makefile a bit
9 years ago
Oleg Hahm
60cd0d357d
periph_rtc: streamline lpc2387 and cc430 naming
9 years ago
Ludwig Ortmann
8ec17560e4
examples/default: use periph/rtc instead of rtc
...
The rtc module is deprecated and will be removed.
9 years ago
Ludwig Ortmann
c0ef84bb9f
native: move rtc to periph
...
* adapt implementation to new interface
* remove now superfluous drivers directory
9 years ago
Thomas Eichinger
256ce73d2c
boards: initial import for HiKoB fox
9 years ago
Thomas Eichinger
6bbc4ca226
shell: provide shell commands to poll lsm303dlhc sensor
9 years ago