Commit Graph

1990 Commits (af02e2ac15631069c7d40ab61182fde2eccd95f3)

Author SHA1 Message Date
DipSwitch 64b3957323 cpu/cortexm_common: Fix cpu_sleep_until_event() 7 years ago
Hauke Petersen 99888549af Merge pull request #4154 from DipSwitch/add_clock_selection_stm32f1
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F1 family
7 years ago
DipSwitch 2558050d9e cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F1 7 years ago
Hauke Petersen 1d6d54e1f2 Merge pull request #5076 from haukepetersen/opt_periph_uart_cbtype
drivers/uart: use uint8_t for data in cb signature
7 years ago
Kaspar Schleiser 08a603852e Merge pull request #5067 from gebart/pr/cmsis-4.5
cortexm_common: Update to CMSIS 4.5
7 years ago
Oleg Hahm 94ad2ef0f4 Merge pull request #5072 from malosek/msp430-usci-tx-port-direction
cpu: msp430fxyz: uart: fixed port direction for USCI TX pin + minor typo in the comment
7 years ago
Hauke Petersen 270de70d95 Merge pull request #4221 from DipSwitch/stm32f1_adc_implementation
cpu/stm32f1/periph/adc: ADC implementation for STM32F1
7 years ago
Hauke Petersen b9824b9e49 Merge pull request #4956 from gebart/pr/kinetis-pwm
cpu/kinetis_common: Use gpio_init_port for PWM pin handling
7 years ago
Hauke Petersen b23cde98cf cpus: adapted UART implementations to cb type change 7 years ago
DipSwitch c446091d86 Merge pull request #4431 from haukepetersen/opt_periph_dac
drivers/periph: updated DAC driver interface
7 years ago
malo c9e6299f0f cpu: msp430fxyz: uart: fixed port direction for USCI TX pin + minor typo in the comment
Signed-off-by: malo <malo@25cmsquare.io>
7 years ago
DipSwitch a5c5a4e34c Merge pull request #5068 from gebart/pr/doxygen-fixes
Small Doxygen fixes
7 years ago
DipSwitch 68b4edf519 Merge pull request #5063 from DipSwitch/pr/fix_stm32f4_adc_resolution
cpu/stm32f4/periph/adc: ADC_SR_STRT flag is unused
7 years ago
Joakim Nohlgård c5f43e79ba cpu/nrf5x_common: Give Doxygen group a name 7 years ago
DipSwitch 4a2134fd53 cpu/stm32f1/adc: Initial import for STM32F1 ADC 7 years ago
Joakim Nohlgård d8b01a714c cpu/cortexm_common: Doxygen fix for cmsis_gcc.h 7 years ago
Joakim Nohlgård 61c9ba2c64 cpu/cortexm_common: Whitespace fix CMSIS header 7 years ago
Joakim Gebart bea6cb9f15 cortexm: CMSIS: Add extern "C" to CMSIS headers 7 years ago
Hauke Petersen ea63bf454c cpu/stm32f4: reworked DAC driver implementation 7 years ago
DipSwitch 88018849e9 cpu/stm32f4/periph/adc: ADC_SR_STRT flag is unused 7 years ago
Joakim Nohlgård 26f43786b8 cpu/cortexm_common: Update CMSIS v4.5
Original headers unmodified from CMSIS-SP-00300-r4p5-00rel0.zip
7 years ago
Joakim Nohlgård 65bb26f0b4 cpu/kinetis_common: Use gpio_init_port for PWM pin handling 7 years ago
DipSwitch 6cf7de2393 cpu/stm32f4/adc: Remove unused structure item 7 years ago
Hauke Petersen 432f033384 cpu/lm4f120: reworked ADC implementation 7 years ago
Hauke Petersen 56c8e49fd2 cpu/kw2x: moved include of mcg.h to cpu.c 7 years ago
Hauke Petersen 58e2b93b7b cpu/k64f: moved include of mcg.h to cpu.c 7 years ago
Hauke Petersen 3990bd84e7 cpu/kinetis_common: reworked ADC driver 7 years ago
Hauke Petersen 575659cd1c cpu/lpc11u34: reworked ADC driver 7 years ago
Hauke Petersen da80af479c cpu/stm32f0: reworked ADC driver 7 years ago
Hauke Petersen 843c456f4b cpu/nrf51: adapted ADC driver to interface changes 7 years ago
Hauke Petersen fc7c25c95e cpu/stm32f4: reworked the ADC driver 7 years ago
Joakim Nohlgård 405811da2b native: remove unused XTIMER_USLEEP_UNTIL_OVERHEAD 7 years ago
DipSwitch 41ae0af3e2 Merge pull request #4978 from dkm/pr/adc
cpu/lm4f120: ADC support
7 years ago
Martine Lenders b8878daaaf Merge pull request #5052 from gebart/pr/clang-fixes3
cpu/periph: Fix some more empty body warnings
7 years ago
Joakim Nohlgård 7b4e776808 Merge pull request #4971 from DipSwitch/pr/fix_stm32f4_dma_nvic_enable
cpu/stm32f4/dma: Fix some miscalculations in the DMA implemenation
7 years ago
Joakim Nohlgård 7ce5f1b5c0 cpu/stm32f1: i2c: Use {} notation for empty while loops 7 years ago
Joakim Nohlgård 30ed36b236 cpu/cc2538: i2c: Make WARN_IF use {} to silence Clang warning when ENABLE_DEBUG=0 7 years ago
DipSwitch e2f8d59956 cpu/stm32f4/dma: Fix the IQRn calculation for DMA channels > 8 7 years ago
DipSwitch d72cdcaad2 cpu/stm32/gpio_exti: EXTI->PR is of type RW_w1 so don't RMW the pending status flags 7 years ago
Oleg Hahm 402e20c00c Merge pull request #4992 from OlegHahm/tapsetup_readmes
doc: updated and clarified tapsetup usage
7 years ago
Hauke Petersen 8c68121bb2 Merge pull request #4463 from nqd/lpc1768-cpuid
adding cpuid for lpc1768 cpu, enable periph_cpuid in board mbed_lpc1768
7 years ago
Oleg Hahm 8e6dc1a03f doc: updated and clarified tapsetup usage 7 years ago
René Kijewski 818d703810 Merge pull request #5004 from OlegHahm/core_kernel_macros_attributs_merge
core: merge kernel_macros.h and attributes.h into kernel_defines.h
7 years ago
nqdinh 5ad659a54a cpu/lpc1768: added cpuid periph driver implementation 7 years ago
Oleg Hahm edee25ced5 x86: minor cosmetics for include syntax and order 7 years ago
Oleg Hahm bdcf8879fd core: merged kernel_macros.h and attributes.h
Merged into new kernel_defines.h and updated all includes.
7 years ago
Hauke Petersen d05bf879a6 cpu/atmega2560: added SPI driver 7 years ago
Oleg Hahm 1c260c2228 Merge pull request #4655 from bapclenet/SAML21/RTC
Driver RTC for the board SAML21 by FWX
7 years ago
Oleg Hahm 596c25daca Merge pull request #4943 from gebart/pr/while-loops
Use {} notation for empty while loops
7 years ago
Marc Poulhiès d0fb8adf45 cpu/lm4f120: ADC support
Only ADC_0 and no precision support.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
7 years ago