diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-07 17:10:42 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-07 17:10:42 +0900 |
commit | f6d79e68213f46679715bad546b33006fb553d79 (patch) | |
tree | 0424afad2f4979a26eda67de178690c77588912e | |
parent | 014dbf25f628a3befb930d23ee0c24d4e9b8f929 (diff) |
Add Mateusz Zalega
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,7 @@ Aidan Thornton: Kaz Kojima: Added STM32 Primer2 support. board/board-stm32-primer2.h + example-primer2 Kenji Rikitake: Added ST Dongle support. @@ -16,6 +17,10 @@ Kiwamu Okabe: Wrote an OpenOCD scirpt: example-fsm-55/stlink-v2.cfg +Mateusz Zalega: + Added Nitrokey-Start support. + board/board-nitrokey-start.h + NIIBE Yutaka: Write the library: chopstx.c, eventflag.c, entry.c, clk_gpio_init.c @@ -1,5 +1,7 @@ 2015-09-07 Niibe Yutaka <gniibe@fsij.org> + * example-primer2: New from Kazumoto Kojima. + * board/board-nitrokey-start.h (VAL_GPIO_USB_ODR) (VAL_GPIO_USB_CRL): Fix the values for NeuG settings. @@ -9,6 +11,10 @@ * board/board-nitrokey-start.h (BOARD_ID): Fix the value. * clk_gpio_init.c (AFIO_MAPR_SWJ_CFG_JTAGDISABLE): New. +2015-08-07 Mateusz Zalega <mateusz@nitrokey.com> + + * board/board-nitrokey-start.h: New. + 2015-08-06 Niibe Yutaka <gniibe@fsij.org> * example-fsm-55/README: Updated. |