1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/mips32r2_common
Benjamin Valentin 4095eac9f2 cpu: mips32r2_common: set BITARITHM_HAS_CLZ
The MIPS ISA implements CLZ:

https://ti.tuwien.ac.at/cps/teaching/courses/cavo/files/MIPS32-IS.pdf

For `tests/periph_gpio` this shaves off 20 bytes on `6lowpan-clicker`.
2021-02-02 11:14:38 +01:00
..
include cpu: mips32r2_common: set BITARITHM_HAS_CLZ 2021-02-02 11:14:38 +01:00
newlib_syscalls_mips_uhi makefiles: avoid building archives when compiling 2020-09-04 15:01:10 +02:00
periph cpu: mips: Refactor EIC 2020-03-25 19:10:01 +00:00
cpu.c
irq_arch.c
Kconfig treewide: model newlib as a FEATURE 2021-01-27 09:24:25 +01:00
Makefile
Makefile.dep treewide: model newlib as a FEATURE 2021-01-27 09:24:25 +01:00
Makefile.features treewide: model newlib as a FEATURE 2021-01-27 09:24:25 +01:00
Makefile.include Makefile: use normal conditionals 2020-06-29 22:40:29 +02:00
mips_dsp.S
mips_excpt_entry.S
mips_excpt_isr.S cpu: mips32r2_common: Add missing __isr_vec functions 2020-03-25 19:10:01 +00:00
thread_arch.c cpu/mips32r2_common: Inline thread_yield_higher function 2021-01-19 11:03:21 +01:00