Project

General

Profile

Statistics
| Revision:

root @ 87

# Date Author Comment
87 04/11/2019 18:24 Telmo Baptista

fixed stuff

86 04/11/2019 11:52 Telmo Baptista

changed delay of poll_byte to kbc delay

85 04/11/2019 11:50 Telmo Baptista

fixed remote delay problem

84 04/11/2019 11:46 Telmo Baptista

fixed packet in reading 0 packets

83 04/11/2019 11:31 Telmo Baptista

added delay between reads

82 31/10/2019 22:12 Diogo Miguel Ferreira Rodri...

dont need to send READ_DATA command every time i want to read a byte; one READ_DATA is enough for 3 bytes (a full packet)

81 31/10/2019 21:53 Diogo Miguel Ferreira Rodri...

added documentation

80 31/10/2019 21:41 Diogo Miguel Ferreira Rodri...

reorganized remote

79 31/10/2019 16:43 Telmo Baptista

fully implemented state_machine & gesture

78 31/10/2019 16:04 Telmo Baptista

fixed ack reading issue. added statemachine, still not working

77 31/10/2019 01:10 Diogo Miguel Ferreira Rodri...

fixed test_packets

76 30/10/2019 14:08 Telmo Baptista

fixed issue on packet/async

75 29/10/2019 22:56 Diogo Miguel Ferreira Rodri...

forgot to add some files. now added

74 29/10/2019 20:12 Diogo Miguel Ferreira Rodri...

implemented async. not working properly somehow

73 29/10/2019 19:50 Diogo Miguel Ferreira Rodri...

small change

72 29/10/2019 19:33 Diogo Miguel Ferreira Rodri...

packet now working fine

71 28/10/2019 22:08 Telmo Baptista

fixed packet parsing, remote fully operational

70 28/10/2019 14:28 Telmo Baptista

implemented remote, working on fixing issues

69 27/10/2019 02:55 Diogo Miguel Ferreira Rodri...

not deactivating reporting, dont know why

68 27/10/2019 02:21 Diogo Miguel Ferreira Rodri...

working decently

67 27/10/2019 02:10 Diogo Miguel Ferreira Rodri...

not working

66 27/10/2019 01:55 Diogo Miguel Ferreira Rodri...

minor change, added errors to lab3

65 27/10/2019 00:13 Diogo Miguel Ferreira Rodri...

changes

64 27/10/2019 00:06 Diogo Miguel Ferreira Rodri...

changing

63 27/10/2019 00:03 Diogo Miguel Ferreira Rodri...

changed

62 26/10/2019 23:43 Diogo Miguel Ferreira Rodri...

utils.h on lab2

61 26/10/2019 23:39 Diogo Miguel Ferreira Rodri...

changes

60 26/10/2019 23:20 Diogo Miguel Ferreira Rodri...

changes

59 26/10/2019 22:08 Diogo Miguel Ferreira Rodri...

even more changes

58 26/10/2019 22:07 Diogo Miguel Ferreira Rodri...

more changes

57 26/10/2019 21:14 Diogo Miguel Ferreira Rodri...

working

56 26/10/2019 21:05 Diogo Miguel Ferreira Rodri...

implementing mouse_parse_packet

55 26/10/2019 20:44 Diogo Miguel Ferreira Rodri...

added code to mouse_test_packet

54 26/10/2019 20:42 Diogo Miguel Ferreira Rodri...

fixed minor errors

53 26/10/2019 20:15 Telmo Baptista

added files

52 26/10/2019 20:14 Telmo Baptista

added files

51 24/10/2019 16:13 Telmo Baptista

Import lab4/

50 21/10/2019 19:07 Telmo Baptista

Fixed polling minor issue; refactor code

49 21/10/2019 18:40 Telmo Baptista

minor changes

48 21/10/2019 18:13 Telmo Baptista

Fixes

47 15/10/2019 15:05 Diogo Miguel Ferreira Rodri...

minor change

46 15/10/2019 15:04 Diogo Miguel Ferreira Rodri...

minor change

45 14/10/2019 22:33 Diogo Miguel Ferreira Rodri...

fixed 3rd function, now working fine

44 14/10/2019 20:06 Diogo Miguel Ferreira Rodri...

implemented 3rd function. something is wrong

43 14/10/2019 19:12 Diogo Miguel Ferreira Rodri...

minor changes. added compile.sh

42 14/10/2019 19:04 Diogo Miguel Ferreira Rodri...

changed counter

41 14/10/2019 18:49 Diogo Miguel Ferreira Rodri...

deleted unnecessary header

40 14/10/2019 18:20 Diogo Miguel Ferreira Rodri...

fixed something

39 14/10/2019 18:06 Diogo Miguel Ferreira Rodri...

fixed frozen keyboard

38 14/10/2019 17:08 Diogo Miguel Ferreira Rodri...

few changes to polling

37 14/10/2019 17:06 Telmo Baptista

Fixed kbc_scan issue

36 14/10/2019 15:36 Diogo Miguel Ferreira Rodri...

implemented keyboard polling

35 13/10/2019 23:49 Telmo Baptista

removed extra files

34 13/10/2019 23:44 Diogo Miguel Ferreira Rodri...

removed object file

33 13/10/2019 23:40 Telmo Baptista

Removed object files

32 13/10/2019 23:36 Diogo Miguel Ferreira Rodri...

now removed unnecessary files correctly

31 13/10/2019 22:17 Telmo Baptista

Minor changes

30 13/10/2019 20:57 Telmo Baptista

Implemented kbd_test_scan

29 07/10/2019 18:08 Telmo Baptista

minor changes and comments

28 07/10/2019 17:40 Diogo Miguel Ferreira Rodri...

minor changes (conversions)

27 07/10/2019 17:39 Telmo Baptista

beautifying

26 07/10/2019 00:19 Diogo Miguel Ferreira Rodri...

minor changes

25 06/10/2019 14:23 Telmo Baptista

fixed interrupt subscription, implemented interrupt handler

24 03/10/2019 22:16 Telmo Baptista

update variables

23 03/10/2019 22:04 Telmo Baptista

better prototype for timer_int_handler

22 03/10/2019 21:25 Diogo Miguel Ferreira Rodri...

restored timer_unsubscribe_int to original prototype

21 03/10/2019 21:16 Telmo Baptista

timer_test_int prototype

20 03/10/2019 21:14 Telmo Baptista

timer_test_int prototype

19 02/10/2019 20:41 Diogo Miguel Ferreira Rodri...

implemented timer_subscribe_int and timer_unsubscribe_int. WARNING, timer_unsubscribe_int changed prototype

18 30/09/2019 19:39 Telmo Baptista

Fix minor issue on set_frequency

17 30/09/2019 19:33 Diogo Miguel Ferreira Rodri...

replaced hardcoded value by MACRO

16 30/09/2019 19:05 Diogo Miguel Ferreira Rodri...

fixed stuff

15 30/09/2019 18:14 Telmo Baptista

Finished set_frequency

14 30/09/2019 17:52 Diogo Miguel Ferreira Rodri...

minor change in timer_display_conf

13 30/09/2019 17:49 Telmo Baptista

You can work now

12 30/09/2019 17:20 Telmo Baptista

Fix timer.c

11 30/09/2019 17:18 Telmo Baptista

Fix utils.c

10 30/09/2019 16:19 Telmo Baptista

Update timer.c

9 30/09/2019 15:59 Diogo Miguel Ferreira Rodri...

minor changes

8 30/09/2019 15:30 Diogo Miguel Ferreira Rodri...

pointer validation in util_sys_inb

7 30/09/2019 15:29 Telmo Baptista

Work on utils.c

6 30/09/2019 15:07 Diogo Miguel Ferreira Rodri...

some more advances in func 1

5 29/09/2019 23:30 Diogo Miguel Ferreira Rodri...

implemented functions for 1st part

4 27/09/2019 14:48 Telmo Baptista

Import Lab2/

3 23/09/2019 17:51 Diogo Miguel Ferreira Rodri...

removed hello (bin)

2 23/09/2019 17:49 Diogo Miguel Ferreira Rodri...

added hello.c (now correct)

1 23/09/2019 17:36 Diogo Miguel Ferreira Rodri...

Importer lab0/