nqdinh
5ad659a54a
cpu/lpc1768: added cpuid periph driver implementation
2016-03-10 11:01:34 +07:00
Oleg Hahm
a2f8a3fdd4
Merge pull request #4946 from haukepetersen/add_boards_buttondefines
...
boards: added pin defines for user buttons
2016-03-09 23:14:53 +01:00
Oleg Hahm
edee25ced5
x86: minor cosmetics for include syntax and order
2016-03-09 22:29:06 +01:00
Oleg Hahm
bdcf8879fd
core: merged kernel_macros.h and attributes.h
...
Merged into new kernel_defines.h and updated all includes.
2016-03-09 22:29:06 +01:00
Martine Lenders
71b6221b57
Merge pull request #4991 from OlegHahm/gnrc_netdev_cleanup
...
gnrc_netdev: cleanup
2016-03-09 19:30:41 +01:00
Hauke Petersen
1665fb7c01
tests/driver_adt7310: blacklisted arduino-mega2560
2016-03-09 18:34:42 +01:00
Hauke Petersen
85c1d6c086
boards/arduino-mega2560: added SPI configuration
2016-03-09 18:34:42 +01:00
Hauke Petersen
d05bf879a6
cpu/atmega2560: added SPI driver
2016-03-09 18:34:42 +01:00
Hauke Petersen
49ac533eba
drivers/spi: made conf and speed types overridable
2016-03-09 17:59:25 +01:00
Joakim Nohlgård
28aba6f2ab
Merge pull request #5013 from gebart/pr/gnrc-valid-uint32-max
...
gnrc: Set address valid lifetime to UINT32_MAX for border router scenario
2016-03-09 16:27:49 +01:00
Cenk Gündoğan
cfe47585f1
Merge pull request #5000 from OlegHahm/shell_txtsend_help
...
shell: improved online documentation for txtsnd
2016-03-09 15:25:07 +01:00
kYc0o
c0d28f3f87
boards/arduino-mega2560: add support to flash it on mac osx
2016-03-09 15:15:18 +01:00
Joakim Nohlgård
ea8b0325eb
gnrc: Set address valid lifetime to UINT32_MAX for border router scenario
2016-03-09 14:26:17 +01:00
Oleg Hahm
1c260c2228
Merge pull request #4655 from bapclenet/SAML21/RTC
...
Driver RTC for the board SAML21 by FWX
2016-03-09 13:44:50 +01:00
Oleg Hahm
596c25daca
Merge pull request #4943 from gebart/pr/while-loops
...
Use {} notation for empty while loops
2016-03-09 13:42:32 +01:00
Oleg Hahm
6df4111e49
shell: improved online documentation for txtsnd
2016-03-09 13:41:21 +01:00
Oleg Hahm
114f2643fc
Merge pull request #5002 from OlegHahm/make_complains_about_empty_application_name
...
make: check if APPLICATION is set
2016-03-09 13:38:23 +01:00
Oleg Hahm
6bb6d1a1d6
Merge pull request #5008 from immesys/fix-stub
...
ndp: fix stub parameters
2016-03-09 13:36:49 +01:00
Marc Poulhiès
7c0c942e8e
drivers/servo: fix API doc
...
Parameters for servo_init/servo_set are in ms only when using default values for SERVO_RESOLUTION and SERVO_FREQUENCY.
When using non default values, user must scale values to be in the range of [0, SERVO_RESOLUTION]
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-03-09 13:28:27 +01:00
Marc Poulhiès
d0fb8adf45
cpu/lm4f120: ADC support
...
Only ADC_0 and no precision support.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-03-09 13:24:31 +01:00
Baptiste
455555304c
SAML21/RTC: Add RTC driver
2016-03-09 09:28:42 +01:00
Michael Andersen
2f001776db
ndp: fix stub parameters
2016-03-08 23:21:16 -08:00
IldarValiev
a8391e346e
core: added documentation to cib.h
...
size can be equal 0 or 2^n only. Because else mask won't consist of consecutive '1' only (e.g., 0b00111111) and functions cib_get() and cib_put() will return wrong values.
2016-03-09 01:53:12 +01:00
Oleg Hahm
0047fc9496
Merge pull request #4999 from OlegHahm/cortex_m4_more_ci_groups
...
ci: split up cortex_m4 in even more groups
2016-03-09 01:52:58 +01:00
9e3081849e
sys: xtimer: fix some race conditions
2016-03-09 01:51:59 +01:00
Oleg Hahm
2c33e69def
Merge pull request #4995 from OlegHahm/conn_udp_doc_same_thread
...
doc: add notes that UDP receive functions must be called from same thread
2016-03-09 00:17:33 +01:00
Oleg Hahm
8986b98281
make: check if APPLICATION is set
...
Fixes #1282 .
2016-03-08 21:08:04 +01:00
Oleg Hahm
f576317194
ci: split up cortex_m4 in even more groups
2016-03-08 20:37:25 +01:00
kYc0o
e92f214478
boards/cc2538dk: adding PORT_DARWIN for mac support
2016-03-08 19:49:42 +01:00
Oleg Hahm
b61b8e9f00
sockets: add documentation about implicite binding
2016-03-08 19:48:20 +01:00
Oleg Hahm
ee0f31df9a
conn_udp: document correct create & recv usage
...
Both functions must be called from the same thread.
2016-03-08 19:48:20 +01:00
Oleg Hahm
8c7cfca340
make: missing dependency to gnrc_netdev2
...
If netdev2_tap is used with gnrc, this module is also required.
2016-03-08 16:38:45 +01:00
Oleg Hahm
7552867858
make: removed non-existing gnrc_netdev_eth
2016-03-08 16:33:57 +01:00
Oleg Hahm
c2ebeb1281
gnrc: removed deprecated and unused header
2016-03-08 16:33:12 +01:00
Joakim Nohlgård
7fa56b8d3b
boards/wsn430-common: Use another module name for drivers subdirectory
2016-03-08 14:20:01 +01:00
Joakim Nohlgård
e9d7087a05
boards/native: Use another module name for drivers subdirectory
2016-03-08 14:19:52 +01:00
Joakim Nohlgård
047a522e8c
boards/msba2-common: Use another module name for drivers subdirectory
2016-03-08 14:19:43 +01:00
Joakim Nohlgård
1d2d6bae44
boards/msb-430-common: Use another module name for drivers subdirectory
2016-03-08 14:19:34 +01:00
Joakim Nohlgård
d11b0bfd12
boards/chronos: Use another module name for drivers subdirectory
2016-03-08 14:19:23 +01:00
Joakim Nohlgård
90aa327614
boards/avsextrem: Use another module name for drivers subdirectory
2016-03-08 14:19:14 +01:00
Joakim Nohlgård
49a7368c33
Merge pull request #4970 from kaspar030/fix_board_common_module_names
...
boards: fix board common module names
2016-03-08 14:06:03 +01:00
Martine Lenders
b38a06cf9e
Merge pull request #4983 from authmillenon/gnrc_netdev2_eth/fix/error-handling-on-send
...
gnrc_netdev_eth: handle error on iovec initialization.
2016-03-08 13:31:41 +01:00
kYc0o
afeaea02aa
Merge pull request #2652 from locicontrols/cc2538-uart-mis
...
cpu/cc2538: clear only the latched UART interrupt flags
2016-03-08 11:56:28 +01:00
Joakim Nohlgård
44fcde36ab
boards/mulle: Avoid RMW bitbanding in LED macros
2016-03-08 09:48:10 +01:00
10f190300e
Merge pull request #4969 from LudwigKnuepfer/pr/board-msb-430-doc
...
boards/msb-430: fix and improve documentation
2016-03-08 00:45:59 +01:00
Ian Martin
705879741c
cpu/cc2538: use the MCU's default UART FIFO interrupt levels
2016-03-07 17:52:06 -05:00
Ian Martin
5f05a956db
cpu/cc2538: clear only the latched UART interrupt flags
...
Otherwise incoming bytes can remain in the receive FIFO indefinitely.
2016-03-07 17:52:06 -05:00
f488998c3f
Merge pull request #3723 from A-Paul/test_thread_flood
...
tests: Adding test for thread_create
2016-03-07 23:47:34 +01:00
fd703188b6
Merge pull request #4984 from kaspar030/fix_cc2538_periph_conf
...
cpu: cc2538: add missing include to periph_cpu.h
2016-03-07 23:39:33 +01:00
a6a98dc5a9
cpu: cc2538: add missing include to periph_cpu.h
2016-03-07 23:25:20 +01:00