Fix example-fraucheky.

This commit is contained in:
NIIBE Yutaka
2017-11-14 11:30:20 +09:00
parent 168af852a5
commit 5ac8a1f251
3 changed files with 19 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
* example-cdc-gnu-linux/usb-cdc.c: Ditto.
* example-fs-bb48/usb-cdc.c: Ditto.
* example-fraucheky/main.c: Ditto.
* example-fraucheky/Makefile (USE_SYS): Add for debug.
2017-11-13 NIIBE Yutaka <gniibe@fsij.org>

17
NEWS
View File

@@ -1,6 +1,23 @@
NEWS - Noteworthy changes
* Major changes in Chopstx 1.6
Released 2017-11-XX
** Fix cancellation
In Chopstx 1.4 and 1.5, cancellation doesn't work for real MCU. This
is due to the change of chx_sched interface, introduced for GNU/Linux
emulation. This bug is fixed.
** USB API changes
INTR_REQ_USB is now defined by usb_lld.h. Enumeration type of
DEVICE_STATE now has USB_DEVICE_STATE_ prefix.
** USB driver change
USB suspend/resume is supported for STM32F103.
* Major changes in Chopstx 1.5
Released 2017-10-10

View File

@@ -9,7 +9,7 @@ LDSCRIPT=
CSRC = main.c
CHIP=gnu-linux
USE_SYS =
USE_SYS = yes
USE_USB = yes
EMULATION=yes
# USE_ADC = yes