nuttx/arch/avr/src
yinshengkai 85f727f232 tools: replace INCDIR to Makefile variable
In the past, header file paths were generated by the incdir command
Now they are generated by concatenating environment variables

In this way, when executing makefile, no shell command will be executed,
it will improve the speed of executing makfile
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2022-11-03 19:59:55 +08:00
..
at32uc3 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
at90usb arch: Add up_nputs function to handle the non '\0' string correctly 2022-07-17 17:31:19 +03:00
atmega arch: Add up_nputs function to handle the non '\0' string correctly 2022-07-17 17:31:19 +03:00
avr Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
avr32 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
common arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
xmega/hardware
.gitignore
Makefile tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00