Move all base apps to a base subdirectory in apps. This prepares for merge of modules...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Wed, 9 Sep 2015 20:10:01 +0000 (22:10 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:14:23 +0000 (17:14 +0100)
commitce7f0140c7f9572621c14dc5c767c2ea75a91def
treeb57ba05faeba1b55abf90a9f2c00fd5813b4e922
Move all base apps to a base subdirectory in apps. This prepares for merge of modules branches, which will instead have their own subdirectory, preventing the hasle of cherry-picking common code to each and every branch. Warning : Makefile modifications according to these moves will be in the next commit !
29 files changed:
adc/Makefile [new file with mode: 0644]
adc/README [new file with mode: 0644]
adc/main.c [new file with mode: 0644]
eeprom/Makefile [new file with mode: 0644]
eeprom/README [new file with mode: 0644]
eeprom/main.c [new file with mode: 0644]
epaper/Makefile [new file with mode: 0644]
epaper/README [new file with mode: 0644]
epaper/Techno-Innov_bw_epaper.epaper [new file with mode: 0644]
epaper/image_converter/.gitignore [new file with mode: 0644]
epaper/image_converter/Makefile [new file with mode: 0644]
epaper/image_converter/convert.c [new file with mode: 0644]
epaper/main.c [new file with mode: 0644]
epaper/tibug_bw_epaper.epaper [new file with mode: 0644]
gpio_intr/Makefile [new file with mode: 0644]
gpio_intr/README [new file with mode: 0644]
gpio_intr/main.c [new file with mode: 0644]
i2c_temp/Makefile [new file with mode: 0644]
i2c_temp/README [new file with mode: 0644]
i2c_temp/main.c [new file with mode: 0644]
lcd_char/Makefile [new file with mode: 0644]
lcd_char/README [new file with mode: 0644]
lcd_char/main.c [new file with mode: 0644]
ledstrip/Makefile [new file with mode: 0644]
ledstrip/README [new file with mode: 0644]
ledstrip/main.c [new file with mode: 0644]
ultrasonic_sensor/Makefile [new file with mode: 0644]
ultrasonic_sensor/README [new file with mode: 0644]
ultrasonic_sensor/main.c [new file with mode: 0644]