diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-30 14:57:10 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-30 14:57:10 +0900 |
commit | 9f16e5e051c2cf11465d00a2ee0265039e448b06 (patch) | |
tree | fb3a664b095446e632a135c38ee139a85db48066 /ChangeLog | |
parent | b90e58f763bd277b7a5285601a34818f44f2b01c (diff) |
consolidate mcu-chip specific code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2016-05-30 NIIBE Yutaka <gniibe@fsij.org> + * example-cdc: Update. + +2016-05-30 NIIBE Yutaka <gniibe@fsij.org> + + * mcu/adc-mkl27z.c, mcu/sys-mkl27z.c, mcu/usb-mkl27z.c: Moved from + example-fs-bb48. + + * mcu/adc-stm32f103.c, mcu/sys-stm32f103.c, mcu/usb-stm32f103.c: + Moved from example-cdc. + +2016-05-30 NIIBE Yutaka <gniibe@fsij.org> + * example-fs-bb48/sys.c (flash_do_internal, flash_do) (flash_erase_page, flash_program_word): New. * example-fs-bb48/command.c (cmd_fes, cmd_fww): New. |