Hauke Petersen
|
99c2704583
|
cpu/atmega: implement UART TX only
|
2017-02-09 10:42:53 +01:00 |
|
Joakim Nohlgård
|
094107863f
|
Merge pull request #5688 from gebart/pr/atomics-refactor
core: Provide all C11 atomic operations
|
2017-02-09 09:00:16 +01:00 |
|
Joakim Nohlgård
|
83c2630d00
|
x86: Remove atomic_arch
|
2017-02-08 16:23:50 +01:00 |
|
Joakim Nohlgård
|
20b184604b
|
cortexm_common: Remove atomic_arch
|
2017-02-08 16:23:49 +01:00 |
|
Joakim Nohlgård
|
ee0cae69a5
|
msp430_common: Add supplemental __clzhi2, __ctzhi2, for old MSPGCC
|
2017-02-08 16:23:48 +01:00 |
|
Joakim Nohlgård
|
0cb384829c
|
msp430-common: Add stdatomic.h, sys/cdefs.h, sys/features.h from newlib
|
2017-02-08 16:23:47 +01:00 |
|
Joakim Nohlgård
|
48eeda4126
|
msp430-common: stdio.h: Move extern "C" brace to correct place
|
2017-02-08 16:06:09 +01:00 |
|
Martine Lenders
|
5b026c5753
|
netdev2: unify doc
|
2017-02-07 21:37:52 +01:00 |
|
Hauke Petersen
|
2f9e3c89e1
|
periph/hwrng: use void* buf for hwrng_read()
|
2017-02-07 13:20:39 +01:00 |
|
Hauke Petersen
|
1dd806bb28
|
cpu/lpc2387: remove (unused) legacy ADC driver
|
2017-02-07 10:56:33 +01:00 |
|
Martine Lenders
|
2ef1f2e8f7
|
Merge pull request #6521 from haukepetersen/rm_lpc_i2clma
cpu/drivers: remove deprecated lm75a+lpc2387 I2C drivers
|
2017-02-07 10:27:26 +01:00 |
|
Francisco Acosta
|
79a4acee43
|
Merge pull request #6516 from antmerlino/arduino-cleanup
Changes arduino-common to arduino-atmega-common.
|
2017-02-06 17:40:44 +01:00 |
|
Alexandre Abadie
|
cd45a145de
|
Merge pull request #6552 from aabadie/spi_divtable_whitespace
cpu/stm32_common/dist: prevent spi_divtable tool to add a trailing whitespace
|
2017-02-03 18:32:58 +01:00 |
|
Alexandre Abadie
|
58aa9eb8bd
|
cpu/stm32_common/dist: prevent spi_divtable tool to add a trailing whitespace
|
2017-02-03 16:24:47 +01:00 |
|
Francisco Acosta
|
b7774a2b4c
|
Merge pull request #6467 from OTAkeys/feat/flashpage_stm32
cpu/stm32f0: add flashpage driver from stm32f1 + fix stm32f1 driver
|
2017-02-03 15:37:44 +01:00 |
|
Anthony Merlino
|
23efa92cc9
|
cpu/atmega_common: Adds toolchain flags originally located in atmega-based boards
|
2017-02-02 14:12:02 -05:00 |
|
Bas Stottelaar
|
3b14a584b8
|
boards: *: remove SPI_*_EN now rework is merged
|
2017-01-31 19:38:41 +01:00 |
|
Hauke Petersen
|
c560e28eb6
|
cpu/lpc2387: remove deprecatd I2C driver
|
2017-01-30 16:14:19 +01:00 |
|
Peter Kietzmann
|
40a6664831
|
Merge pull request #6499 from haukepetersen/fix_stm32l1_hardfaultonisr
cpu/cortexm: disable interrupts before sleeping
|
2017-01-27 16:21:19 +01:00 |
|
Hauke Petersen
|
3da9ceb705
|
cpu/cortexm: fixed cortexm_sleep()
|
2017-01-27 13:00:24 +01:00 |
|
Hauke Petersen
|
0ffd4e1411
|
cpu/stm32_common: fixed timer speed
|
2017-01-27 09:31:07 +01:00 |
|
|
|
ac82506d7d
|
cpu: stm32: remove SPI rework leftovers
|
2017-01-26 11:16:31 +01:00 |
|
Peter Kietzmann
|
513b20ffd3
|
Merge pull request #4780 from haukepetersen/opt_periph_spi2
drivers/spi: reworked SPI driver interface
|
2017-01-25 22:07:36 +01:00 |
|
Oleg Hahm
|
c5abb08316
|
Merge pull request #4058 from daniel-k/pr/gdb_threads_openocd
cortex_m: Add debug symbols for OpenOCD/GDB thread support
|
2017-01-25 17:49:42 +01:00 |
|
Hauke Petersen
|
5bdb3bfa61
|
misc: aggregated doxygen fixes
|
2017-01-25 16:46:46 +01:00 |
|
Hauke Petersen
|
4bfce892d3
|
drivers/periph&cpu: add and use common periph_init()
|
2017-01-25 16:46:46 +01:00 |
|
Hauke Petersen
|
ed4cb561bb
|
boards/remote: fixed includes
|
2017-01-25 16:46:46 +01:00 |
|
PeterKietzmann
|
3fa8a5e87c
|
cpu/cc2538: fix spi_transfer_bytes
|
2017-01-25 16:46:46 +01:00 |
|
Hauke Petersen
|
0edef2a0e1
|
cpu/stm32*+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:45 +01:00 |
|
Hauke Petersen
|
849ce20f5c
|
cpu/sam3+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:45 +01:00 |
|
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
|
2017-01-25 16:46:45 +01:00 |
|
Hauke Petersen
|
10b0013315
|
cpu/lpc2387+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
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
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
d5e00e594a
|
cpu/msp430fxyz+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
c97a88ecb8
|
cpu/lpc11u34+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
5880d0edda
|
cpu/kinetis+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
ca5f1befb3
|
cpu/cc2538+boards: adapted to SPI API changes
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
b7109bd564
|
cpu/kinetis_common: added SPI scaler calc tool
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
e38fc727af
|
cpu/stm32_common: added SPI div calc tool
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
f5595693f6
|
cpu/atmega_common: adapted SPI driver
|
2017-01-25 16:46:05 +01:00 |
|
|
|
be7771e0b9
|
cpu: cortexm_common: add define for number of non-isr exceptions
|
2017-01-25 10:22:03 +01:00 |
|
|
|
865008ea7e
|
cpu: samd21: make isr vector table -pedantic safe
|
2017-01-25 10:22:02 +01:00 |
|
|
|
9ec39de1d0
|
cpu: samd21: misc Wextra fixes
|
2017-01-25 10:10:47 +01:00 |
|
|
|
d8f0eaf127
|
cpu: cortexm: fix signed<->unsigned compare
|
2017-01-25 10:10:47 +01:00 |
|
Alexandre Abadie
|
46d2f26c37
|
Merge pull request #6448 from OTAkeys/pr/stm32_rtc
stm32_common: unified RTC driver
|
2017-01-24 18:32:59 +01:00 |
|
Vincent Dupont
|
54dc75d63c
|
cpu/stm32f1: fix flashpage driver HSI disabling
|
2017-01-24 18:11:06 +01:00 |
|
Vincent Dupont
|
e5a1c7835f
|
cpu/stm32f0: add flashpage config in cpu_conf.h
|
2017-01-24 18:11:06 +01:00 |
|
Vincent Dupont
|
455881ee58
|
cpu/stm32f0: add periph/flashpage driver
|
2017-01-24 18:11:06 +01:00 |
|
Martine Lenders
|
4fb9249fa8
|
Merge pull request #6429 from smlng/pr/fix_doc
doc: correct typos
|
2017-01-24 15:28:44 +01:00 |
|
Vincent Dupont
|
05475f9600
|
cpu/stm32_common: unified RTC driver
|
2017-01-24 15:16:47 +01:00 |
|