aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/io/io_semihosting.c
Commit message (Expand)AuthorAgeFilesLines
* IO Driver Misra Cleanupjohpow012020-07-161-4/+3
* io: change seek offset to signed long longYann Gautier2020-01-101-3/+3
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-5/+5
* io: Allow image load to address zeroKonstantin Porotchkin2018-07-181-2/+1
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-1/+2
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Fix minor issues found by cppcheckdp-arm2017-02-141-4/+4
* Remove direct usage of __attribute__((foo))Soren Brinkmann2016-01-141-1/+1
* Remove deprecated IO return definitionsJuan Castillo2015-11-021-23/+13
* Fix bug in semihosting write functionJuan Castillo2015-07-161-7/+2
* Remove variables from .data sectionDan Handley2014-05-061-16/+18
* Reduce deep nesting of header filesDan Handley2014-05-061-1/+1
* Always use named structs in header filesDan Handley2014-05-061-19/+19
* Make use of user/system includes more consistentDan Handley2014-05-061-3/+3
* Fix semihosting with latest toolchainRyan Harkin2014-02-201-17/+17
* Implement load_image in terms of IO abstractionJames Morrissey2014-02-171-0/+239