[Cryptech-Commits] [sw/stm32] branch master updated (573363d -> ea4eda9)

git at cryptech.is git at cryptech.is
Mon Jun 6 18:32:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch master
in repository sw/stm32.

      from  573363d   Merge branch 'ft-uart_it'
       new  ee19acb   Don't break builds for dev-bridge board.
       new  99dffd5   Remove unused projects.
       new  c4bf539   Remove unused hex file.
       new  1899e23   Remove the 6-second blue blink for alpha board.
       new  7787580   Restore LED definitions for dev-bridge board.
       new  8238b28   Change enum stm_uart_port port to a typedef.
       new  6dc0d2e   Fix definition of LED_RED in mbed_die.
       new  77fc196   Fix UART pin assignments. (It uses the Alternate in any case.)
       new  b37cbe6   Refactor HAL_UART_MspInit, link DMA in MX_USART*_UART_Init so HAL_UART_MspInit doesn't have to.
       new  89e6d25   Split HAL_UART_RxCpltCallback into uart-specific callbacks.
       new  ea4eda9   Use refactored slip/serial code. Client daemon sends client ID, echo it back in response.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |  19 ++--
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_hal_msp.c      | 107 +++++++++------------
 .../TARGET_CRYPTECH_ALPHA/stm32f4xx_it.c           |  58 ++++++++---
 .../TARGET_CRYPTECH_ALPHA/system_stm32f4xx.c       |   2 +-
 projects/hsm/Makefile                              |   2 -
 projects/hsm/main.c                                | 100 +++++++------------
 projects/libhal-test/Makefile                      |   2 -
 projects/libhal-test/main.c                        |   4 +-
 stm-init.c                                         |   8 ++
 stm-led.h                                          |  10 +-
 stm-uart.c                                         |  16 +--
 stm-uart.h                                         |  18 ++--
 12 files changed, 177 insertions(+), 169 deletions(-)



More information about the Commits mailing list