Closed nashif closed 8 years ago
by Johan Hedberg:
As a side note: This seems like a good indication that these samples need testcase.ini files so that they get exercised by the autobuilder and such build-breaks don't happen again.
by Kuo-Lang Tseng:
Johan Hedberg Totally agree.
by Kuo-Lang Tseng:
Patch posted: https://gerrit.zephyrproject.org/r/#/c/4099/
by Qiu Peiyang:
verified with v1.5-rc3
by Mark Linkmeyer:
Correcting the priority field
Reported by Andrei Emeltchenko:
$ cd samples/usb/cdc_acm/ $ make ... CC src/main.o LD src/built-in.o AR libzephyr.a LINK zephyr.lnk ext/built-in.o: In function
apply_flash_timings': ext/hal/qmsi/drivers/clk.c:62: undefined reference to
qm_flash' collect2: error: ld returned 1 exit status Makefile:811: recipe for target '.tmp_zephyr.prebuilt' failed make[2]: *** [.tmp_zephyr.prebuilt] Error 1I need to enable FLASH stuff to make it working:
+CONFIG_FLASH=y +CONFIG_SOC_FLASH_QMSI=y
(Imported from Jira ZEP-703)