Commit Graph

2548 Commits (aedffd78835f3afade2b34d55347048c01404c3f)

Author SHA1 Message Date
Bas Stottelaar 3b14a584b8 boards: *: remove SPI_*_EN now rework is merged 6 years ago
Peter Kietzmann 40a6664831 Merge pull request #6499 from haukepetersen/fix_stm32l1_hardfaultonisr
cpu/cortexm: disable interrupts before sleeping
6 years ago
Hauke Petersen 3da9ceb705 cpu/cortexm: fixed cortexm_sleep() 6 years ago
Hauke Petersen 0ffd4e1411 cpu/stm32_common: fixed timer speed 6 years ago
Kaspar Schleiser ac82506d7d cpu: stm32: remove SPI rework leftovers 6 years ago
Peter Kietzmann 513b20ffd3 Merge pull request #4780 from haukepetersen/opt_periph_spi2
drivers/spi: reworked SPI driver interface
6 years ago
Oleg Hahm c5abb08316 Merge pull request #4058 from daniel-k/pr/gdb_threads_openocd
cortex_m: Add debug symbols for OpenOCD/GDB thread support
6 years ago
Hauke Petersen 5bdb3bfa61 misc: aggregated doxygen fixes 6 years ago
Hauke Petersen 4bfce892d3 drivers/periph&cpu: add and use common periph_init() 6 years ago
Hauke Petersen ed4cb561bb boards/remote: fixed includes 6 years ago
PeterKietzmann 3fa8a5e87c cpu/cc2538: fix spi_transfer_bytes 6 years ago
Hauke Petersen 0edef2a0e1 cpu/stm32*+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Hauke Petersen 849ce20f5c cpu/sam3+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Hauke Petersen ea07a6817c cpu/sam0+boards: adapted to new SPI API
- adapted the SPI driver
- merged SPI driver for samr21 and saml21
- adapted all boards using the CPU
6 years ago
Hauke Petersen 10b0013315 cpu/lpc2387+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Hauke Petersen b097e0840b cpu/nrf5x+boards: adapted to new SPI API
- adapted the SPI driver
- merged SPI drivers from nrf51 and nrf52
- adapted all boards using the CPU
6 years ago
Hauke Petersen d5e00e594a cpu/msp430fxyz+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Hauke Petersen c97a88ecb8 cpu/lpc11u34+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Hauke Petersen 5880d0edda cpu/kinetis+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Hauke Petersen ca5f1befb3 cpu/cc2538+boards: adapted to SPI API changes
- adapted the SPI driver
- adapted all boards using the CPU
6 years ago
Hauke Petersen b7109bd564 cpu/kinetis_common: added SPI scaler calc tool 6 years ago
Hauke Petersen e38fc727af cpu/stm32_common: added SPI div calc tool 6 years ago
Hauke Petersen f5595693f6 cpu/atmega_common: adapted SPI driver 6 years ago
Kaspar Schleiser be7771e0b9 cpu: cortexm_common: add define for number of non-isr exceptions 6 years ago
Kaspar Schleiser 865008ea7e cpu: samd21: make isr vector table -pedantic safe 6 years ago
Kaspar Schleiser 9ec39de1d0 cpu: samd21: misc Wextra fixes 6 years ago
Kaspar Schleiser d8f0eaf127 cpu: cortexm: fix signed<->unsigned compare 6 years ago
Alexandre Abadie 46d2f26c37 Merge pull request #6448 from OTAkeys/pr/stm32_rtc
stm32_common: unified RTC driver
6 years ago
Martine Lenders 4fb9249fa8 Merge pull request #6429 from smlng/pr/fix_doc
doc: correct typos
6 years ago
Vincent Dupont 05475f9600 cpu/stm32_common: unified RTC driver 6 years ago
Francisco Acosta e44236d379 Merge pull request #6170 from haukepetersen/add_periph_romaddrtopage
drivers/flashrom: added addr-to-page function
6 years ago
Kaspar Schleiser d1db946188 Merge pull request #6344 from haukepetersen/opt_pm_misc
pm: misc cleanup and fixes
6 years ago
Hauke Petersen 0c8b4e9755 cpu/lpc11u34: define CPU_FLASH_BASE value 6 years ago
Paul RATHGEB 750fb9ac61
cpu/lpc11u34 - Fixed GPIO_PIN macro
This macro is not coherent with the PORT_SHIFT def in gpio.c. This commit fixes the consistency.

Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
6 years ago
Martine Lenders 5b1c00ad8b Merge pull request #6388 from astralien3000/opencm9-04
boards/opencm9-04 : initial support
6 years ago
Peter Kietzmann 5880047d76 Merge pull request #6423 from haukepetersen/opt_lpc11_pwm
cpu/lpc11u34: remodeled PWM driver
6 years ago
Loïc Dauphin 480e966737 cpu/stm32f1: add opencm9-04 specific linker script 6 years ago
Peter Kietzmann 5f26171e83 Merge pull request #6435 from ks156/master
cpu/lpc11u34: Bug with toggle function
6 years ago
smlng 34b96603fc cpu: doc typos 6 years ago
Alexandre Abadie 3e49d0c8c6 Merge pull request #6434 from aabadie/petersen_typo
cpu: fix typo in author email
6 years ago
Paul RATHGEB 9317c1a212
Toggle function is LPC_GPIO->NOT and not LPC_GPIO->CLR
Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
6 years ago
Alexandre Abadie 245f60edfa cpu: fix typo in author email 6 years ago
Oleg Hahm 3c6678b037 *: fix mismatching endifs for header guards 6 years ago
Oleg Hahm 7ee7801c10 *: remove trailing underscores from header guards 6 years ago
Oleg Hahm 693636690c Merge pull request #6399 from OlegHahm/timex_constants
timex: unambiguous time conversion macros
6 years ago
Francisco Acosta 70fbcbf7ed Merge pull request #6311 from miri64/native/enh/multi-tap
cpu/native: allow for multiple netdev2_tap devices
6 years ago
Oleg Hahm 4f4214235b timex: unambiguous time conversion macros 6 years ago
Hauke Petersen ce29ac305d cpu/lpc11u34: remodeled PWM driver 6 years ago
Martine Lenders 1f6f02e196 cpu/native: adapt start-up and auto-init for multiple netdev2_tap 6 years ago
Hauke Petersen a37ba98bfd cpu/msp430-common: moved pm_reboot to periph/pm.c 6 years ago