OSDN Git Service

1724b16deee82ef5d7dcc9018b7666a0d8834ddb
[openi2cradio/OpenI2CRadio.git] / 00_gitlog.20130727.txt
1 commit 1a1c30a60533e346d9f055c3dc18a6d77b19ce15
2 Author: K.Ohta <whatisthis.sowhat@gmail.com>
3 Date:   Fri Jul 26 13:56:13 2013 +0900
4
5     [IO] Fix unstable of power button.
6     [Build] Enable to boot , compiled with XC8. Some functions wtill work wrong.
7
8 commit bb2b446ef34c5f65e8c953c2f378623bcb82493c
9 Author: K.Ohta <whatisthis.sowhat@gmail.com>
10 Date:   Fri Jul 26 10:55:29 2013 +0900
11
12     [POWER] Shutdown EX-RF-AMP on turning off power, now still use 3mA.
13
14 commit f99a6e386c584d8f40523c7e59100eeefe28da58
15 Author: K.Ohta <whatisthis.sowhat@gmail.com>
16 Date:   Thu Jul 25 14:04:06 2013 +0900
17
18     [DISP] Fix unstable-display of SCAN menu.
19
20 commit 337780b6cc7b24e9f61475042bd154e128f01a3c
21 Author: K.Ohta <whatisthis.sowhat@gmail.com>
22 Date:   Thu Jul 25 13:13:00 2013 +0900
23
24     [POWER] Wait correct time on idle(), idle_time_ms().
25     [WIP] Try to work with Microchip's XC8, still I2C is not running :-(
26
27 commit 8d463fcd5e1104ffa4340f9e236082577cb9aaf3
28 Author: K.Ohta <whatisthis.sowhat@gmail.com>
29 Date:   Wed Jul 24 23:29:59 2013 +0900
30
31     [IDLE] Maybe correct time.
32     [UI] Fix incorrect power-button(maybe)...
33     [UI] Fix scan screen problem.
34
35 commit 468481f66114c35ec64e15d6ecac08d2f1e4ed72
36 Author: K.Ohta <whatisthis.sowhat@gmail.com>
37 Date:   Wed Jul 24 19:16:37 2013 +0900
38
39     [RFAMP] Add power-management of RF-PRE-AMP.
40
41 commit 20fdea4bb41e71e59bbf7516c192e5d70ae61b42
42 Author: K.Ohta <whatisthis.sowhat@gmail.com>
43 Date:   Mon Jul 22 23:25:13 2013 +0900
44
45     [Project]
46
47 commit 970cdf5523651be362f9a6e0d712de1e363b6e01
48 Author: K.Ohta <whatisthis.sowhat@gmail.com>
49 Date:   Mon Jul 22 23:24:37 2013 +0900
50
51     [AMP] Change MW AMP's gain. R702 removed.
52
53 commit 4eba10a663f1b9d9bcf77a0a350270dcd8e4fb59
54 Author: K.Ohta <whatisthis.sowhat@gmail.com>
55 Date:   Tue Jul 9 20:32:23 2013 +0900
56
57     [EXAMP] Change mute to ex-amp-power to save idle-power, NJM2073@Mute mode is eaten >10mA, it's too eat on idle.
58     In idle-state, now still eaten about 13~15mA, almost RF-Preamp.
59
60 commit 98299b1e5b0caf3289a042d8765375af4bdaedc2
61 Author: K.Ohta <whatisthis.sowhat@gmail.com>
62 Date:   Mon Jul 8 03:37:48 2013 +0900
63
64     [Schematic] Change coil of SW-PRE-AMP, issue of low-gain @higher freq.
65
66 commit 99b284b54f43d2cb2176d3a65897ed5f3db8050a
67 Author: K.Ohta <whatisthis.sowhat@gmail.com>
68 Date:   Mon Jul 8 03:31:55 2013 +0900
69
70     [Schematic] Swap RC1 and RC2, due to use PWM2(CCP2) as backlight.
71
72 commit 3db67a073bb6873230e6d711e4e16f42fcbd27ae
73 Author: K.Ohta <whatisthis.sowhat@gmail.com>
74 Date:   Mon Jul 8 03:17:28 2013 +0900
75
76     [LCD] Change IOPORT RC2 TO RC1 (PWM1 to PWM2) issue of ECCP, P1B-P1D is synced with P1A, why?(Still single mode).
77
78 commit fb6f33a8b76e8cb034eee9902db7385471189348
79 Author: K.Ohta <whatisthis.sowhat@gmail.com>
80 Date:   Mon Jul 8 02:11:47 2013 +0900
81
82     [Backlight] Use PWM mode for backlight, to save battery.
83
84 commit 9c1afaddfa21e7ca92d300bad1b2a9d6768f2272
85 Author: K.Ohta <whatisthis.sowhat@gmail.com>
86 Date:   Mon Jul 8 00:42:32 2013 +0900
87
88     [USERBAND] Compress about 100bytes.
89
90 commit e2f48214caf9e80f799cb6b52fcf88077a23892d
91 Author: K.Ohta <whatisthis.sowhat@gmail.com>
92 Date:   Mon Jul 8 00:26:59 2013 +0900
93
94     [USERBAND] Fix correct? tuning process.
95
96 commit 2f6d308632bf54cb9890fade5b80dd97095b7d24
97 Author: K.Ohta <whatisthis.sowhat@gmail.com>
98 Date:   Sun Jul 7 23:31:58 2013 +0900
99
100     [MENU] Split help routines/datas to helps.[c|h].
101
102 commit 58d4f085bf02cf74cac446ea45826cf6cbff80af
103 Author: K.Ohta <whatisthis.sowhat@gmail.com>
104 Date:   Sat Jul 6 02:34:36 2013 +0900
105
106     [Schematic] Remove capacitor of MCLR/Power circuit, due of unstable.
107
108 commit fe1a58abd4d97218e5248ca2d512f53dc14939eb
109 Author: K.Ohta <whatisthis.sowhat@gmail.com>
110 Date:   Sat Jul 6 01:59:19 2013 +0900
111
112     [ADC] Uncomment forgotten comment-outs.
113
114 commit acb2a18918a203373ee6d9ac1ba1853f659b3718
115 Author: K.Ohta <whatisthis.sowhat@gmail.com>
116 Date:   Sat Jul 6 01:25:00 2013 +0900
117
118     [Build][WIP] Start to support SDCC 3.2.x. But, i2c_open of this don't support PIC18F45K20. lol(T_T)
119
120 commit 96dea28497bda0fbc11abe8fdd2505f3c27ff3d7
121 Author: K.Ohta <whatisthis.sowhat@gmail.com>
122 Date:   Fri Jul 5 18:45:33 2013 +0900
123
124     [General] Add low-battery-save.
125     [UI] Compress object size.
126     [UI] Change display,WIP...
127
128 commit 0109ac0dc48ced902b9a4eb4956c0815d19ca38d
129 Author: K.Ohta <whatisthis.sowhat@gmail.com>
130 Date:   Fri Jul 5 01:29:39 2013 +0900
131
132     [Schematic] Fix MW/LW's Preamp, use a popular coil.
133
134 commit 23c7b98e3df2fdc7112b3b7102d59727cfa6972c
135 Author: K.Ohta <whatisthis.sowhat@gmail.com>
136 Date:   Fri Jul 5 01:18:27 2013 +0900
137
138     [Menu] Fix CNR/Stereo/FD threshold bugs.
139
140 commit f3d7a07088181264220590b38e6a2a1e4adbc976
141 Author: K.Ohta <whatisthis.sowhat@gmail.com>
142 Date:   Tue Jul 2 23:32:04 2013 +0900
143
144     [Schematic] Re-adjust coils of RF AMPs.
145     [Schematic] Remove reset circit temporally, due to unstable on booting.
146     [Schematic] Add RF AMP Selector block.
147
148 commit 8923bfdb2a445660dde19e846c7264dea0e63baf
149 Author: K.Ohta <whatisthis.sowhat@gmail.com>
150 Date:   Tue Jul 2 09:03:53 2013 +0900
151
152     [Schematic] Add SW pre-amp.
153
154 commit 381956a2ef8ed07158499d1244da7e8774d16c1b
155 Author: K.Ohta <whatisthis.sowhat@gmail.com>
156 Date:   Mon Jul 1 08:50:53 2013 +0900
157
158     [UI] Fix slow up/down.
159
160 commit c55f2fc8768dc0d6350b2a31a435023d1d9b8f22
161 Author: K.Ohta <whatisthis.sowhat@gmail.com>
162 Date:   Mon Jul 1 08:28:12 2013 +0900
163
164     [Schematic] Add RF-Preamp,but MW only.
165
166 commit ef59988940e066a26eade03387ce70bc6f2d7dd1
167 Author: K.Ohta <whatisthis.sowhat@gmail.com>
168 Date:   Mon Jul 1 03:44:51 2013 +0900
169
170     [UI][AKC6955] Fix correct AM<->FM changing.
171
172 commit 42e59169842b88a4cfdf47e94464367c5ca496d8
173 Author: K.Ohta <whatisthis.sowhat@gmail.com>
174 Date:   Mon Jul 1 02:48:09 2013 +0900
175
176     [UI] Reduce usage of program-memory.
177
178 commit f16990fa9e58b49e7ccd8f611c1b4ee9889fbcd3
179 Author: K.Ohta <whatisthis.sowhat@gmail.com>
180 Date:   Mon Jul 1 01:54:53 2013 +0900
181
182     [General] Clear wathdogtimer more situations.
183
184 commit c2f849264e37c0fec5ad66f0a0554805dbb3de90
185 Author: K.Ohta <whatisthis.sowhat@gmail.com>
186 Date:   Sun Jun 30 15:12:15 2013 +0900
187
188     [Schematic][General] Adjust reset button and power button.
189
190 commit e1f6626cfca724bc16dddcf16624baabca2c15c8
191 Author: K.Ohta <whatisthis.sowhat@gmail.com>
192 Date:   Sun Jun 30 03:34:04 2013 +0900
193
194     [General] Omit deep-sleep  after PowerON/Hard reset.
195
196 commit 14af1899962549eb5ecd11b750a511229c91a40f
197 Author: K.Ohta <whatisthis.sowhat@gmail.com>
198 Date:   Sun Jun 30 03:33:06 2013 +0900
199
200     [Schematic] Add around of M6955, able to listen now!
201
202 commit a26ed860e636f140b1caa858621ffb1774a9c000
203 Author: K.Ohta <whatisthis.sowhat@gmail.com>
204 Date:   Sat Jun 29 22:08:11 2013 +0900
205
206     [AKC6955] Collect tuning sequence.
207
208 commit 0d5caa4a030d059eabd78c73ec570e925252ba98
209 Author: K.Ohta <whatisthis.sowhat@gmail.com>
210 Date:   Sat Jun 29 20:51:51 2013 +0900
211
212     [AKC6955] Fix correct seek sequence.
213
214 commit c3f84e9c3c7f885b74bcd93d69b741269e5b495c
215 Author: K.Ohta <whatisthis.sowhat@gmail.com>
216 Date:   Sat Jun 29 19:47:56 2013 +0900
217
218     [AKC6955] Okay, initial sequence okay. Only for scan, tune is seems to be wrong.
219     [NOTE] For AKC695X, I2C clock rate is *not* acceptable 100KHz, you should near of 400KHz.
220
221 commit bc1fa6d342e383dfb4afce5f5eee49f768d35d9b
222 Author: K.Ohta <whatisthis.sowhat@gmail.com>
223 Date:   Sat Jun 29 02:55:31 2013 +0900
224
225     [UI] Fix supressed on FM.
226
227 commit f77dc8dff2fe8f14ec260d57d8c01fb0a96e0f00
228 Author: K.Ohta <whatisthis.sowhat@gmail.com>
229 Date:   Sat Jun 29 02:51:08 2013 +0900
230
231     [Schematic] Add AF-AMP,LCD.
232
233 commit 9218d35a8d174f19954ee4b1d96306ca09d0f73a
234 Author: K.Ohta <whatisthis.sowhat@gmail.com>
235 Date:   Sat Jun 29 02:28:42 2013 +0900
236
237     [Build] Revert to use sdcc.
238
239 commit 45f7eb9962f5f390748f033286a8ed22508b3b40
240 Author: K.Ohta <whatisthis.sowhat@gmail.com>
241 Date:   Sat Jun 29 02:19:38 2013 +0900
242
243     [Build] Prepare to build with Microchip's XC8.
244
245 commit 11277890e6613079b909f67bd47a2e76be96e6b4
246 Author: K.Ohta <whatisthis.sowhat@gmail.com>
247 Date:   Fri Jun 28 23:51:37 2013 +0900
248
249     [EEPROM] Add user bands.
250
251 commit 3bddd8cebf73e9b92ef6378951793a5e29ee2f6e
252 Author: K.Ohta <whatisthis.sowhat@gmail.com>
253 Date:   Fri Jun 28 23:21:59 2013 +0900
254
255     [WIP] Revert to data.
256
257 commit 1c89f0a25b51c5036f5d7ac684861e146c7e5cd4
258 Author: K.Ohta <whatisthis.sowhat@gmail.com>
259 Date:   Fri Jun 28 18:04:57 2013 +0900
260
261     [EEPROM] Fix hang-up after save to eeprom.
262
263 commit 1805ef440f153b68c02cc47facec033845f288b3
264 Author: K.Ohta <whatisthis.sowhat@gmail.com>
265 Date:   Fri Jun 28 17:48:53 2013 +0900
266
267     [UI] Fix flicking on volume-menu.
268
269 commit c9b9fd668bbf751be02a109f31efe56062acb6c8
270 Author: K.Ohta <whatisthis.sowhat@gmail.com>
271 Date:   Fri Jun 28 17:29:05 2013 +0900
272
273     [UI] Split ui-depend routines from main.c.
274
275 commit 0402352f79d93afa4dec8fb6836dc118ac0a3ed0
276 Author: K.Ohta <whatisthis.sowhat@gmail.com>
277 Date:   Fri Jun 28 17:06:59 2013 +0900
278
279     [IO] Use bitfield on scanning key, to save program-memory.
280     [UI] Add LCD-Suspend on shutdown.
281
282 commit 58c74e872938cd25577acbe16461af281d04c78d
283 Author: K.Ohta <whatisthis.sowhat@gmail.com>
284 Date:   Fri Jun 28 15:57:31 2013 +0900
285
286     [AKC6959] Cont: Use bitfield to save program-memory.
287
288 commit 6bf797a687aca1214f6970797aeb8b1fd9775284
289 Author: K.Ohta <whatisthis.sowhat@gmail.com>
290 Date:   Fri Jun 28 14:45:32 2013 +0900
291
292     [AKC6955] Use bitfield to reduce memory.
293
294 commit f723aeeb6f944a82a2ef0bbfe2b14d9cb1021412
295 Author: K.Ohta <whatisthis.sowhat@gmail.com>
296 Date:   Fri Jun 28 13:35:15 2013 +0900
297
298     [ADC] Use sdcc's adc library, try to reduce program-size.
299
300 commit 2806f1aeed1a2700aff5b1c2e64f273bdf1f3423
301 Author: K.Ohta <whatisthis.sowhat@gmail.com>
302 Date:   Thu Jun 27 23:43:03 2013 +0900
303
304     [I2C] Test to use Real-machine, but... X-(
305
306 commit d8a58efaa3fd0614d30da7ba9196678fa1ec0312
307 Author: K.Ohta <whatisthis.sowhat@gmail.com>
308 Date:   Thu Jun 27 23:42:30 2013 +0900
309
310     [Schematic] Add AF AMP,LCD.
311
312 commit 813e147eac29103cdc9e3f84703dbe64c7ab8f31
313 Author: K.Ohta <whatisthis.sowhat@gmail.com>
314 Date:   Thu Jun 27 04:23:39 2013 +0900
315
316     [Build] Link collect library.
317
318 commit 77ddd44b77890bb280891b3bda1b8e4ff113d773
319 Author: K.Ohta <whatisthis.sowhat@gmail.com>
320 Date:   Thu Jun 27 04:09:37 2013 +0900
321
322     [UI] Add some features, for using akc6955.
323     [General] Use div/multiply to reduce usage of program-area.
324
325 commit 17ec748fc99f258eb71095dbed6937e39743c3ce
326 Author: K.Ohta <whatisthis.sowhat@gmail.com>
327 Date:   Wed Jun 26 23:34:35 2013 +0900
328
329     [ADC] Check battery voltage using AN7(RE2).
330
331 commit d0997a3d98ab0f8fdd7a9bbdb917e5a81e366462
332 Author: K.Ohta <whatisthis.sowhat@gmail.com>
333 Date:   Mon Jun 24 19:22:45 2013 +0900
334
335     [AKC6955] Add some features.
336     [IDLE] Add wait as msec.
337
338 commit 7455183946c33be5e6a85abcbd3af5abb9f68f8c
339 Author: K.Ohta <whatisthis.sowhat@gmail.com>
340 Date:   Mon Jun 24 12:00:19 2013 +0900
341
342     [Schematic] Fix lacked wire on UI board.
343
344 commit ba7f1616c973194b2a6b00c7f12db5231b247317
345 Author: K.Ohta <whatisthis.sowhat@gmail.com>
346 Date:   Mon Jun 24 11:53:06 2013 +0900
347
348     [Schematic] Add power-supply, UI board.
349
350 commit edd9357e25572bd5dafa3eed311d7460f11bce58
351 Author: K.Ohta <whatisthis.sowhat@gmail.com>
352 Date:   Sun Jun 23 17:03:15 2013 +0900
353
354     [Schematic] Fix unconnected line.
355
356 commit 1f5658553d1216aaf1539f344a06cea9af007c31
357 Author: K.Ohta <whatisthis.sowhat@gmail.com>
358 Date:   Sun Jun 23 16:53:22 2013 +0900
359
360     [PM] Improve power-switch feature's stablity.
361
362 commit 8677e611fc702011b437a7d18385d3a183104506
363 Author: K.Ohta <whatisthis.sowhat@gmail.com>
364 Date:   Sun Jun 23 16:52:27 2013 +0900
365
366     [Schematic] Drawn v1.0 schematic , MCU part.
367
368 commit 8c9f57ac6259c61766fd74a51f5079654acfa933
369 Author: K.Ohta <whatisthis.sowhat@gmail.com>
370 Date:   Sun Jun 23 06:58:07 2013 +0900
371
372     [UI] Add power button, this is toggle run/deep-sleep.
373     [INTERRUPT][EEPROM] Add correct handlers.
374
375 commit c598f3c590d7cac34e158a6eb48993b012a31ea0
376 Author: K.Ohta <whatisthis.sowhat@gmail.com>
377 Date:   Sat Jun 22 02:03:08 2013 +0900
378
379     [MENU] Start to implement setup menu, power off.
380
381 commit 926bbb55ae5d9af5deb4ca36c509f5df64b14304
382 Author: K.Ohta <whatisthis.sowhat@gmail.com>
383 Date:   Sat Jun 22 01:20:03 2013 +0900
384
385     [EEPROM] Move some EEPROM related routines frome main.c to eeprom.c .
386
387 commit 8ef887a55976cc91cddae2c5b1e82a7fe565a46a
388 Author: K.Ohta <whatisthis.sowhat@gmail.com>
389 Date:   Sat Jun 22 01:08:23 2013 +0900
390
391     [EEPROM] Writing to eeprom is okay!
392
393 commit e6386dff057c8ebffa7611eb26a1f94c22d357b3
394 Author: K.Ohta <whatisthis.sowhat@gmail.com>
395 Date:   Fri Jun 21 17:40:40 2013 +0900
396
397     [UI] Add direct-band set(but not effect :)
398
399 commit c1796d98d5a03a22885e2b02cae964ae61caf3ba
400 Author: K.Ohta <whatisthis.sowhat@gmail.com>
401 Date:   Fri Jun 21 17:17:19 2013 +0900
402
403     [UI] Add help features, press "F" key.
404
405 commit 4393b3da3a5c7b69ffa5a25a4ea04bf776854789
406 Author: K.Ohta <whatisthis.sowhat@gmail.com>
407 Date:   Fri Jun 21 16:26:54 2013 +0900
408
409     [Build] Split menu-related routines to menu.c.
410     [UI] fix read_numeric().
411
412 commit 6315f1b7bc65ce6dfae82207ee8e072c35e160fe
413 Author: K.Ohta <whatisthis.sowhat@gmail.com>
414 Date:   Fri Jun 21 14:46:24 2013 +0900
415
416     [UI] Stable update_display().
417     [EEPROM][WIP] Enabling to write to EEPROM, this is not working yet.
418
419 commit 4cda56ac66cfdbe7c8deaf64e86180cd415b5d92
420 Author: K.Ohta <whatisthis.sowhat@gmail.com>
421 Date:   Fri Jun 21 12:44:59 2013 +0900
422
423     [UI] Add single keyin and getstr.
424
425 commit 90e7244f1fde933cad8d772190f872d44d0cd6d9
426 Author: K.Ohta <whatisthis.sowhat@gmail.com>
427 Date:   Fri Jun 21 10:04:18 2013 +0900
428
429     [UI] Fix keyin-fifo-handling.
430
431 commit 6a662bcecf0f53682c21ff0b15fc112d3903d160
432 Author: K.Ohta <whatisthis.sowhat@gmail.com>
433 Date:   Fri Jun 21 09:34:46 2013 +0900
434
435     [UI][Key] Add input-keymatrix support @low-level.
436
437 commit 2a4907034d9297ab00190afe76f3f6eb2e77d566
438 Author: K.Ohta <whatisthis.sowhat@gmail.com>
439 Date:   Thu Jun 20 18:55:30 2013 +0900
440
441     [UI] Set LEDs, RA4,RA5 and RD3. LCD's backlite was moved to RC2.
442
443 commit 83fe32cd73eaadda1bf218687bfd4c2d497c2523
444 Author: K.Ohta <whatisthis.sowhat@gmail.com>
445 Date:   Wed Jun 19 20:14:19 2013 +0900
446
447     [UI] Push-Sw tester, this is test-routine.
448     [LCD] Kick the initial word, this is bad-knowhow, but needed from SC1602BBWB-XA-LB-G, akizukidenshi's LCD display :(
449
450 commit c03f3bca37936873fa8e37e58d26996d75cc050b
451 Author: K.Ohta <whatisthis.sowhat@gmail.com>
452 Date:   Wed Jun 19 18:29:55 2013 +0900
453
454     [UI]Re-discard printf().
455     [Idle] Set prescaler to 1:256, 7182tick/sec@8MHz.
456
457 commit aa81dd1bb93fa68a84a5effb12597706d85a9d53
458 Author: K.Ohta <whatisthis.sowhat@gmail.com>
459 Date:   Wed Jun 19 17:38:35 2013 +0900
460
461     [LCD][BUG] Set correct sequence,OOPs!
462     [Idle] Maybe correct sequence TMR0.
463
464 commit 3deaaabd2e613fb506f981229acb68d65d5a743a
465 Author: K.Ohta <whatisthis.sowhat@gmail.com>
466 Date:   Tue Jun 18 14:22:11 2013 +0900
467
468     [LCD] Add backlight manipulation.
469
470 commit ebfecb951b76ddf8f1e3db9168bdf8e1c7f1b39e
471 Author: K.Ohta <whatisthis.sowhat@gmail.com>
472 Date:   Tue Jun 18 14:14:11 2013 +0900
473
474     [LCD][4bit] Using bit-manipulation to communicate LCD.
475     [LCD] Discard acm1602_printf(), using a lot of program-memory X(
476
477 commit 9a4ac1a32861952bf3823f041996e508be8bfe77
478 Author: K.Ohta <whatisthis.sowhat@gmail.com>
479 Date:   Sun Jun 16 13:07:41 2013 +0900
480
481     [LCD] Start to support real-machine, SC1602BBWB@4bit data bus mode.
482
483 commit be3f53dfa7280fbb39b2510bad6a264dd2588893
484 Author: K.Ohta <whatisthis.sowhat@gmail.com>
485 Date:   Thu Jun 13 16:22:34 2013 +0900
486
487     [UI] Add scan from main state.
488
489 commit ccc798c127b67ac671605fe694ecfa6f78e4f8b5
490 Author: K.Ohta <whatisthis.sowhat@gmail.com>
491 Date:   Thu Jun 13 16:12:16 2013 +0900
492
493     [RADIO] Add scan-ui.
494
495 commit 8463081416b9ddae2da03b0d09c2316deeb74c69
496 Author: K.Ohta <whatisthis.sowhat@gmail.com>
497 Date:   Thu Jun 13 15:38:42 2013 +0900
498
499     [EEPROM] Initial eeprom routine.
500
501 commit 81d03c173213961491b452a48bd40b4221b822dc
502 Author: K.Ohta <whatisthis.sowhat@gmail.com>
503 Date:   Thu Jun 13 14:17:43 2013 +0900
504
505     [UI] Using key is only keypad; '0' to 'F'.
506
507 commit 1dff0f7e431beab566a1632cf5ce64af882b505d
508 Author: K.Ohta <whatisthis.sowhat@gmail.com>
509 Date:   Thu Jun 13 14:12:48 2013 +0900
510
511     [UI] Add polling from keypad.
512
513 commit 80ea0aa72067fc86c296ab284c734e1e45e363af
514 Author: K.Ohta <whatisthis.sowhat@gmail.com>
515 Date:   Thu Jun 13 13:53:25 2013 +0900
516
517     [UI] Add userband functions.
518
519 commit 0e5d0ea71816433437825e3111969f4fe227748a
520 Author: K.Ohta <whatisthis.sowhat@gmail.com>
521 Date:   Thu Jun 13 04:21:57 2013 +0900
522
523     [LCD] Add support ST7032.
524     [LCD][ACM1602] Change some apis.
525
526 commit 76d24c32ad6e17184b8ff3f93f5c5aa13eb8d290
527 Author: K.Ohta <whatisthis.sowhat@gmail.com>
528 Date:   Thu Jun 13 04:19:01 2013 +0900
529
530     [General] Format defines.
531
532 commit 35a9bd87208cdd53014a9f48ab361a95904c8562
533 Author: K.Ohta <whatisthis.sowhat@gmail.com>
534 Date:   Thu Jun 13 01:40:01 2013 +0900
535
536     [IDLE] Swap write order of TMR0[H|L].
537
538 commit 6b59e7326c011ef21876f8fac9127332b307a5b6
539 Author: K.Ohta <whatisthis.sowhat@gmail.com>
540 Date:   Thu Jun 13 01:36:14 2013 +0900
541
542     [Disp][LCD] Update I/O definition.
543
544 commit c4f530a432f93d445a042293e8e739fb245a91a8
545 Author: K.Ohta <whatisthis.sowhat@gmail.com>
546 Date:   Wed Jun 12 22:28:32 2013 +0900
547
548     [UI] Change key assignment.
549
550 commit 2d6fd863b36f72ea7e036e37100f60edfbdc237e
551 Author: K.Ohta <whatisthis.sowhat@gmail.com>
552 Date:   Wed Jun 12 22:00:15 2013 +0900
553
554     [General] Add _LCD_DEBUG flag, without initialize AKC695x.
555
556 commit b68dc672abf23e81dc75089b9805e323ab0dc898
557 Author: K.Ohta <whatisthis.sowhat@gmail.com>
558 Date:   Wed Jun 12 21:22:38 2013 +0900
559
560     [BUG] Replace __18FxxKyy to pic18fxxkyy , __18FxxKyy is not decleared from sdcc.
561
562 commit 83c32828f28e91abbaf675c1abeebebc7f28a3f4
563 Author: K.Ohta <whatisthis.sowhat@gmail.com>
564 Date:   Wed Jun 12 20:40:33 2013 +0900
565
566     [IO] Add PIC18F4xK20 with parallel LCD, PIC18F2xK20 with I2C LCD.
567
568 commit 1b4015ef8c9ccdc11debda7451df2f2bf72dd9f0
569 Author: K.Ohta <whatisthis.sowhat@gmail.com>
570 Date:   Wed Jun 12 20:21:12 2013 +0900
571
572     [General][IO] Use header-defined delay() instead of delayxxtcy(n).
573
574 commit 5ec9c4a67a9be324a05d6b0ad9232279ece59705
575 Author: K.Ohta <whatisthis.sowhat@gmail.com>
576 Date:   Wed Jun 12 20:20:00 2013 +0900
577
578     [Settings] Add user channels, #0 to #3 per AM/FM.
579
580 commit a7c21afce26a55d6a609264e323534f585c1b8fc
581 Author: K.Ohta <whatisthis.sowhat@gmail.com>
582 Date:   Wed Jun 12 19:57:48 2013 +0900
583
584     [General] Add support of PIC18F45K20.
585     [Disp][ACM1602] Add support parallel lcd.
586
587 commit e348162a94d8a8ee8083606683a25104ce42ffe1
588 Author: K.Ohta <whatisthis.sowhat@gmail.com>
589 Date:   Wed Jun 12 06:24:23 2013 +0900
590
591     [General] Change copyright header, and add GNU GPLv2's COPYING.
592
593 commit f69851a8f37adec2d9e5717ec79b56523e19c2e2
594 Author: K.Ohta <whatisthis.sowhat@gmail.com>
595 Date:   Wed Jun 12 05:07:41 2013 +0900
596
597     [General] Replace config words "__at()" to "#pragma config".
598
599 commit 428c0f4bf8d42f0aeb2ee588dfd03e4dbb824601
600 Author: K.Ohta <whatisthis.sowhat@gmail.com>
601 Date:   Wed Jun 12 04:46:29 2013 +0900
602
603     [UI] Add exclusive access on push/pop to/from keyin-buffer.
604
605 commit 0a15796168d854794a47e9228181c3e024e575f3
606 Author: K.Ohta <whatisthis.sowhat@gmail.com>
607 Date:   Wed Jun 12 03:44:12 2013 +0900
608
609     [General] Licence changed to GPL2->GPL+LE cause of sdcc's libraries; See http://sdcc.sourceforge.net/mediawiki/index.php/Library_License_Selection#GPL.2BLE .
610
611 commit ea36e7b26496155f65cc0177798be7288ad4f507
612 Author: K.Ohta <whatisthis.sowhat@gmail.com>
613 Date:   Tue Jun 11 14:37:41 2013 +0900
614
615     [UI] Add simple(?) UI with ten-key.
616
617 commit 5dcc4ad6b7aeb3a8db5a084259417869a4206ed1
618 Author: K.Ohta <whatisthis.sowhat@gmail.com>
619 Date:   Tue Jun 11 12:03:55 2013 +0900
620
621     [Tuner] Re-order functions.
622
623 commit cd46489628d656e4a29cb72b930ebe9d5060495d
624 Author: K.Ohta <whatisthis.sowhat@gmail.com>
625 Date:   Tue Jun 11 11:56:04 2013 +0900
626
627     [Tuner] ADD trap of overflow on tuning.
628
629 commit 7dacd7c5c7af9ab2e41c321e7cbdf7ee4d0a3d9f
630 Author: K.Ohta <whatisthis.sowhat@gmail.com>
631 Date:   Tue Jun 11 11:52:33 2013 +0900
632
633     [Device] ADD AKC6955(Initial), ADD ACM1602 LCD Controller.
634
635 commit 14dd6f892a5cb009b3582f997a2c07a0e25d3c1f
636 Author: K.Ohta <whatisthis.sowhat@gmail.com>
637 Date:   Tue Jun 11 05:38:50 2013 +0900
638
639     [IDLE] Enable idle-mode before kicking tmr0.
640
641 commit dc24b96a781d22e9516e091f018fd130c79bd675
642 Author: K.Ohta <whatisthis.sowhat@gmail.com>
643 Date:   Tue Jun 11 05:36:36 2013 +0900
644
645     [Build] Add MPLAB-X IDE's stubs.
646
647 commit b8bd0508955703a4fba163e25601346b80f22e9f
648 Author: K.Ohta <whatisthis.sowhat@gmail.com>
649 Date:   Tue Jun 11 05:25:53 2013 +0900
650
651     [Initial] Add idle-routine, using interrupt.
652
653 commit 42d6f13f39236120e7eee5c0a50daf885ed2e752
654 Author: K.Ohta <whatisthis.sowhat@gmail.com>
655 Date:   Tue Jun 11 04:57:02 2013 +0900
656
657     [General] Initial files.