1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #42 from glpuga/fix/issue466 More... over 1 year ago
Merge pull request #450 from m4v/fix_overflow More... over 5 years ago
Merge pull request #454 from patriciobos/multicore_issue_445 More... over 5 years ago
Merge pull request #460 from ciaa/new_lwip_link More... over 5 years ago
Merge pull request #43 from glpuga/features/cortexM4contextswitching More... almost 7 years ago
Fixing typos in comments. More... almost 7 years ago
Fixed a few errors on code comments. More... almost 7 years ago
Corrected a few copy-and-paste errors on the InitStack_Arch() routine. This will create a conflict with the features/cortexM0contextSwitching branch down the road. More... almost 7 years ago
Corrected pointer type error that was causing warnings during compilation. More... about 7 years ago
Added attribution lines to the files that were modified. More... about 7 years ago
Improved format. More... about 7 years ago
Deleted a two FIXME that where already checked and required no changes. More... about 7 years ago
Improved the names of a few objects within the cortexm4 port to better indicate their function. More... about 7 years ago
Corrected version of the context switching routines, ready to be tested using make rtostests More... about 7 years ago
Version under test; problems where detected on the new algorithm, but there's already a solution on the way More... about 7 years ago
Corrected that this kind of implementation does not require a SaveContext() routine. More... about 7 years ago
Added two comments for work to be done on the code after having restored the functionality and having tested the changes. One of the comments includes a possible bug within the code. More... about 7 years ago
First set of modifcations to the context switching code to use an aproximation based on the frozen-conext technique used on the SPARC port. More... about 7 years ago
Improved the legibility of the code. More... about 7 years ago
Improving code style and some of the comments in the CortexM0 code. More... about 7 years ago
MOdification to the comments in both PensSV.s files (CortexM0 and CortexM4). More... about 7 years ago
Corrected comments on PendSV for CortexM4. More... about 7 years ago
Merge remote-tracking branch 'origin/features/cortexM4contextswitching' into features/cortexM4contextswitching More... about 7 years ago
Corrected a comment; LR is R14, not R13. More... about 7 years ago
Improved some of the comments in InitStack_Arch. More... about 7 years ago
Added comments to the InitStack_Arch function to document the inner workings of the context switching algorithms. More... about 7 years ago
Improved legibility and corrected typos in comments on the CortexM0 code. More... about 7 years ago
First steps cleaning the CortexM0 code. More... about 7 years ago
Completed adding comments to the task context switching code, to improve legibility and to analyze the way it works. Also noted a couple of weaknesses in the code. More... about 7 years ago
Style improvementes, superfluous comments removal and small corrections. More... about 7 years ago