This website requires JavaScript.
d6a6d80d6e
Fixed parsing of partition data
Matt Jenkins
2014-04-29 17:31:37 +01:00
037fc65e93
Merge pull request #19 from alexfru/master
Matt Jenkins
2014-04-29 13:43:35 +01:00
07b6681eef
Improve configsys option parsing
Matt Jenkins
2014-04-29 13:37:09 +01:00
ce1f5ce4dc
Improved congigsys option parser
Matt Jenkins
2014-04-29 13:33:54 +01:00
b652f52cb6
Smaller C: Improve pointer initialization
Alexey Frunze
2014-04-26 15:53:41 -07:00
b98de3368e
*.mk configuration files modified for compatibility with latest version of Mentor Sourcery CodeBench Lite toolchain (https://sourcery.mentor.com/GNUToolchain/release2641 ). All detected issues fixed.
Serge Vakulenko
2014-04-24 21:06:37 -07:00
1b15bcff49
Fixed bug in assembler: incorrect offset in LUI instruction.
Serge Vakulenko
2014-04-24 11:56:01 -07:00
3a38f291a7
Merged kernel support for ELF executable format from karolina.lindqvist. Now kernel can directly run executables generated by gcc.
Serge Vakulenko
2014-04-23 21:43:09 -07:00
3942e87cd1
Compiled atc game. Fixed include file for curses library.
Serge Vakulenko
2014-04-23 20:02:02 -07:00
8d5a6f60b1
Merge pull request #15 from alexfru/master
Matt Jenkins
2014-04-22 11:15:46 +01:00
bc98f62608
Fix a benign typo
Alexey Frunze
2014-04-22 02:57:42 -07:00
d3e8eefb58
Merge pull request #14 from alexfru/master
Matt Jenkins
2014-04-21 09:25:32 +01:00
fd04710c23
Fix initialization
Alexey Frunze
2014-04-21 01:08:49 -07:00
a0a4e242e6
Improve variable initialization in Smaller C
Alexey Frunze
2014-04-20 20:59:47 -07:00
557a7f6c8f
Merge branch 'master' of github.com:RetroBSD/retrobsd
Matt Jenkins
2014-04-20 20:24:33 +01:00
a7d0838ea8
Created global version variable
Matt Jenkins
2014-04-20 20:24:18 +01:00
8577d7082d
Merge pull request #12 from sevan/patch-3
Matt Jenkins
2014-04-19 18:43:52 +01:00
e9ff914f88
Update README.md
Sevan Janiyan
2014-04-19 18:40:07 +01:00
3ac301cade
Improved UECIDE compiler path handling
Matt Jenkins
2014-04-19 18:33:40 +01:00
aabc8d8702
Merge pull request #11 from sevan/patch-2
Matt Jenkins
2014-04-19 18:26:29 +01:00
122d7bc73e
Merge pull request #10 from sevan/patch-1
Matt Jenkins
2014-04-19 18:26:19 +01:00
660b8c3814
Update README.md
Sevan Janiyan
2014-04-19 16:19:25 +01:00
da4d3a3a8f
Update Makefile
Sevan Janiyan
2014-04-19 15:46:33 +01:00
b5a8255248
Changed %2 to %s in string format
Matt Jenkins
2014-04-19 13:37:42 +01:00
5da189ad36
Changed %2 to %s in string format
double_precision
Matt Jenkins
2014-04-19 13:37:15 +01:00
de9ae5c603
Merge branch 'master' into double_precision
Matt Jenkins
2014-04-19 12:42:19 +01:00
22c2f77d84
Added "create" flag to AR commands
Matt Jenkins
2014-04-19 11:46:17 +01:00
ad74c37318
Disabled verbose execution
Matt Jenkins
2014-04-19 11:39:55 +01:00
7205bb7ef2
Switched from mktemp to mkstemp
Matt Jenkins
2014-04-19 11:36:18 +01:00
bbcbed61b0
Resolved argument type mismatch warning
Matt Jenkins
2014-04-19 11:20:33 +01:00
9cf1805a1d
Added double precision test programs
Matt Jenkins
2014-04-19 10:31:33 +01:00
4e2777e9fb
Added double precision test programs
Matt Jenkins
2014-04-19 10:31:25 +01:00
6316b05ec3
Added gccdump.s to gitignore
Matt Jenkins
2014-04-19 10:26:30 +01:00
738874016f
Merge github.com:igor-m/retrobsd-1 into double_precision
Matt Jenkins
2014-04-19 10:04:52 +01:00
e3e3146c38
Added extra SPI transfer mode IOCTLs - IM
Matt Jenkins
2014-04-19 10:01:26 +01:00
6ce8e28a85
Fix of 16byte stack alignment, doprnt.c does not require va_arg fix now
igor-m
2014-04-19 09:50:04 +02:00
d404fca13a
Fixed bug in assembler: incorrect offset of far symbols in LUI instruction. Added .gitignore files for most subdirs.
Sergey
2014-04-18 01:12:49 -07:00
4783836659
New SPI IOCTL modi - R,W,RB,WB,RWB
igor-m
2014-04-17 19:49:40 +02:00
249b5716bb
Original spi.c and spi.h
igor-m
2014-04-17 01:17:06 +02:00
1d1151403b
Revert "Added comment to spi.c"
igor-m
2014-04-17 01:06:49 +02:00
54a771c6f0
Revert "Added comment to spi.c"
igor-m
2014-04-17 00:53:24 +02:00
eddfd51e51
Fix of vaarg alignment addr calc
igor-m
2014-04-17 00:14:41 +02:00
d9033fbf2d
target.mk back with -fno-short-double
igor-m
2014-04-17 00:07:00 +02:00
28aae2c427
Added comment to spi.c
igor-m
2014-04-16 15:24:09 +02:00
6d689c335c
Added SPI modes R,W,RB,WB,RWB
igor-m
2014-04-16 15:03:35 +02:00
bad98ad239
Single -fno-short-double in target.mk
igor-m
2014-04-14 13:30:22 +02:00
c04495837f
Fix of the vaarg fix
igor-m
2014-04-13 09:34:13 +02:00
297b14aa0c
Fixes with aliasing - using ieee.h
igor-m
2014-04-12 13:39:05 +02:00
190aa1e633
Fixes with aliasing
igor-m
2014-04-12 12:51:40 +02:00
0220852a66
Fix of va_arg aliasing in doprnt.c
igor-m
2014-04-12 01:25:31 +02:00
2afff6f8aa
Fix to doprnt.c and moded modff, modf etc
igor-m
2014-04-12 01:14:47 +02:00
5b1496e5c3
Fix6
igor-m
2014-04-11 22:55:29 +02:00
bcff791a3c
Fix5
igor-m
2014-04-11 22:45:22 +02:00
98d034efe1
Fix4
igor-m
2014-04-11 22:24:56 +02:00
0f6e23c2fe
Fix 3
igor-m
2014-04-11 21:55:53 +02:00
af3db0bcd2
Another attempt to fix isinff.c, grrh
igor-m
2014-04-11 21:51:23 +02:00
b73ccfb9dc
Attempt to fix isinff.c
igor-m
2014-04-11 21:23:23 +02:00
c31e4fa1e8
Was within untracked files ??
igor-m
2014-04-11 20:13:51 +02:00
16e7b63b48
Fix the Double Precision changes
igor-m
2014-04-11 19:35:55 +02:00
16214d4557
Double Precision Floating Math implementation
igor-m
2014-04-11 13:36:20 +02:00
5c4efd1e44
Merge branch 'master' of github.com:RetroBSD/retrobsd
Matt Jenkins
2014-04-11 12:04:09 +01:00
2b55f43806
Set fubarino makefile to me default configuration
Matt Jenkins
2014-04-11 12:04:00 +01:00
e05a6dc486
Merge pull request #4 from igor-m/master
Matt Jenkins
2014-04-11 12:02:41 +01:00
4a83f1ab98
Merge branch 'master' of https://github.com/igor-m/retrobsd-1
Matt Jenkins
2014-04-11 11:57:30 +01:00
2ce88ee405
Fixed version information for git repository
Matt Jenkins
2014-04-11 11:57:09 +01:00
f3d7970ac1
Mods to ZMODEM, rz works a little bit smoother now
igor-m
2014-04-11 11:55:28 +02:00
de064ac74b
Moved rdisk.c into kernel. Renamed startup.S to _startup.S
Matt Jenkins
2014-04-11 10:20:46 +01:00
a1cfe257dd
Merge pull request #3 from alexfru/master
Matt Jenkins
2014-04-11 10:04:42 +01:00
75eebef473
Fix compilation warnings/errors in smux, tip, virus
Alexey Frunze
2014-04-11 01:26:45 -07:00
1ac382c173
Added Watchdog reg defs
igor-m
2014-04-11 07:34:02 +02:00
b11d24abb8
Markdowned readme
Matt Jenkins
2014-04-11 00:19:14 +01:00
973449d228
Markdowned readme
Matt Jenkins
2014-04-11 00:17:57 +01:00
6957ec9c98
Markdowned readme
Matt Jenkins
2014-04-11 00:17:34 +01:00
b9985fb258
Markdowned readme
Matt Jenkins
2014-04-11 00:16:49 +01:00
4b4bc6a577
Markdowned readme
Matt Jenkins
2014-04-11 00:12:40 +01:00
ba5c6ddf4a
Markdowned readme
Matt Jenkins
2014-04-11 00:06:10 +01:00
f57bb6fe86
Markdowned readme
Matt Jenkins
2014-04-11 00:04:39 +01:00
500db22019
Markdowned readme
Matt Jenkins
2014-04-11 00:03:52 +01:00
d8a4bc8497
Merge branch 'master' of github.com:RetroBSD/retrobsd
Matt Jenkins
2014-04-11 00:03:33 +01:00
d16c7f3406
Merge pull request #2 from igor-m/master
Matt Jenkins
2014-04-11 00:01:36 +01:00
9d19d03b1c
Merge branch 'master' of https://github.com/igor-m/retrobsd-1
Matt Jenkins
2014-04-11 00:00:44 +01:00
017a1d154a
Fix for a smooth start of the USB Bootloader @120MHz (it locks otherwise)
igor-m
2014-04-11 00:55:36 +02:00
bd4d40ad3e
Merge pull request #1 from igor-m/master
Matt Jenkins
2014-04-10 23:43:51 +01:00
b9fa96f8bc
Changes in 32MXBoard's Makefile after running config
igor-m
2014-04-11 00:39:47 +02:00
b2455a78f1
Added 32MX board
igor-m
2014-04-10 23:48:40 +02:00
a87a95f6ad
The 32MX Board with 16MB SDRAM
igor-m
2014-04-10 23:21:27 +02:00
018eec580d
Changes in Makefile - Fubarino board, installflash, installboot
igor-m
2014-04-10 23:11:55 +02:00
b5122288cd
Deleted the old rd_sramc BB driver
igor-m
2014-04-10 22:54:33 +02:00
c22581a1b0
Deleted old Fubarino configs
igor-m
2014-04-10 22:50:24 +02:00
95fc70aa4f
Added Fubarino config for UART2 Console, UART1 Serial, SRAMC ramdisk + others
igor-m
2014-04-10 22:37:57 +02:00
5faa69b5e4
New PMP driver for 8MB Ramdisk v.1.1 and clones
igor-m
2014-04-09 18:44:03 +02:00
5ef98b2b76
Added UECIDE option to compiler in target makefiles
Matt Jenkins
2014-04-09 15:26:18 +01:00
ce212a68fb
Added /u directory
Matt Jenkins
2014-04-09 15:18:17 +01:00
0c86462977
Fixed for git repo compilation
Matt Jenkins
2014-04-09 15:07:21 +01:00
0fb7dbb7c8
Renamed readme
Matt Jenkins
2014-04-09 14:29:01 +01:00
895f96d2f7
Initial Import from SVN
Matt Jenkins
2014-04-09 14:27:18 +01:00
8976e834c4
Initial commit
Matt Jenkins
2014-04-09 06:25:47 -07:00