Commit Graph

14050 Commits (3897b750968f6a03cdb4bd6733460f5cf899bc56)
 

Author SHA1 Message Date
Alexandre Abadie 001f9b05ac Merge pull request #6879 from aabadie/nucleo144_arduino
boards/nucleo144-common: add arduino feature
6 years ago
Alexandre Abadie dffbc70b1d Merge pull request #6799 from dylad/adxl345_cleanup
drivers/adxl345: cleanup/enhancements
6 years ago
dylad 530a2ef277 drivers/adxl345: cleanup/enhancements
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
6 years ago
dylad e5ef668ac1 cpu/samd21: fix or add missing EXTI on GPIO
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
6 years ago
Francisco Acosta 422b0bd091 Merge pull request #6424 from aabadie/io1_xplained_cleanup
drivers/io1_xplained: driver cleanup + better saul integration
6 years ago
Alexandre Abadie dd72e0bc3a Merge pull request #6883 from smlng/doc/core/group_names
doc: correct naming of doxygen group in core
6 years ago
Alexandre Abadie 4de611d458 Merge pull request #6876 from aabadie/nucleo32_arduino
boards/nucleo32-common: fix error in arduino pin mapping
6 years ago
smlng 4ffbbfb8f6 doc: correct naming of doxygen group in core 6 years ago
Francisco Acosta 6bcaab267e Merge pull request #5572 from gebart/pr/test-cpp-ctors
unittests: Add cpp_ctors test for C++ constructors
6 years ago
Joakim Nohlgård a2b4c42c28 unittests: Only build C++ tests for some platforms
Known working platforms are native and Cortex-M
6 years ago
Joakim Nohlgård 0f477b8b44 unittests: Add C++ constructors test 6 years ago
Alexandre Abadie 7a3af73552 boards/nucleo144: fix uninitialized on-board leds 6 years ago
Alexandre Abadie d5dabd3b02 boards/nucleo144-common: add arduino feature 6 years ago
Steffen Pengel c7e334d3dc cpu/stm32f3: set i2c clk input to sysclk when HSI is deactivated
According to the STM32F3 clocktree (ref. manual p. 126) the I2CX
hardware is driven by either HSI or SYSCLK.
If HSI is deactivated SYSCLK clock must be selected as I2CX clock.

Signed-off-by: Steffen Pengel <steffen.pengel@gmail.com>
6 years ago
dylad c960eaa491 saml21/gpio: Enable EXTI0 on PB00
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
6 years ago
Alexandre Abadie 9bb5af3fc0 boards/nucleo32-common: fix error in arduino pin mapping 6 years ago
Joakim Nohlgård 39fcc8bc62 Merge pull request #6858 from gebart/pr/native-init-ctors
native: Finish iterating constructor calls before moving on to native_cpu_init
6 years ago
Joakim Nohlgård f828e6c76c Merge pull request #6868 from gebart/pr/kinetis-uart-rewrite
kinetis: periph/uart cleanup/rewrite
6 years ago
Joakim Nohlgård ad01950b97 native: Finish iterating constructor calls before moving on to native_cpu_init 6 years ago
Joakim Nohlgård a107a416cf kinetis: Refactor UART driver 6 years ago
Alexandre Abadie 3d2b11b251 tests/driver_io1_xplained: adapt application to API change 6 years ago
Alexandre Abadie 57c26631da sys/auto_init: fix io1_xplained saul integration 6 years ago
Alexandre Abadie 26a17c2e75 drivers/io1_xplained: driver cleanup 6 years ago
Sebastian Meiling 1162f2beff Merge pull request #6871 from kYc0o/pba-d-01-kw2x_add_darwin_port
boards/pba-d-01-kw2x: add Darwin serial port
6 years ago
Francisco Acosta 599f9097b5 Merge pull request #6790 from gebart/pr/kinetis-drop-mk60dz
k60: drop broken support for mk60dz10
6 years ago
kYc0o 97b11b34e3 boards/pba-d-01-kw2x: add Darwin serial port 6 years ago
Alexandre Abadie 71fadb0bd7 Merge pull request #6870 from aabadie/fix_doxygen
boards: fix remaining doxygen @brief in periph config
6 years ago
Martine Lenders 469786292d Merge pull request #6779 from miri64/posix/cleanup/rm-fd
posix: remove fd subsystem
6 years ago
Alexandre Abadie 5eb9b2638c boards: fix remaining doxygen @brief in periph config 6 years ago
Joakim Nohlgård 4a9cb807c6 k60: Remove (broken) support for first revision K60 hardware
The CPU has multiple issues and several parts of the platform code
does not even compile cleanly for this CPU in the current state.

This removes support for parts MK60DN256ZVLL10, MK60DN512ZVLL10
(note the Z) CPUs with this part number were used in Mulle v0.60 which
only has been used in some in-house projects at Eistec and LTU.
6 years ago
Alexandre Abadie a454975ae5 tests/unittests: skip nucleo32-l432 6 years ago
Alexandre Abadie df02207ed7 boards/nucleo32-l432: initial support 6 years ago
Alexandre Abadie 8717008959 cpu/stm32l4: add support for stm32l432kc 6 years ago
Martine Lenders 86467bfd06 Merge pull request #6832 from kaspar030/cppcheck_version
dist: tools: print_toolchain_versions.sh: add cppcheck version
6 years ago
Martine Lenders 752421f931 Merge pull request #6825 from smlng/docu/cpu/cc26x0
doc: adapt consistent naming for CPU CC26x0
6 years ago
Martine Lenders 8e54448aea Merge pull request #6867 from gebart/DipSwitch-pr/remove_system_core_clock_update
cpu: remove superfluous SystemCoreClockUpdate
6 years ago
Alexandre Abadie d36bf378fc Merge pull request #6819 from aabadie/nucleo_l1_adc_dac
stm32l1: add adc & dac support, update configuration for nucleo-l1
6 years ago
Alexandre Abadie 6529abd687 Merge pull request #6834 from haukepetersen/add_stm32l_rtt
cpu/stm32_common: added LPTIM based rtt implementation
6 years ago
Alexandre Abadie c65e57b308 Merge pull request #6835 from OTAkeys/pr/lsm6dsl
drivers: add lsm6dsl accelerometer/gyroscope device driver
6 years ago
Hauke Petersen 8550bd68a1 Merge pull request #6853 from haukepetersen/opt_nrf_rtt
cpu/nrf5x: unified rtt driver
6 years ago
Kaspar Schleiser 6ef21a8fd3 dist: tools: print_toolchain_versions.sh: add cppcheck version 6 years ago
Hauke Petersen e1dde6b456 cpu/nrf5x: unified rtt driver 6 years ago
Vincent Dupont f5adafd813 tests/driver_lsm6dsl: add lsm6dsl driver test app 6 years ago
Vincent Dupont 73d8149490 drivers: add lsm6dsl imu driver 6 years ago
DipSwitch a322200582 cpu: remove superfluous SystemCoreClockUpdate 6 years ago
Hauke Petersen a01936aedf boards/nucleo-l376: added and configured rtt 6 years ago
Hauke Petersen 56c3d3e5bf cpu/stm32_common: added LPTIM1 based rtt impl. 6 years ago
Hauke Petersen deacd69534 cpu/stm32l4: fixed number of IRQs 6 years ago
Hauke Petersen 3943d08b46 tests/periph_rtt: make wakeups more periodic 6 years ago
Alexandre Abadie 66c870a446 test/unittests: update ARM based boards list 6 years ago