Add Mateusz Zalega

This commit is contained in:
NIIBE Yutaka
2015-09-07 17:10:42 +09:00
parent 014dbf25f6
commit f6d79e6821
2 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -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.