Martine Lenders
96ab1fa283
ng_slip: initial import
8 years ago
Martine Lenders
b11eb90042
Merge pull request #3005 from authmillenon/od/fix/PRI.64
...
od: add PRI.64 for unsupported boards
8 years ago
Lotte Steenbrink
486f8dd8e9
Merge pull request #3044 from Lotterleben/ipv6_ifs_no_duplicates
...
ng_ipv6_netif: no more duplicates if empty entries are found before
8 years ago
Oleg Hahm
7be7e00ab9
Merge pull request #3042 from gebart/pr/doxygen-@file-remove-filename
...
everything: Remove filename from @file Doxygen command
8 years ago
Hauke Petersen
bac6b7fa97
Merge pull request #2954 from d00616/cpu_nrf51_lpm
...
cpu/nrf51822/lpm_arch: add __WFI
8 years ago
Martine Lenders
6d13c899c5
od: add PRI.64 for unsupported boards
8 years ago
Martine Lenders
65fb2cf676
Merge pull request #3036 from BytesGalore/ng_ndp_debug_print_fixes
...
ng_ndp: repaired debug for the ndp.c
8 years ago
Johann Fischer
31c0ea7358
Merge pull request #2994 from gebart/pr/kinetis-pwm-refactor
...
kinetis: Refactor PWM periph
8 years ago
Peter Kietzmann
15b5b28e19
Merge pull request #3041 from haukepetersen/fix_f4dis_doxyge
...
board/stm32f4discovery: fixed doxygen in periph_conf
8 years ago
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
8 years ago
Oleg Hahm
d24bc6ac2f
Merge pull request #2947 from authmillenon/ng_net/enh/auto-sixlowpan
...
ng_net: add 6LoWPAN as dependency for IEEE 802.15.4 devices
8 years ago
Oleg Hahm
9739acaf1b
Merge pull request #3032 from OlegHahm/at86rf_reset_delay
...
ng_at86rf2xx: set reset delay properly
8 years ago
Oleg Hahm
d0790ad034
Merge pull request #2993 from gebart/pr/kinetis-bitband-reg
...
kinetis: remove ambiguous BITBAND_REG macro
8 years ago
Lucas Jenß
742c39e838
Merge pull request #2881 from x3ro/clarify-stacksize-constants
...
Clarify and unify naming of thread-related constants (stacksize and priority)
8 years ago
Martine Lenders
3acc8718f2
ng_net: add 6LoWPAN as dependency for IEEE 802.15.4 devices
...
Only applies if ng_ipv6 also was included.
8 years ago
Hauke Petersen
807c6432cc
board/stm32f4discovery: fixed doxygen in periph_conf
8 years ago
Joakim Gebart
af3263b0a2
k60: Use BITBAND_REG32
...
- Use BITBAND_REG32 instead of BITBAND_REG for improved code readability.
- Remove BITBAND_PERIPH* from cpu-conf.h
- Remove BITBAND_REG from MK60D10.h, MK60DZ10.h
8 years ago
Joakim Gebart
7b4450bd0a
mulle: Use BITBAND_REG32 instead of BITBAND_REG
8 years ago
Joakim Gebart
e82ba82dc3
kinetis: Use BITBAND_REG32 instead of BITBAND_REG in random_rngb.c
8 years ago
Joakim Gebart
82d1432e07
k60: Add BITBAND_REG8,16,32 macros to MK60DZ10.h
...
For specifying the register access width. Copied from MK60D10.h.
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
Frank Holtz
ece408a96c
cpu/nrf51822/lpm_arch: add power modes
8 years ago
Oleg Hahm
8cb0e59283
Merge pull request #3030 from gebart/pr/tab-fixes2
...
Tab indentation fixes
8 years ago
BytesGalore
40336daa1a
ng_ndp: repaired debug for the ndp.c
8 years ago
Johann Fischer
b0e73b9a8c
Merge pull request #2983 from jfischer-phytec-iot/pr@kw2x-rf-autoinit
...
boards/pba-d-01-kw2x: add network interface auto init
8 years ago
BytesGalore
0492664081
Merge pull request #3013 from gebart/pr/rpl-global-repair-version
...
sys/net/routing/rpl: Remove redundant self-assign in rpl global repair
8 years ago
Joakim Gebart
964fdb5cf2
mulle: Add PWM configuration
8 years ago
Joakim Gebart
c85cc83a5a
kinetis: Refactor PWM periph implementation
...
- Set the proper prescaler value depending on requested frequency
- Return the actual achieved frequency in pwm_init
- Handle 1-8 channels depending on periph_conf.h instead of 4 fixed
- Perform function argument verification before touching the hardware
- Turn on PORT clock gate before touching PORT registers
- Eliminate some magic numbers
8 years ago
Joakim Gebart
fc926e57bf
pba-d-01-kw2x: Add PWM_MAX_VALUE
8 years ago
Oleg Hahm
168474686b
Merge pull request #3027 from gebart/pr/mulle-build-mcu-group
...
mulle: Add FEATURES_MCU_GROUP=cortex_m4
8 years ago
Lucas Jenß
29552fba44
Merge pull request #3029 from authmillenon/ng_ndp/fix/doc
...
ng_ndp: fix documentation
8 years ago
Lucas Jenß
169bef0885
Merge pull request #3031 from gebart/pr/gitignore-codelite
...
gitignore: Add Codelite project files, add comments
8 years ago
Lucas Jenß
73ce03ac1f
Merge pull request #3021 from x3ro/pr_check_error_naming
...
[Travis Script] Make clear that "labels" refers to the ones set on GitHub
8 years ago
Oleg Hahm
961d302d72
ng_at86rf2xx: set reset delay properly
8 years ago
Joakim Gebart
1d69ea3159
sys/net/routing/rpl: Remove redundant assignment of dodag_version to itself
8 years ago
Peter Kietzmann
b393e530da
Merge pull request #3024 from haukepetersen/fix_stm32f1_uart
...
cpu/stm32f1: fixed uart_init()
8 years ago
Joakim Gebart
d3ba5e473d
gitignore: Add Codelite project files, add comments
8 years ago
Joakim Gebart
e3d051518c
tests/pkg_micro-ecc: Replace tabs by spaces
8 years ago
Joakim Gebart
7b0ade0b75
tests/malloc: Replace tabs by spaces
8 years ago
Joakim Gebart
e3beae7152
examples/rpl_udp/README.md: Replace tabs by spaces
8 years ago
Joakim Gebart
c054cfa813
doc/doxygen/src/riot-footer.html: remove tab indent
8 years ago
Joakim Gebart
ae5098bb9b
cpu/stm32f0/include/stm32f091xc.h: Replace tabs by spaces
8 years ago
Joakim Gebart
4656e022cc
boards/redbee-econotag: Replace tabs by spaces
8 years ago
Joakim Gebart
6f59d41335
boards/pttu: Replace tabs by spaces
8 years ago
Joakim Gebart
36849276b3
boards/pba-d-01-kw2x: Replace tabs by spaces
8 years ago
Hauke Petersen
354e5db5a8
Merge pull request #2963 from OlegHahm/fix_2962
...
at86rf2xx: fix EUI64 computation
8 years ago
Martine Lenders
91650e19ec
ng_ndp: fix documentation
8 years ago
Joakim Gebart
19c17c529c
mulle: Add FEATURES_MCU_GROUP=cortex_m4
8 years ago
BytesGalore
369e7bbf43
Merge pull request #2540 from josephnoir/topic/cpp-stl-compatibility
...
Add replacement headers for std thread, mutex and condition_variable
8 years ago
Oleg Hahm
6e6f1792af
Merge pull request #2586 from OlegHahm/remove_obsolete_cc110x_rpl_warning
...
cc110x: remove warning about the transceiver mode
8 years ago