1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/cpu
Joakim Nohlgård b3d04d8270 riscv: Reduce reset trampoline code size by 2 bytes
`addi` with 20 bit immediate does not have a compressed representation,
so using `jalr` with immediate offset uncompressed is smaller than using
`addi`+`c.jr`
2022-12-08 13:26:07 +01:00
..
arm7_common cpu/arm7_common: align stacks correctly 2022-10-12 21:53:16 +02:00
atmega32u4
atmega128rfa1
atmega256rfr2
atmega328p
atmega1281
atmega1284p
atmega2560
atmega_common cpu/atmega_common/periph_timer: fix spurious IRQs 2022-11-25 14:46:16 +01:00
atxmega Merge pull request #18619 from maribu/core/mutex/cleanup 2022-10-03 10:58:07 +02:00
avr8_common cpu: always rely on stdio.inc.mk for default stdio selection 2022-11-09 10:42:47 +01:00
cc26x0_cc13x0 treewide: fix typos 2022-09-15 12:12:23 +02:00
cc26x2_cc13x2
cc26xx_cc13xx cpu/cc26xx_cc13xx: remove broken HTML links and headings from doc 2022-10-28 08:57:17 -04:00
cc2538 Kconfig/ieee802154: fix typo in hal selector 2022-08-10 13:43:04 +02:00
cortexm_common cpu/cortexm_common: measure time spent with IRQ disabled 2022-11-24 21:27:20 +01:00
efm32 Merge pull request #18933 from jue89/feature/cpu_efm32_series_2_adc 2022-11-24 11:32:56 +01:00
esp32 cpu/esp32/periph_timer: allow changing callback or freq 2022-11-24 22:38:15 +01:00
esp8266 cpu/esp8266/periph_timer: allow changing callback or freq 2022-11-24 22:39:49 +01:00
esp_common cpu: always rely on stdio.inc.mk for default stdio selection 2022-11-09 10:42:47 +01:00
fe310
gd32v treewide: fix typos 2022-09-15 12:12:23 +02:00
kinetis doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
lm4f120 cpu/lm4f120: make use of cortexm.ld 2022-09-23 15:55:30 +02:00
lpc23xx cpu/lpc23xx: core: replace RIOT_FILE_RELATIVE with __FILE__ 2022-11-19 01:48:42 +01:00
lpc1768 cpu/lpc1768: make use of cortexm.ld 2022-09-23 15:55:21 +02:00
msp430_common cpu: cpu_print_last_instruction() -> cpu_get_caller_pc() 2022-09-15 10:49:56 +02:00
msp430fxyz
native cpu/native: replace RIOT_FILE_RELATIVE with __FILE__ 2022-11-19 01:48:42 +01:00
nrf5x_common cpu/nrf5x_common/periph_timer: fix spurious IRQs 2022-11-24 22:36:42 +01:00
nrf51 cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00
nrf52 cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00
nrf9160 cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00
qn908x cpu/qn908x: use bitarithm_test_and_clear() & fix cb 2022-11-28 16:43:24 +01:00
riscv_common riscv: Reduce reset trampoline code size by 2 bytes 2022-12-08 13:26:07 +01:00
rpx0xx
sam0_common sam0_common: use size_t len for I2C transfers, as declared (fixes #19008) 2022-12-04 16:57:00 +01:00
sam3
sam_common cpu/sam_common: make use of cortexm.ld 2022-09-23 15:55:12 +02:00
samd5x Merge pull request #18146 from benpicco/cpu/sam0_common/adc-diffmode 2022-09-27 17:34:07 +02:00
samd21 cpu/sam0/spi: generalize pm_layered interaction 2022-11-03 14:53:44 +01:00
saml1x cpu/sam0_common: add ADC pin aliases 2022-08-31 18:23:44 +02:00
saml21 cpu/saml21: define required power modes 2022-11-03 14:53:45 +01:00
stellaris_common
stm32 cpu/stm32/periph_timer: fix spurious IRQs 2022-11-24 22:34:10 +01:00
doc.txt
Kconfig