Rename lpc_core_cm0.h to lpc_core.h Rename lpc_regs_12xx.h to lpc_regs.h Split lpc_re...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 27 Sep 2016 20:47:14 +0000 (22:47 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000 (17:03 +0100)
commitbc70a0525b9434f07fb3048eb6f681524d34a750
tree153e54f545350ec1d4d99c54f112962a0dccdf93
parent9911a01bc4dd936f1b34bdf45c2fe20ebc81af45
Rename lpc_core_cm0.h to lpc_core.h Rename lpc_regs_12xx.h to lpc_regs.h Split lpc_regs.h among all driver header files. Include lpc_core.h and lpc_regs.h from system.h Replace LPC1224 by LPC122x
41 files changed:
core/bootstrap.c
core/fault_handlers.c
core/pio.c
core/rom_helpers.c
core/system.c
core/systick.c
core/user_information_block.c
core/watchdog.c
drivers/adc.c
drivers/gpio.c
drivers/i2c.c
drivers/rtc.c
drivers/serial.c
drivers/ssp.c
drivers/timers.c
extdrv/cc1101.c
extdrv/dht11.c
extdrv/eeprom.c
extdrv/epaper.c
extdrv/lcd_char.c
extdrv/max31855_thermocouple.c
extdrv/ncn5120.c
extdrv/status_led.c
extdrv/tmp101_temp_sensor.c
extdrv/ws2812.c
include/core/lpc_core.h [new file with mode: 0644]
include/core/lpc_core_cm0.h [deleted file]
include/core/lpc_regs.h [new file with mode: 0644]
include/core/lpc_regs_12xx.h [deleted file]
include/core/pio.h
include/core/system.h
include/core/systick.h
include/core/user_information_block.h
include/core/watchdog.h
include/drivers/adc.h
include/drivers/gpio.h
include/drivers/i2c.h
include/drivers/rtc.h
include/drivers/serial.h
include/drivers/ssp.h
lib/time.c