Separate internal LPC drivers and external ones Place the external ones in extdrv...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 6 Dec 2014 01:51:20 +0000 (02:51 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit56b98a5e01430c0a4b0c91b9db16e172fd604de7
treedf12ba75d7aa7c8369c92652575798b23cddce13
parent5fd65d905a40783fbda86e23e77b405290ba9731
Separate internal LPC drivers and external ones Place the external ones in extdrv Split i2c and eeprom in two different headers
16 files changed:
drivers/cc1101.c [deleted file]
drivers/eeprom.c [deleted file]
drivers/status_led.c [deleted file]
drivers/tmp101_temp_sensor.c [deleted file]
extdrv/cc1101.c [new file with mode: 0644]
extdrv/eeprom.c [new file with mode: 0644]
extdrv/status_led.c [new file with mode: 0644]
extdrv/tmp101_temp_sensor.c [new file with mode: 0644]
include/drivers/cc1101.h [deleted file]
include/drivers/i2c.h
include/drivers/status_led.h [deleted file]
include/drivers/tmp101_temp_sensor.h [deleted file]
include/extdrv/cc1101.h [new file with mode: 0644]
include/extdrv/eeprom.h [new file with mode: 0644]
include/extdrv/status_led.h [new file with mode: 0644]
include/extdrv/tmp101_temp_sensor.h [new file with mode: 0644]