1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

17609 Commits

Author SHA1 Message Date
Martine Lenders
787fa37465 netopt: move NETOPT_BLE_CTX to new netopt doc style
Documentation of the option types was clarified in #8655. I only noticed
after merging #8884, that `NETOPT_BLE_CTX` was not documented using
that new style. So I deliver the change myself to make it quicker.
2018-04-06 11:32:41 +02:00
Martine Lenders
a19cb8431d
Merge pull request #8884 from haukepetersen/add_skald
net: add Skald, a BLE advertising stack
2018-04-06 11:26:53 +02:00
Hauke Petersen
ceb76403f4 boards/nrf52xxxdk: add Skald dependencies 2018-04-06 11:18:53 +02:00
Hauke Petersen
fcc6f3a460 examples: added Skald Eddystone example 2018-04-06 11:18:53 +02:00
Hauke Petersen
e4176f260a examples: added Skald iBeacon example 2018-04-06 11:18:53 +02:00
Hauke Petersen
6efb06f108 sys/auto_init: added initialization for Skald 2018-04-06 11:18:53 +02:00
Hauke Petersen
49bd85d00a sys/net: added Skald
Skald is a very small and simple, TX-only BLE stack that supports
sending advertisements only. It is useful for building all kinds
of BLE beacons with very minimal memory footprints.
2018-04-06 11:18:53 +02:00
Hauke Petersen
77499905e4 sys/net: added generic Eddystone defines 2018-04-06 11:18:53 +02:00
Hauke Petersen
3b6c8f25de sys/net: added generic BLE defines 2018-04-06 11:18:53 +02:00
Hauke Petersen
2c01034088 boards/nrf52xxxdk: added BLE radio features 2018-04-06 11:18:53 +02:00
Hauke Petersen
a92b577bc1 cpu/nrf5x: added nrfble radio driver 2018-04-06 11:18:53 +02:00
Hauke Petersen
4e715e8221 drivers/netdev: added BLE adaption for netdev 2018-04-06 11:18:53 +02:00
Cenk Gündoğan
5995b4b492
Merge pull request #8885 from PeterKietzmann/pr_ccnl_xorshift
examples/ccn-lite-relay: use xorshift PRNG
2018-04-06 08:36:23 +02:00
zhuo shuguo
8a6b446dd7 tests: adjust MAC test folders' names. 2018-04-06 14:15:16 +08:00
Bas Stottelaar
2a8712a04f boards: slwstk6000b: add support 2018-04-05 19:41:30 +02:00
Bas Stottelaar
b40cf3075e cpu/efm32: efr32mg12p: add support 2018-04-05 19:41:24 +02:00
Bas Stottelaar
9937f29eab cpu/efm32: efr32mg1p: extend vendor headers 2018-04-05 19:40:41 +02:00
Bas Stottelaar
d1441be06b cpu/efm32: efr32mg12p: add vendor headers 2018-04-05 19:40:34 +02:00
Bas Stottelaar
ec564c051d
Merge pull request #8623 from basilfx/feature/pkg_ucglib
pkg: ucglib: add support for color graphics library
2018-04-05 17:20:17 +02:00
Hauke Petersen
afe44e35d0
Merge pull request #8751 from SemjonKerner/test_periph_pwm
tests/periph_pwm: add shell commands
2018-04-05 17:19:01 +02:00
Semjon Kerner
014df46e2e tests/periph_pwm: add shellcommands for more detailed testing 2018-04-05 17:12:17 +02:00
PeterKietzmann
29cd081258 examples/ccn-lite-relay: use xorshift PRNG 2018-04-05 14:53:18 +02:00
Martine Lenders
9efbfcd3ae doc: remove sys_util references
This removes all references of the `sys_util` documentation group which
does not exist. Due to it being referenced by some module
documentations there were some cases where the rendered doc was broken:

* `div` did not appear in the list of modules
* `iolist` appeared on top level of the module tree
2018-04-05 14:39:59 +02:00
Bas Stottelaar
bfccf3182a tests: pkg_ucglib: add test application. 2018-04-05 14:20:57 +02:00
Bas Stottelaar
ebdf7a5aa9 pkg: ucglib: add support 2018-04-05 14:20:42 +02:00
da33bff707
Merge pull request #8883 from PeterKietzmann/pr_remove_xorshift_printf
sys/random: remove printf in xorshift
2018-04-05 13:25:52 +02:00
Joakim Nohlgård
0befe39333 xtimer: Add XTIMER_SHIFT = 6 automatic option 2018-04-05 12:21:42 +02:00
PeterKietzmann
8172e5782d sys/random: remove printf in xorshift 2018-04-05 12:06:12 +02:00
1eaec4973f
Merge pull request #8848 from basilfx/feature/test_periph_pm
tests: periph_pm: add peripheral test.
2018-04-05 11:32:48 +02:00
Bas Stottelaar
74d496f99f tests: periph_pm: add peripheral test. 2018-04-05 10:57:52 +02:00
1ecaa8dfff tests/struct_tm_utility: enable on-hardware CI testing 2018-04-05 10:00:53 +02:00
7c5d549d5d dist/tools/flake8: use "python -m flake8", handle missing flake8 2018-04-05 09:40:31 +02:00
4f2fa3102e
Merge pull request #8881 from basilfx/feature/efm32_pm_fix
cpu: efm32: correct power modes
2018-04-04 22:33:53 +02:00
Bas Stottelaar
41347328ce cpu: efm32: correct power modes 2018-04-04 21:29:20 +02:00
3c24e651d1 tests/ps_schedstatistics: enable on-hardware CI testing 2018-04-04 17:25:39 +02:00
Josarn
bb7acca31e sys/include/xtimer: Added xtimer_set64() 2018-04-04 16:58:59 +02:00
Francisco Acosta
baf1b8f6e9
Merge pull request #8791 from kaspar030/fix_cn-cbor
pkg: cncbor: misc fixes
2018-04-04 16:18:43 +02:00
4c14ba158d pkg/cn-cbor: add alignment safe ntoh*p() patch 2018-04-04 15:05:22 +02:00
043a6826a3
Merge pull request #8877 from bergzand/pr/tests/pthread_barrier_utf8
tests/pthread_barrier: Convert UTF-8 to ASCII in printf statement
2018-04-04 14:29:32 +02:00
4177e54723
tests/pthread_barrier: Convert UTF-8 to ASCII 2018-04-04 13:53:41 +02:00
Bas Stottelaar
5e912b9482
Merge pull request #8873 from basilfx/feature/efm32_update
pkg: gecko_sdk: update version
2018-04-04 12:50:43 +02:00
7b61a96b10
Merge pull request #8874 from basilfx/feature/lpc1768_pm_2
cpu: lpc1768: correct number of power modes
2018-04-04 11:52:14 +02:00
Bas Stottelaar
6f99dce581 cpu: lpc1768: correct number of modes. 2018-04-04 11:37:42 +02:00
16ff8a51bd
Merge pull request #8795 from gebart/pr/newlib-rm-lnosys
newlib: link without -lnosys
2018-04-04 10:51:09 +02:00
4b5e36434a
Merge pull request #8861 from basilfx/feature/lpc1768_pm
cpu: lpc1768: provide periph_pm
2018-04-04 10:24:09 +02:00
Vincent Dupont
e7b0ace6fe
Merge pull request #8870 from aabadie/pr/boards/nucleo-f429zi_spi_fix
boards/nucleo-f429zi: fix spi divtable
2018-04-03 17:36:49 -07:00
d9993cc8d2
Merge pull request #8642 from OTAkeys/feat/static_assert
assert: add static_assert if using c11
2018-04-03 22:10:46 +02:00
Bas Stottelaar
a8e57ff496 pkg: gecko_sdk: update to 2.2 2018-04-03 19:25:17 +02:00
Bas Stottelaar
c2a7ee0c8c cpu: efm32: update vendor files to 5.4.0 2018-04-03 19:02:03 +02:00
Martine Lenders
cff4a4572d
Merge pull request #8872 from man0lis/fix_zero_length_payload_with_next_header
gnrc_ipv6: discard non-NONXT packets with 0 payload length
2018-04-03 17:47:22 +01:00