Commit graph

56 commits

Author SHA1 Message Date
claudiol
ef2250d399 Added lib-88-plots, fixed WAIT bug. 2017-03-02 18:34:26 -05:00
claudiol
446fe8862c Updated project files 2017-01-26 09:12:11 -05:00
claudiol
a1a776fac7 Moved last few messages to RPL files. Removed old code for hard-coded messages.
Updated project files
2017-01-10 13:01:42 -05:00
claudiol
def7dd3914 Moved more messages out to libraries (added lib 0 - system messages).
Added debug menu and errors menu.
2017-01-05 12:58:05 -05:00
bruno-w
8842f25f9f Added alarm feature and related commands. 2016-11-25 11:57:33 +01:00
claudiol
9d54e558c1 Added lib76-ui, moved clipboard functions to it. 2016-11-22 09:25:34 -05:00
claudiol
fd7f2d721b Added Base menu to Math submenu. 2016-11-21 11:58:59 -05:00
bruno-w
7b7e2168bc Added VERSION command.
Restaure newRPL heartbeat.
2016-11-14 17:09:30 +01:00
claudiol
44ff7b4039 Menu look improvements. 2016-11-14 10:16:50 -05:00
claudiol
0314b93da5 Fixed bug crashing with corrupted data. Added boot option with certain keys. Added build version number defines. 2016-11-11 17:17:00 -05:00
claudiol
4a02fcc6ba Added lib 66 menu 2016-11-08 12:12:06 -05:00
claudiol
0642c08a7f Added TRIM, RTRIM, STRLEN, STRLENCP 2016-11-08 11:18:15 -05:00
claudio
03de34bbb0 Merge branch 'master' of ssh://git.code.sf.net/p/newrpl/sources 2016-11-05 09:22:52 -04:00
claudiol
c7254c446c Added main menu, assigned to SYMB key. Added Angles menu. Fixed multiple libraries to execute commands as objects. 2016-11-03 10:48:22 -04:00
bruno-w
ab68725ffa RTC driver (part2) - Implemented Alarm and Periodic Interrupts 2016-11-01 19:20:27 +01:00
claudio
79b9f2d1e1 Merge branch 'master' of ssh://git.code.sf.net/p/newrpl/sources 2016-10-31 22:56:19 -04:00
claudio
1f921be8d5 Moved list messages. Added list library menus (work in progress) 2016-10-31 22:55:58 -04:00
bruno-w
9ba0e537aa RTC driver (part1) 2016-10-28 15:05:31 +02:00
bruno-w
08cdfaf39c Added DATE+, DDAYS, ->HMS, HMS->, HMS+ and HMS- commands.
Created lib-65.nrpl file.
Code refactored for commands ->DATE and ->TIME.
2016-10-20 23:11:30 +02:00
claudiol
808bc8c187 Improved RTC driver.
Fixed invalid dates to 1980 in file system.
Started handling of complex specials in transcendentals.
2016-09-22 17:43:47 -04:00
claudiol
1bfb4f0a01 Fixed several warnings with newer gcc. 2016-07-20 12:10:40 -04:00
claudiol
10dffe45c4 Reorganized headers, removed file system debugging code. 2016-07-13 20:12:01 +00:00
claudiol
2d61199afe Added SD card image mount to PC emulator. Many type cast corrections in FSystem 2016-07-11 18:13:57 +00:00
claudiol
a1d31497e3 Fixed bug in filesystem OEM page conversion. Fixed file dates conversion. 2016-07-01 00:26:20 +00:00
claudiol
3c81a59e15 Rebuilt fonts again, fixed bug in bmp2font. Fixed bug in reals with new locale. 2016-06-15 16:41:57 +00:00
claudio
179c47751c Made file system common to all targets. 2016-06-14 20:20:05 -04:00
claudiol
056f9d3720 First test of SD library 2016-06-02 17:07:17 +00:00
claudiol
621330ca86 More work on file system for SD card access. 2016-05-31 21:20:28 +00:00
claudiol
af1c52c105 Added file system - work in progress 2016-05-30 15:00:59 +00:00
claudiol
301a00b4e4 Changed behavior of vars menu key (do EVAL1 instead of EVAL) 2016-05-12 13:23:12 -04:00
claudio
dabb65b42d Updated project files. 2016-04-09 16:32:06 -04:00
claudiol
7aeb8520e1 Enabled PRG menu 2016-03-21 09:50:27 -04:00
claudiol
2417403fd3 Added PURGE, ABS and ARG key bindings. Improved possible corrupt flags handling 2016-01-23 10:44:05 -05:00
claudiol
5fd949ade4 Added RPL objects to firmware project 2016-01-14 17:45:28 -05:00
claudiol
4218663624 Added newRPL source code into the build process 2016-01-11 17:50:59 -05:00
claudiol
d4996f9d24 Updated firmware project. 2016-01-07 17:07:09 -05:00
claudio
4b4756e13c Added test unit menu (work in progress) 2015-12-03 10:01:25 -05:00
claudiol
6092392619 Removed bad compiler option that was causing crash. 2015-11-06 11:01:48 -05:00
claudio
d2c4449c3d Merge branch 'master' of ssh://192.168.16.120:2222/newrpl 2015-11-06 06:32:03 -05:00
claudiol
9e9b82638b Added Domain access permissions. 2015-11-05 17:50:51 -05:00
claudio
c9ef3b63ae Started flash driver tests. 2015-10-17 07:43:24 -04:00
claudio
67248d4581 Reorganized code in the firmware image for stability. 2015-09-16 10:38:24 -04:00
claudiol
a2e3e3e36a Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
claudio
6f9eea6ef4 Fixed project for firmware 2015-08-27 08:06:23 -04:00
claudiol
c7e6a6c584 Sanity check bug fixes and improvements. 2015-08-21 16:59:01 -04:00
claudiol
194dc29a78 Fixed memory corruption bug in drawing routines + started backup framework. 2015-08-19 15:58:24 -04:00
claudiol
ba1b2b2d59 Fixed bug in OFF function. Upgraded gcc to 5.2. 2015-08-19 14:50:53 -04:00
claudio
c32dfe7b62 Changed read-only data sections for firmware. 2015-08-13 07:44:05 -04:00
claudio
2843cae728 Added 8-pixel fonts 2015-08-02 11:19:22 -04:00
claudio
9be7634cb8 Added cancel handler + global variable reorder 2015-05-31 11:52:11 -04:00