Add errno.h (code moved from system.h) Add stdint.h Add NULL and size_t to stddef.h
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 27 Sep 2016 20:35:32 +0000 (22:35 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit9911a01bc4dd936f1b34bdf45c2fe20ebc81af45
treea7929050c16885f25f9baf6070718df7eb3953d6
parent501c43a2b85b7a0543047cdee320bda4d96c10db
Add errno.h (code moved from system.h) Add stdint.h Add NULL and size_t to stddef.h
65 files changed:
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/iap.h
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
include/drivers/timers.h
include/extdrv/cc1101.h
include/extdrv/dht11.h
include/extdrv/eeprom.h
include/extdrv/epaper.h
include/extdrv/lcd_char.h
include/extdrv/max31855_thermocouple.h
include/extdrv/ncn5120.h
include/extdrv/status_led.h
include/extdrv/tmp101_temp_sensor.h
include/extdrv/ws2812.h
include/lib/errno.h [new file with mode: 0644]
include/lib/protocols/dtplug/defs.h
include/lib/protocols/dtplug/slave.h
include/lib/stddef.h
include/lib/stdint.h [new file with mode: 0644]
include/lib/stdio.h
include/lib/stdlib.h
include/lib/string.h
include/lib/time.h
include/lib/utils.h
lib/font.c
lib/protocols/dtplug/slave.c
lib/stdlib.c
lib/string.c
lib/time.c
lib/uprintf.c
lib/utils.c
lib/vsprintf.c