Hauke Petersen
|
2f9e3c89e1
|
periph/hwrng: use void* buf for hwrng_read()
|
2017-02-07 13:20:39 +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
|
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 |
|
|
3e49d0c8c6
|
Merge pull request #6434 from aabadie/petersen_typo
cpu: fix typo in author email
|
2017-01-20 10:43:24 +01:00 |
|
|
245f60edfa
|
cpu: fix typo in author email
|
2017-01-19 21:45:23 +01:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Oleg Hahm
|
4f4214235b
|
timex: unambiguous time conversion macros
|
2017-01-19 13:18:08 +01:00 |
|
Oleg Hahm
|
d0316fa7ae
|
periph timer: remove timer_irq_(en|dis)able
|
2017-01-14 15:34:53 +01:00 |
|
|
0194091673
|
remove obsolete lpm code
|
2017-01-12 11:24:15 +01:00 |
|
Hauke Petersen
|
8feeea9a12
|
cpu/cc2538: reworked GPIO driver
|
2017-01-11 10:19:06 +01:00 |
|
Hauke Petersen
|
3a00fe8e49
|
cpus: make use of cortexm_isr_end()
|
2016-12-21 11:28:46 +01:00 |
|
smlng
|
35adde55d2
|
cppcheck: cpu/cc2538 reduce scope of variables
|
2016-12-20 15:48:54 +01:00 |
|
Oleg Hahm
|
ccb9179c23
|
Merge pull request #5824 from kaspar030/change_default_c_dialect
make: use -std=c99 as default
|
2016-12-08 13:44:34 -05:00 |
|
Peter Kietzmann
|
e547ff1d60
|
Merge pull request #6013 from haukepetersen/opt_periph_uartreturntypes
periph/uart: added names to return values
|
2016-11-29 19:14:09 +01:00 |
|
|
f4bee2672c
|
cpu: cc2538: remove typeof() usage
|
2016-11-15 14:59:36 +01:00 |
|
Francisco Acosta
|
eb06b13722
|
Merge pull request #5754 from locicontrols/cc2538-timer-pr
CC2538 periph/timer overhaul
|
2016-11-01 23:22:21 +01:00 |
|
Hauke Petersen
|
2eebf36eb2
|
cpu/uart: make use of named return values
|
2016-10-28 10:32:00 +02:00 |
|
Martine Lenders
|
20e1fce5b7
|
ieee802154: centralize default values
|
2016-10-26 15:32:12 +02:00 |
|
Aaron Sowry
|
9f05620654
|
cc2538: Fix indentation
|
2016-10-26 19:48:34 +13:00 |
|
smlng
|
89978ab8e5
|
cc2538: add netstat_l2
|
2016-10-21 21:56:04 +02:00 |
|
Aaron Sowry
|
191dc0ffad
|
cpu/cc2538: Wait for transmission to complete before returning from send()
|
2016-10-07 12:25:38 +13:00 |
|
Kees Bakker
|
bac5cda1e3
|
periph/i2c: convert char to uint8_t where applicapable
In general, data transferred through I2C are bytes and thus should have
type uint8_t, not char.
Also convert uint8_t ptrs to void ptrs
|
2016-10-04 20:26:39 +02:00 |
|
smlng
|
77250f89a3
|
cc2538: disable l2 ack recv irq
|
2016-09-27 15:04:39 +02:00 |
|
Aaron Sowry
|
2ba43d560f
|
cpu/cc2538: Remove superfluous mutex lock
|
2016-09-04 20:51:51 +12:00 |
|
Oleg Hahm
|
908f5489b6
|
Merge pull request #5653 from aeneby/rssi_lqi_fix_v2
cpu/cc2538: Make ED and LQI values 802.15.4 compliant
|
2016-09-04 10:27:02 +02:00 |
|
Peter Kietzmann
|
28638bea92
|
Merge pull request #5725 from aeneby/tx_underrun_fix
cpu/cc2538: wait for ongoing transmission before flushing TX FIFO
|
2016-08-30 21:07:14 +02:00 |
|
|
5ab97fe38b
|
cpu: build cortexm vectors.c without LTO
|
2016-08-29 13:30:17 +02:00 |
|
Aaron Sowry
|
5f71cc82fb
|
cpu/cc2538: wait for ongoing transmission before flushing TX FIFO
|
2016-08-25 21:25:11 +12:00 |
|
Ian Martin
|
abae801105
|
cpu/cc2538/periph/timer overhaul. support 16-bit and 32-bit modes
|
2016-08-16 15:07:26 -04:00 |
|
Martine Lenders
|
bd2429f299
|
cpu: drivers: adapt devices for netdev2 parameter type change
|
2016-08-03 12:30:51 +02:00 |
|
Jason Tran
|
4136b95930
|
cpu/cc2538: fix debug statements
|
2016-07-25 18:35:05 -07:00 |
|
Aaron Sowry
|
66b36397b6
|
cpu/cc2538: Enable CRC checking of received packets (#5654)
|
2016-07-25 12:34:44 -04:00 |
|
kYc0o
|
91410f5259
|
Merge pull request #5626 from aabadie/default_channel
makefiles: expose a single DEFAULT_CHANNEL variable
|
2016-07-18 14:26:24 +02:00 |
|
Aaron Sowry
|
105c31925f
|
cpu/cc2538: Make ED and LQI values 802.15.4 compliant
|
2016-07-17 09:45:47 +12:00 |
|
Aaron Sowry
|
a301c37c2e
|
cpu/cc2538: Remove union names from structs
Make the unions anonymous, since this makes referencing
their bytes much simpler.
|
2016-07-16 12:55:12 +12:00 |
|
|
271cbc26b8
|
drivers/cc2420 & cpu/cc2538: adding support for default channel configuration
|
2016-07-14 17:50:50 +02:00 |
|
Aaron Sowry
|
a2ba22dd0f
|
cpu/cc2538: Add RF driver
|
2016-07-13 14:19:45 +12:00 |
|
Andreas "Paul" Pauli
|
29f0eea2ef
|
cpu/cc2538: add GPIO_PIN() macro to periph_conf.h. (#5507)
|
2016-06-08 14:36:54 -04:00 |
|
zhuoshuguo
|
1cbe79a373
|
CPU: fix include header guards
Fix cpu/lpc2387/include/lpc2387.h
|
2016-06-08 16:38:20 +02:00 |
|
Joakim Nohlgård
|
c2b20f1f27
|
cpu/cc2538: Cast enum to unsigned int for comparison
|
2016-06-01 16:42:15 +02:00 |
|
Ian Martin
|
10b001c3eb
|
cpu/cc2538: eliminate cc2538.ld and use cortexm_base.ld instead
|
2016-05-10 12:21:29 -04:00 |
|
DipSwitch
|
eb6eed6c2c
|
cpu/cc2538/spi: Fix compiler warning of possible uninitialized variable
|
2016-04-19 22:43:51 +02:00 |
|
kYc0o
|
699410efc8
|
Merge pull request #5124 from locicontrols/fixes
cpu/cc2538: fix build errors when UART1 or the 32 kHz crystal is enabled
|
2016-04-14 12:00:53 +02:00 |
|
Cenk Gündoğan
|
8b7512f0bf
|
Merge pull request #5187 from Yonezawa-T2/i2c_debug
i2c: add missing #ifdef block
|
2016-03-30 09:34:40 +02:00 |
|
Yonezawa-T2
|
7271c928cc
|
i2c: add missing #ifdef block
|
2016-03-30 16:24:38 +09:00 |
|
Yonezawa-T2
|
dc9f769835
|
NEEDS SQUASHING i2c: revert partially
|
2016-03-29 17:37:50 +09:00 |
|
Yonezawa-T2
|
1ce140d910
|
debug: fix compilation error for %p formatter
|
2016-03-29 11:46:29 +09:00 |
|