1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc26x0
Benjamin Valentin fae0b00918 cpu/cc26x0: set CPU_HAS_BITBAND
> Bit-banding is supported in order to reduce the execution time for
> read-modify-write (RMW) operations to memory.
> With bit-banding, certain regions in the memory map
> (SRAM and peripheral space) can use address aliases to access
> individual bits in one atomic operation.

https://www.ti.com/lit/ug/swcu117i/swcu117i.pdf
2020-08-08 12:44:11 +02:00
..
include cpu/cc26x0: set CPU_HAS_BITBAND 2020-08-08 12:44:11 +02:00
periph cpu/cc26x0: move i2c code to cc26xx_cc13xx 2020-05-24 12:44:09 -05:00
cpu.c cpu: Moved stdio_init() into cpu_init() 2019-09-06 16:54:23 +02:00
doc.txt doc: adapt consistent naming for CPU CC26x0 2017-03-31 09:21:19 +02:00
Kconfig cpu/kconfig: Rename CPU classification symbols 2020-06-16 14:27:27 +02:00
Makefile cpu/cc26x0: Factor out code common for cc26xx/cc13xx family 2019-10-29 21:27:00 +01:00
Makefile.dep cc26x0: enable serial domain only once 2020-03-23 09:33:23 -05:00
Makefile.features cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
Makefile.include cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00