aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* README: correct professor Hennessy name spelling.HEADmasterPavel Pisa2020-05-11
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* README.md: fix reference to uart rx interrupt maskJan Kaisrlík2020-04-30
| | | | uart rx insterrupt is mapped to bit 11 (8 + 3)
* README: add documentation how to modify comprocessor 0 regsJan Kaisrlík2020-04-30
|
* README: correct typo in professor Patterson name.Pavel Pisa2019-10-16
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* README: add links to other similar project.Pavel Pisa2019-09-06
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Add OpenHub statistic page link.Pavel Pisa2019-08-22
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Document new internal assembler directives and possibility to call make.Pavel Pisa2019-08-20
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Mention integrated assembler in the documentation.Pavel Pisa2019-07-02
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Setup correct path to Azure pipeline MAC OS build status.Pavel Pisa2019-06-28
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Document limitation of memory view which is not usable for frame-buffer access.Pavel Pisa2019-06-28
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Document frame-buffer and LCD display emulation.Pavel Pisa2019-06-28
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Add Building from source on macOS section to READMEMartin Endler2019-05-12
|
* Add build badge to READMEMartin Endler2019-05-12
|
* README.md: Open Build Service packages download page added.Pavel Pisa2019-03-24
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* README.md: add link to RPM packages provided by Open Build Service.Pavel Pisa2019-03-23
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Correct binary release address to point to CVUT archive.Pavel Pisa2019-03-16
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Update readme - include how CACHE and SYNCI instructions are implemented.Pavel Pisa2019-03-16
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Add link to open manual page.Pavel Pisa2019-03-10
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Include syscalls support in documentation.Pavel Pisa2019-03-10
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* README: fix typo in example of cmdJan Kaisrlik2019-03-06
|
* README: fix typosJan Kaisrlik2019-03-06
|
* Include description of partial coprocessor 0 support in README.Pavel Pisa2019-03-05
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Change serial port peripheral to match SPIM registers definition.Pavel Pisa2019-02-25
| | | | | | | Still Tx only and keep 0xffffc000 base to allows single instruction LW and SW access. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* README - update list of supported instructions.Pavel Pisa2019-02-24
| | | | | | | Complete list from MIPS32 Instruction Set Quick Reference is supported now. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Clarify KNOBS_8BIT register.Pavel Pisa2019-02-14
|
* README: correct code snippets formatting.Pavel Pisa2019-02-14
|
* Correct typo.Pavel Pisa2019-02-14
|
* Make dosc word in README to be link to documentation directory.Pavel Pisa2019-02-14
|
* Typo corrected.Pavel Pisa2019-02-14
|
* Add link to thesis and subject pages in README.Pavel Pisa2019-02-14
|
* README.md updatedPavel Pisa2019-02-14
|
* Update czenglish in readmeKarel Kočí2018-01-15
|
* Rework compilation so we don't have to use LD_LIBRARY_PATHKarel Kočí2018-01-01
|
* Update dependenciesKarel Kočí2017-12-21
| | | | | Yep it now works only with Qt5, no deep idea why but I probably used somewhere something that is not compatible.
* Acknowledge that we are not doing exact instruction matchKarel Kočí2017-12-12
|
* Add list of all implemented instructionsKarel Kočí2017-11-21
|
* Another huge pile of work for about two monthsKarel Kočí2017-11-19
| | | | | | Well I should commit every change instead of this madness. I am not documenting changes as all this is just improvements and implementation progression.
* Use QString and QVector instead of std ones and moreKarel Kočí2017-09-02
|
* Initial commitKarel Kočí2017-08-30
Adding work done so far.