diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2014-12-10 16:18:29 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2014-12-10 18:39:39 +0900 |
commit | 23893d9b73ebc28ff111d21827122677c27bee55 (patch) | |
tree | a887b7723395eb37abb244cbbd150dc7b4063e8d /ChangeLog | |
parent | 0276d0825ee27d1d5ecf238af0c9a2c053527125 (diff) |
Version 0.04release/0.04
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2014-12-10 Niibe Yutaka <gniibe@fsij.org> + + * Version 0.04. + * doc/chopstx.texi (VERSION): 0.04. + + * board/*.h: Updated. + + * example-cdc/sys.c: Copied from example-led. + + * example-led/sys.c (clock_init, GPIO_USB): Follow the change of + entry.c. + (gpio_init): Use RCC_ENR_IOP_EN and RCC_RSTR_IOP_RST. + (reset): Use ldr instead of mov.w and movt. + + * entry.c (GPIO_USB) [GPIO_USB_BASE]: Conditionally defined. + + * chopstx.c (preempt): Add ! for stm. + (chx_exit): Make sure RETVAL is saved onto r8. + (chopstx_usec_wait_var): Make sure USEC_P is saved onto r8. + 2013-11-27 Niibe Yutaka <gniibe@fsij.org> * board/board-stbee-mini.h: New. |