David Gartner
a8ad228599
Updated code to compile on GNU/Linux 5.15.0-75-generic #82-Ubuntu SMP and Code Sourcery MIPS toolchain
2023-07-06 15:58:16 -06:00
Serge Vakulenko
fa094d1744
libc: add missing functions __fixunssfsi() and __floatunsisf().
2016-01-03 00:21:39 -08:00
Serge Vakulenko
7503ce7856
Add Flappy Bird game.
2015-11-22 01:47:52 -08:00
Serge Vakulenko
7ddf7686a3
Enable mips16e instruction set for all user binaries.
2015-11-03 21:36:31 -08:00
Serge Vakulenko
20e1ad2cb2
Install libgpanel.
2015-10-06 13:20:59 -07:00
Serge Vakulenko
4f7baefbf0
Build and install libm.a library.
...
Print a number of configured channels for adc and pwm drivers.
2015-09-27 13:59:50 -07:00
Serge Vakulenko
e8cb02f3f7
Added a tiny implementation of readline library, based on linenoise sources.
...
See https://github.com/antirez/linenoise for details.
Implemented a routine atexit() in libc.
Pdc modified to use readline library.
2015-07-18 18:41:46 -07:00
vak
0c3fffb6f6
Merge pull request #56 : Fix build for gcc >= 5.0.
...
gcc 5.0 defaults to -std=gnu11 meaning code which relies on implicit
ints will no longer compile. Passing -std=gnu89 restores the default
but causes problems because the system headers are written in gnu11.
Using -idirafter instead of -nostdinc resolves all problems and should
be compatible with old GCC versions (and clang).
2015-07-04 19:59:43 -07:00
Serge Vakulenko
81a8a8379d
Deleted unused include files dbm.h and pcc.h.
...
Deleted library functions stty() and gtty().
PicoC built in mips16 mode, without floating point support.
2015-06-24 19:19:46 -07:00
James Turner
b6e105c87b
Fix build after aout reorganization
2014-06-18 13:45:24 -04:00
Serge Vakulenko
058804256a
Fixed bug in assembler: incorrect immediate in subu macro.
2014-05-05 20:17:31 -07:00
Sergey
d404fca13a
Fixed bug in assembler: incorrect offset of far symbols in LUI instruction.
...
Added .gitignore files for most subdirs.
2014-04-18 01:12:49 -07:00
Matt Jenkins
895f96d2f7
Initial Import from SVN
2014-04-09 14:27:18 +01:00