Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-10 | init, simple LED flasher for the tamper MCUHEADmaster | Fredrik Thulin | |
2015-12-10 | output HCLK on startup to see if HSE is used | Fredrik Thulin | |
2015-12-10 | init, code testing the RTC on the dev-bridge board | Fredrik Thulin | |
2015-12-10 | Abort startup on non-working RCC. | Fredrik Thulin | |
Without this, failure to initialize the HSE will go unnoticed. | |||
2015-10-15 | init | Fredrik Thulin | |
2015-10-15 | Delay after setting output pin, to prevent incorrect reading. | Fredrik Thulin | |
2015-10-15 | remove case-specific test code accidentally committed | Fredrik Thulin | |
2015-09-10 | Add application useful in helping identifying electrical shorts. | Fredrik Thulin | |
This application tries to help finding elecrical shorts in the dev-bridge board by configuring all pins but one at a time as input (pull-down), and then outputing a bit to one pin and checking that none of the input pins go high. | |||
2015-09-10 | Implement UART outputing of results | Fredrik Thulin | |
2015-09-10 | emacs indentation | Fredrik Thulin | |
2015-09-02 | Make post-mortem analysis using gdb easier. | Fredrik Thulin | |
Use a number of volatile (in-memory) variables to track status in order to be able to break the program anywhere in the "have failed" loop and see what failed with both address and data tests. | |||
2015-09-02 | Delay FMC startup to not upset the Novena at boot. | Fredrik Thulin | |
For some unknown reason, Novenas seems to not boot unless the initialization of the FMC interface is delayed for a little while. | |||
2015-09-02 | Enable checking for errors. | Fredrik Thulin | |
Fix from Pavel, posted on the tech-list. | |||
2015-09-02 | remove CR and trailing whitespace | Fredrik Thulin | |
2015-09-02 | Import of Pavel's fmc-test application. | Fredrik Thulin | |
Copied here and slightly adapted to GCC build environment (standard directory names and added Makefile). Based on this commit: commit 43b94a6ada83454c3404bda019ec114f97379c82 Author: Pavel V. Shatov <meisterpaul1@yandex.ru> Date: Thu Aug 27 00:01:24 2015 +0400 Initial version of FMC driver for STM32. in the repository git.cryptech.is.:user/shatov/fmc-test. | |||
2015-09-02 | import CMSIS 1.3.2 (from STM32Cube FW_F4 V1.7.0) | Fredrik Thulin | |
2015-07-17 | init | Fredrik Thulin | |