Commit Graph

6 Commits

Author SHA1 Message Date
Alan Carvalho de Assis
b5bfe8af17 The Smoothie project needs to compile C++ inside config/boardname/src/ to use with High Priority Interruption, then I modified the board configs Makefile to support it, see attached patch.
It works fine for the first time compilation, but if we execute:

$ touch config/boardname/src/Pin.cxx

And execute "make" it will not detect that Pin.cxx was modified. I think there is some other place I should modify, but I didn't find it.
2016-11-27 11:19:46 -06:00
Gregory Nutt
6d974a8c69 ESP32: Correct logic to auto-generate esp_out.ld linker script 2016-10-18 11:30:30 -06:00
Gregory Nutt
e72fab6f26 Add a board context target 2016-10-18 10:54:26 -06:00
Gregory Nutt
6745690a6f configs/Board.mk: Add extra clean operations 2016-10-18 09:46:48 -06:00
Paul A. Patience
022ec31431 Update copyright notice 2015-09-04 19:46:43 -04:00
Gregory Nutt
871063d2b3 Forgot to add a file in the last commit 2015-09-04 16:46:59 -06:00