aboutsummaryrefslogtreecommitdiff
path: root/stm-fmc.h
AgeCommit message (Expand)Author
2020-10-15Add retro fmc_write_32/fmc_read_32 for the board-test projects that use them.Paul Selkirk
2019-04-06Remove fmc_[read|write]_32, since we now memcpy in hal_io_[read|write].Paul Selkirk
2018-07-07Changed FMC initialization code to match the new sync FMC arbiter. RemovedPavel V. Shatov (Meister)
2018-05-27FMC cleanup: constification, gratuitous pointer.Rob Austein
2018-05-27Convert FMC I/O functions to static inline.Rob Austein
2017-10-15Cleanup: All drivers return HAL_StatusTypeDef rather than magic values.Paul Selkirk
2017-05-02Merge branch 'init_cleanup' into no-rtosPaul Selkirk
2016-05-24#include stm32f4xx_hal.h since stm-fmc.h now references HAL symbols.Paul Selkirk
2016-05-23SDRAM initialization and test code from Pavel.Fredrik Thulin
2016-05-22reindent/reformat to closer resemble rest of code baseFredrik Thulin
2015-11-11Lots of cleanup.Paul Selkirk