Travis Geiselbrecht
3b2d7a268b
[make] remove the need for a module to manually add $(LOCAL_DIR)/include to the global include path
...
Pretty much every module in the system was already doing it, so do it
automatically.
2015-10-19 19:07:16 -07:00
Travis Geiselbrecht
d5cf22f40d
[make] rename DEFINES to GLOBAL_DEFINES
...
To fix your module makefiles:
-Change DEFINES to GLOBAL_DEFINES
2013-06-07 22:26:38 -07:00
Travis Geiselbrecht
e002c58b59
[make] rename INCLUDES -> GLOBAL_INCLUDES
...
To be more consistent, rename make variable INCLUDES to GLOBAL_INCLUDES.
Also remove the need to put -I in front of each field, the make system
will do that for you.
To fix your module makefiles:
-Change INCLUDES -> GLOBAL_INCLUDES
-Remove -I prefix
2013-06-07 22:26:06 -07:00
Travis Geiselbrecht
97cfd0bfa4
[make] update all of the rules.mk to use the new module system
2012-08-31 15:52:24 -07:00
Travis Geiselbrecht
001514abf7
[target][stm32-h103] convert to the new gpio interface
2012-07-21 13:37:16 -07:00
Kent Ryhorchuk
fb577c443e
Get rid of separate debug uart driver.
...
Conflicts:
platform/stm32f1xx/debug.c
platform/stm32f1xx/newlib_stubs.c
2012-07-17 09:46:40 -07:00
Travis Geiselbrecht
01e15df676
[platform][stm32] enabling selecting specific variants
2012-07-01 22:25:13 -07:00
Travis Geiselbrecht
6c8cc76e59
[target][stm32-h103] initial port to Olimex stm32-h103
2012-07-01 22:25:00 -07:00