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

14560 Commits

Author SHA1 Message Date
d9837a495f board/nucleo144-f429: add ADC configuration 2017-06-26 16:24:27 +02:00
b67e5161dc board/nucleo144-f412: add ADC configuration 2017-06-26 16:24:27 +02:00
8fca896d0d board/nucleo144-f412: add ADC configuration 2017-06-26 16:24:27 +02:00
0467168293 board/nucleo-f446: add adc configuration 2017-06-26 16:24:27 +02:00
1fb6d5d314 boards/nucleo-f410: add adc configuration 2017-06-26 16:24:27 +02:00
e4cc780f71 Merge pull request #7243 from smlng/drivers/adxl345/fix_const
drivers, adxl345: fix constness in adxl345_init
2017-06-26 16:12:07 +02:00
smlng
8664ca3cba drivers, adxl345: fix constness in adxl345_init 2017-06-26 16:03:47 +02:00
067231936f Merge pull request #5793 from OTAkeys/pr/can_stack
can: add a CAN stack for RIOT
2017-06-26 16:02:35 +02:00
Martine Lenders
72e167b866 Merge pull request #7242 from smlng/doc/periph/doxygen_grouping
doc: fix doxygen grouping of cpu periph drivers
2017-06-26 15:39:23 +02:00
smlng
bb82789644 cc2538: fix cppcheck warning in periph i2c driver 2017-06-26 15:29:04 +02:00
Francisco Acosta
32b50c371a Merge pull request #6850 from aabadie/NZ32-SC151
boards/nz32-sc151: add initial support
2017-06-26 14:50:52 +02:00
smlng
692cf96297 doc: fix doxygen grouping of cpu periph drivers 2017-06-26 14:42:11 +02:00
Sebastian Meiling
9ce9dd601c Merge pull request #6554 from zhuoshuguo/lwmac_retry
LWMAC:  A simple duty cycling 802.15.4 MAC protocol (2nd try).
2017-06-26 12:50:44 +02:00
Martine Lenders
9d3f9f2589 Merge pull request #6402 from OTAkeys/pr/adcxx1c
drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support
2017-06-26 10:39:02 +02:00
Martine Lenders
3fd648146a Merge pull request #7239 from miri64/doc/enh/netreg-type-doc
doc: gnrc_netreg: add doc on gnrc_netreg_type_t enumerators
2017-06-26 10:32:20 +02:00
Martine Lenders
6f299f9ac7
doc: gnrc_netreg: add doc on gnrc_netreg_type_t enumerators 2017-06-26 10:19:47 +02:00
smlng
12f12a34e4 drivers/adcxx1c: use generic device name for SAUL 2017-06-26 09:46:09 +02:00
smlng
f1f80c0098 drivers/adcxx1c: use pseudomodules for device variants 2017-06-26 09:46:09 +02:00
Vincent Dupont
35056fd647 drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support 2017-06-26 09:46:03 +02:00
Martine Lenders
5e0150c3ad Merge pull request #7219 from miri64/doc/fix/memtitle-1.8.13
doc: introduce memtitle CSS class
2017-06-25 13:58:10 +02:00
Martine Lenders
33449a4a11 Merge pull request #7218 from miri64/gnrc_ipv6_nib/doc/attention
gnrc_ipv6_nib: doc: use attention tag instead of bold note
2017-06-25 13:54:56 +02:00
Martine Lenders
cc0c8a1947 doc: introduce memtitle class
Our doc builder at doc.riot-os.org was updated and now the documentation
looks weird (see http://doc.riot-os.org/group__core__msg.html#gad1353dec9af776d4caf5f4e00cec112e
e.g.). This fixes that.
2017-06-25 13:49:48 +02:00
Martine Lenders
fd5d36fb2e gnrc_ipv6_nib: doc: use attention tag instead of bold note 2017-06-25 13:48:42 +02:00
e71bf07a68 Merge pull request #7223 from kb2ma/gcoap/confirm_piggy_server
net/gcoap: Provide piggybacked ACK response to confirmable request
2017-06-24 21:47:37 +02:00
e2cce62aed Merge pull request #7216 from smlng/posix/pthread/cond_wait
Posix: fix pthread_cond_wait and timedwait
2017-06-24 21:37:16 +02:00
smlng
d2fd406e60 posix: fix pthread_cond_wait and pthread_cond_timedwait 2017-06-24 20:28:52 +02:00
Martine Lenders
b75479c442 Merge pull request #6332 from ant9000/saml21_i2c_support
SAM L21 i2c support
2017-06-23 22:26:03 +02:00
Francisco Acosta
c20f30dcbe Merge pull request #7234 from aabadie/nucleo144-f412_fix_clock
nucleo144-f412: fix clock configuration
2017-06-23 17:42:48 +02:00
811c1594ff boards/nucleo144-f412: fix clock configuration 2017-06-23 17:02:52 +02:00
c59a7d83c7 cpu/stm32f4: update stm32f412zx vendor cmsis version 2017-06-23 17:02:29 +02:00
Francisco Acosta
cd824c3bc2 Merge pull request #6723 from aabadie/nucleo144_f412
boards/nucleo144-f412: initial support
2017-06-23 15:29:41 +02:00
07b141e360 Merge pull request #7232 from aabadie/fix_bossa_options
makefiles/tools/bossa: remove duplicate info option and add erase option
2017-06-23 14:36:31 +02:00
d765e740e0 Merge pull request #7157 from astralien3000/werror
WERROR management
2017-06-23 14:23:20 +02:00
Loïc Dauphin
220ed6558e makefiles: make -Werror flags dependent of WERROR 2017-06-23 14:11:08 +02:00
808bf10686 makefiles/tools/bossa: replace duplicate info option with erase 2017-06-23 11:55:40 +02:00
Antonio Galea
7913d19250 boards/saml21-xpro: add i2c configuration 2017-06-23 11:24:36 +02:00
Antonio Galea
dae3472d49 cpu/sam0_common: add saml21 i2c driver adaption 2017-06-23 11:19:56 +02:00
786baac055 Merge pull request #7215 from smlng/posix/pthread/replace_timex
Posix: replace all remaining usages of timex in pthread
2017-06-23 09:42:41 +02:00
Ken Bannister
7c0374b975 Reject incoming empty message type as not handled yet 2017-06-22 12:57:34 -04:00
02a3c9f631 Merge pull request #7221 from gebart/pr/fmt-float-negative-bugfix
sys/fmt: Fix unintentional pointer advancement for negative numbers in fmt_float
2017-06-22 16:58:24 +02:00
Sebastian Meiling
1014663d34 Merge pull request #7213 from aabadie/const_drivers_pointer
drivers: partial use of constness when accessing device descriptor
2017-06-22 16:37:29 +02:00
621823c29d Merge pull request #7214 from smlng/periph/button_macros
periph: generalize button macros and add test application
2017-06-22 16:10:42 +02:00
1d062a93d7 Merge pull request #7125 from kbumsik/mkr-fix
cpu/samd21: Added CPU_MODEL_SAMD21G18A interrupt config
2017-06-22 16:00:39 +02:00
Martine Lenders
46e729ffd3 Merge pull request #7224 from zhuoshuguo/fix_gnrc_priority_queue_coding_style
gnrc_priority_pktqueue: updated coding style.
2017-06-22 11:54:37 +02:00
zhuoshuguo
e5d8dde920 gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
Ken Bannister
9768f51db6 net/gcoap: Unit tests for CON request and piggybacked ACK response 2017-06-21 22:47:08 -04:00
Ken Bannister
19ba56b96f net/gcoap: Add server piggybacked ACK response to a CON request 2017-06-21 22:47:08 -04:00
Joakim Nohlgård
084db19107 sys/fmt: Fix unintentional pointer advancement for negative numbers in fmt_float 2017-06-21 18:28:11 +02:00
317716419c drivers: use const device descriptor 2017-06-21 17:05:45 +02:00
zhuoshuguo
e195a08a77 examples: provide example application that uses LWMAC. 2017-06-21 16:42:21 +02:00