- 25 Feb, 2015 1 commit
-
-
Robert Sprowson authored
Docs/GPIO: StrongHelp updated Resources/!PiLed/!Run: RMEnsure the GPIO module first Resources/!PiLed/!RunImage: Clarifications and improvements hdr/Reals: Make space for the Mk2 model B and model A+ s/I2CSWIs: Improvements to error reporting s/InitModule: Add an API version check against the HAL s/PiSWIs; s/SupportCode: Resolve some TODO's s/Tables: The two extra tables for the two extra boards Submission from Tank. Built, and module loaded, but no runtime testing. Version 0.60. Tagged as 'GPIO-0_60'
-
- 13 Oct, 2014 1 commit
-
-
Robert Sprowson authored
The change to use macros for the "Pull" sequences hadn't spotted that several of them were on lines with numeric labels, and the $label term of the "Pull" macro copies that inside the macro, making it macro local. As there aren't any ROUT directives these were silently moved by objasm to whereever the nearest similar number label was - resulting in several non functional exits. Also move the module flags word to not be immediately after the module header, per recommendation in case the header ever needs extending. Syntax strings change in line with, for example, *TIME's. Version 0.59. Tagged as 'GPIO-0_59'
-
- 09 Oct, 2014 4 commits
-
-
Robert Sprowson authored
This gets rid of ~200 mixed UAL warnings without having to use the -nowarn switch, which could hide some genuine warnings needing attention. PUSH and POP are synonyms for their STM and LDM equivalent, according to the ARM ARM. Version number bumped to +0.01 greater than Tank's latest binary. Version 0.58. Tagged as 'GPIO-0_58'
-
Robert Sprowson authored
Unknown SWIs now return the error with V set rather than calling OS_GenerateError. A couple of non-X SWIs changed added 'X'. Use SETV/CLRV now we have sight of central headers to simplify the exit points. Query use of SWIEQ/SWINE pair. Version 0.54. Tagged as 'GPIO-0_54'
-
Robert Sprowson authored
Submission from TankStage. Version 0.53. Tagged as 'GPIO-0_53'
-
Robert Sprowson authored
First part of submission from TankStage. Built, but not tested. Version 0.52. Tagged as 'GPIO-0_52'
-
- 29 Apr, 2014 2 commits
-
-
Ben Avison authored
Detail: Changed to use CModule shared makefile. No need to call __RelocCode when targeting ROM (relocation is done at ROM link time instead). In fact, the linker doesn't create __RelocCode in this case, so link fails unless it's removed. Admin: Tested on Raspberry Pi Version 0.51. Tagged as 'GPIO-0_51'
-
Ben Avison authored
Admin: Relicenced under the BSD licence with the permission of the author
-