bitbake -vDDD your-recipe
bitbake -s
| PROJ_NAME=<...> | |
| PROJ_FILE=$(PROJ_NAME).ewp | |
| IAR_FLAGS = -log info | |
| IAR_FLAGS += -parallel 4 | |
| CONFIG=* | |
| # Brings the current build configuration up to date by compiling, assembling, | |
| # and linking only the files that have changed since the last build. |
| from collections import deque | |
| from math import sin, cos, pi, atan2, hypot | |
| import random | |
| import time | |
| import wx | |
| SIZE = 600 | |
| COUNT = 64 | |
| SPEED = 100 | |
| FOLLOWERS = 4 |
| /* MAX7219 Interaction Code | |
| * --------------------------- | |
| * For more information see | |
| * http://www.adnbr.co.uk/articles/max7219-and-7-segment-displays | |
| * | |
| * 668 bytes - ATmega168 - 16MHz | |
| */ | |
| // 16MHz clock | |
| #define F_CPU 16000000UL |