Martine Lenders
e8a1fab07d
gnrc_pkt: provide type search function
2016-02-11 01:05:02 +01:00
Peter Kietzmann
c6eb21806b
Merge pull request #4727 from ReneHerthel/stm32l1_i2c_interface_update
...
stm32l1/i2c: initial update for the i2c peripheral driver
2016-02-10 23:42:31 +01:00
Cenk Gündoğan
87d13c7f3f
Merge pull request #4781 from cgundogan/pr/pktbuf/not_inline_remove_snip
...
pktbuf: do not inline gnrc_pktbuf_remove_snip
2016-02-10 23:13:10 +01:00
René Herthel
4a4b3f620c
stm32l1/i2c: initial update for the new interface
2016-02-10 16:40:33 +01:00
Cenk Gündoğan
03f34927cd
pktbuf: do not inline gnrc_pktbuf_remove_snip
2016-02-10 16:38:40 +01:00
Hauke Petersen
6814f79775
Merge pull request #4769 from haukepetersen/add_stm32_common
...
cpu: added stm32_common
2016-02-10 15:19:59 +01:00
Hauke Petersen
ea8db10524
cpu/stm32: use common CPUID implementation
2016-02-10 09:12:30 +01:00
Hauke Petersen
7c5bab6ac0
cpu/stm32l1: use common STM32 files
2016-02-10 09:12:30 +01:00
Hauke Petersen
c482bfbaed
cpu/stm32f4: use common STM32 files
2016-02-10 09:12:30 +01:00
Hauke Petersen
14a4ed69b6
cpu/stm32f3: use common STM32 files
2016-02-10 09:12:29 +01:00
Hauke Petersen
bae3e7185a
cpu/stm32f1: use common STM32 files
2016-02-10 09:12:29 +01:00
Hauke Petersen
a04f509857
cpu/stm32f0: use common STM32 files
2016-02-10 09:12:29 +01:00
Hauke Petersen
f4587b3794
cpu: added place for shared STM32 files
2016-02-10 09:12:29 +01:00
Hauke Petersen
436d8f6bc2
Merge pull request #4762 from haukepetersen/add_nrf_common
...
cpu/nrf5x: created common dir for shared files
2016-02-09 22:36:01 +01:00
Hauke Petersen
0a6da36050
Merge pull request #4747 from haukepetersen/add_driver_bh1750fvi
...
drivers: added support for BH1750FVI ambient light sensor
2016-02-09 22:34:27 +01:00
Hauke Petersen
86abeba2c5
Merge pull request #4767 from haukepetersen/opt_kinetis_periphdir
...
cpu/kinetis_common: moved drivers to periph subdir
2016-02-09 21:48:31 +01:00
Hauke Petersen
7382d8afee
Merge pull request #4775 from haukepetersen/fix_nucleof401_features
...
boards/nucleo-f401: cleaned up Makefile.features
2016-02-09 18:29:54 +01:00
Hauke Petersen
8dd790bb33
cpu/nrf5x: unified CPUID driver implementation
2016-02-09 16:59:10 +01:00
Hauke Petersen
209e18debd
cpu/nrf5x: unified UART driver
2016-02-09 16:58:56 +01:00
Hauke Petersen
d1808717cb
cpu/nrf5x: unificitaion of GPIO driver
2016-02-09 16:58:56 +01:00
Hauke Petersen
3745487b95
cpu/nrf52: use the nrf5x_common folder
2016-02-09 16:51:54 +01:00
Hauke Petersen
fdd650d1ca
cpu/nrf51: use the nrf5x_common folder
2016-02-09 16:51:54 +01:00
Hauke Petersen
33132c8a60
cpu: added common cpu for the nRF5x family
2016-02-09 16:51:54 +01:00
Hauke Petersen
cfcf951b9d
cpu/kinetis_common: fixed null ptr ref in gpio.c
2016-02-09 16:22:25 +01:00
Hauke Petersen
5cac36d5b3
cpu/kinetis_common: moved drivers to periph subdir
2016-02-09 16:20:03 +01:00
Cenk Gündoğan
3faf44bc83
Merge pull request #4776 from haukepetersen/fix_my_email
...
cpu: use Hauke's correct email address
2016-02-09 16:15:13 +01:00
Hauke Petersen
975e027360
cpu: use Hauke's correct email address
2016-02-09 16:09:40 +01:00
Hauke Petersen
49dd104fd6
tests: added test app for the bh1750fvi driver
2016-02-09 16:01:32 +01:00
Hauke Petersen
3bf85cb508
drivers: added driver for BH1750FVI light sensors
2016-02-09 16:01:32 +01:00
Cenk Gündoğan
fcc8197a64
Merge pull request #4768 from haukepetersen/add_samx21_common
...
cpu/sam[d|l]21: added sam21_common
2016-02-09 14:51:35 +01:00
Hauke Petersen
fda34ea1f0
boards/nucleo-f401: cleaned up Makefile.features
2016-02-09 14:46:34 +01:00
Oleg Hahm
bafda20664
Merge pull request #4772 from Yonezawa-T2/rbuf_overlap_improvement
...
rbuf: drop overlapped fragment only if offset or size differs from previous one
2016-02-09 10:26:39 +01:00
Yonezawa-T2
f638d68ebb
rbuf: drop overlapped fragment only if offset or size differs from previous one.
...
https://tools.ietf.org/html/rfc4944#section-5.3 says:
> If a link fragment that overlaps another fragment is received, as
> identified above, and differs in either the size or datagram_offset
> of the overlapped fragment, the fragment(s) already accumulated in
> the reassembly buffer SHALL be discarded. A fresh reassembly may be
> commenced with the most recently received link fragment.
2016-02-09 11:15:22 +09:00
8cf5ffdabc
Merge pull request #4332 from marshall/customSyscalls
...
cpu/cortexm_common: enable custom newlib syscalls w/ newlib_syscalls_X
2016-02-08 21:46:16 +01:00
Hauke Petersen
48a639f8fd
cpu/sam21_common: used shared periph_cpu.h
2016-02-08 19:04:28 +01:00
Hauke Petersen
44e8515698
boards/saml21-xpro: added feature CPUID
2016-02-08 18:56:04 +01:00
Hauke Petersen
722b342df3
cpu/sam21_common: unified CPUID implementation
2016-02-08 18:55:43 +01:00
Hauke Petersen
1d766bdb9e
cpu/samd21: use sam21_common implementations
2016-02-08 18:45:16 +01:00
Hauke Petersen
ef3169fbf7
cpu/saml21: use sam21_common implementations
2016-02-08 18:45:15 +01:00
Hauke Petersen
c5924f0d04
cpu/sam21: added common dir for sam[l|d]21 CPUs
2016-02-08 18:45:15 +01:00
Hauke Petersen
d80a661486
Merge pull request #4761 from haukepetersen/opt_cpuid
...
drivers/cpuid: fixed and unified CPUID driver implementations
2016-02-08 18:18:53 +01:00
Joakim Nohlgård
c329351a08
Merge pull request #4752 from gebart/pr/kinetis-lto-used
...
Kinetis: Add __attribute__((used)) to interrupt vector to fix LTO error
2016-02-08 15:38:32 +01:00
Hauke Petersen
940097336a
cpu: cleanup and unification of CPUID implementations
...
- moved definition of CPUID_LEN to periph_cpu.h
- fixed some doxygen
- simplyfied some implementations
2016-02-08 14:36:03 +01:00
Joakim Nohlgård
8dd81e8d9a
cpu/kw2x: Add __attribute__((used)) to interrupt vector
2016-02-08 13:07:52 +01:00
Joakim Nohlgård
a1d2ecc3de
cpu/k64f: Add __attribute__((used)) to interrupt vector
2016-02-08 13:07:52 +01:00
Joakim Nohlgård
570d188a26
cpu/k60: Add __attribute__((used)) to interrupt vector
2016-02-08 13:07:52 +01:00
Joakim Nohlgård
309cd5ef58
cpu/kinetis_common: Add __attribute__((used)) to flash configuration field
2016-02-08 13:07:52 +01:00
Hauke Petersen
c49eb824e5
doc/riot.doxyfile: s/CPUID_ID_LEN/CPUID_LEN/
2016-02-08 11:10:59 +01:00
Hauke Petersen
f3ac84d43a
drivers: s/CPUID_ID_LEN/CPUID_LEN/
2016-02-08 11:10:59 +01:00
Hauke Petersen
f09a631d66
tests/periph_cpuid: s/CPUID_ID_LEN/CPUID_LEN/
2016-02-08 11:10:59 +01:00