1
0
Fork 0
forked from Miroirs/x49gp
Commit graph

12 commits

Author SHA1 Message Date
datajerk
7d928fca72 Merge pull request #2 from Bruno-w/master
Bug fix: RTC alarm wake-up
2016-11-08 10:22:03 -07:00
Bruno-w
6167cbfe90 Bug fix: RTC alarm wake-up
Because of the S3C2410 bug (INT_SRCPND_RTC not set on alarm wake-up), the firmware need to check on power-on if an alarm is triggered by comparing the alarm date to the system date.
But, It failed because the firmware read a system date that is 1 second behind the alarm date, while the cpu was waked-up by an alarm.
This is because x49gp uses 2 different functions to read host system time in 2 key routines, leading to a 1 second gap when used consecutively.
This fix solved this issue.
2016-11-08 11:27:47 +01:00
datajerk
575754921e Merge pull request #1 from claudiobsd/master
Improved keyboard emulation to support newRPL.
2015-11-12 17:43:44 -05:00
claudiol
b5f93ed6a4 Improved keyboard emulation to support newRPL. 2015-11-12 17:07:28 -05:00
Egan Ford
838dd96204 added -lm -lz to LDFLAGS for 3298 to build 2014-10-30 18:33:41 -06:00
Egan Ford
18e10037dd modified: flash.c
modified:   include/x49gp_ui.h
	modified:   s3c2410_lcd.c
	modified:   ui.c

Patches from 3298:  http://www.hpmuseum.org/forum/thread-2352-post-20831.html#pid20831
2014-10-28 21:07:16 -06:00
Nicholas Kirchner
6b07f2cf64 Updated README (for real) 2013-08-22 20:39:39 -05:00
Nicholas Kirchner
dc57edd946 Updated README 2013-08-22 20:39:18 -05:00
Nicholas Kirchner
3b517a294c Fixed Makefiles to support Ubuntu 12.04 2013-08-22 20:33:51 -05:00
Nicholas Kirchner
816a29d8be ignore DS_Store 2013-08-22 20:04:21 -05:00
Nicholas Kirchner
1079712260 deleted .svn subdirectories 2013-08-22 20:01:12 -05:00
Nicholas Kirchner
23b61d3ea5 Forked from revision 11 at http://sourceforge.net/p/x49gp/code/11/tree/ 2013-08-22 19:57:00 -05:00