OSDN Git Service

openi2cradio/OpenI2CRadio.git
10 years ago[UI] Set mode3k correctly.
K.Ohta [Thu, 5 Sep 2013 15:36:55 +0000 (00:36 +0900)]
[UI] Set mode3k correctly.

10 years ago[UI][Scan] Check powerbutton within scan-sequence.
K.Ohta [Thu, 5 Sep 2013 15:05:13 +0000 (00:05 +0900)]
[UI][Scan] Check powerbutton within scan-sequence.

10 years ago[ADC] Poll ADC with idle_time_ms().Backport from master.
K.Ohta [Sat, 31 Aug 2013 14:08:33 +0000 (23:08 +0900)]
[ADC] Poll ADC with idle_time_ms().Backport from 

10 years agoMerge branch 'temp1' into stable_v1.0
K.Ohta [Sat, 31 Aug 2013 13:21:07 +0000 (22:21 +0900)]
Merge branch 'temp1' into stable_v1.0

Conflicts:
backlight.c
eepromutil.c
main.c
menu.c
menu_memoryfreq.c
nbproject/Makefile-default.mk
nbproject/Makefile-genesis.properties
nbproject/configurations.xml
ui_updown.c

10 years ago[Menu][v1.0] Remove tedious function-callings.Save program-memory about 400bytes...
K.Ohta [Sat, 31 Aug 2013 13:04:11 +0000 (22:04 +0900)]
[Menu][v1.0] Remove tedious function-callings.Save program-memory about 400bytes@SDCC.

10 years ago[EEPROM] Remove tedious part in check_eeprom().
K.Ohta [Sat, 31 Aug 2013 12:47:47 +0000 (21:47 +0900)]
[EEPROM] Remove tedious part in check_eeprom().

10 years ago[Power] More Power save VOLUME/USER-FREQ, backport from unstable.
K.Ohta [Sat, 31 Aug 2013 12:32:07 +0000 (21:32 +0900)]
[Power] More Power save VOLUME/USER-FREQ, backport from unstable.

10 years ago[Build][v1.0] Re-make v1.0 w/IDE.
K.Ohta [Sat, 31 Aug 2013 12:07:38 +0000 (21:07 +0900)]
[Build][v1.0] Re-make v1.0 w/IDE.

10 years agoMerge branch 'master' of git.sourceforge.jp:/gitroot/openi2cradio/OpenI2CRadio into...
K.Ohta [Sat, 31 Aug 2013 11:25:40 +0000 (20:25 +0900)]
Merge branch 'master' of git.sourceforge.jp:/gitroot/openi2cradio/OpenI2CRadio into stable_v1.0

Conflicts:
backlight.c
backlight.h
ioports.c
main.c
nbproject/Makefile-default.mk
nbproject/Makefile-genesis.properties
nbproject/configurations.xml

10 years ago[Backlight] Split backlight related routines to backlight[c|h]. This is backport.
K.Ohta [Sat, 31 Aug 2013 11:20:13 +0000 (20:20 +0900)]
[Backlight] Split backlight related routines to backlight[c|h]. This is backport.

10 years ago[UI][MENU] Improve power-save on Volume/CALL-USER-CH menu.
K.Ohta [Sat, 31 Aug 2013 10:14:03 +0000 (19:14 +0900)]
[UI][MENU] Improve power-save on Volume/CALL-USER-CH menu.

10 years ago[Backlight] Split I/O routine related backlight to backlight.[c|h].
K.Ohta [Sat, 31 Aug 2013 09:38:30 +0000 (18:38 +0900)]
[Backlight] Split I/O routine related backlight to backlight.[c|h].

10 years ago[Schematic] Add External EEPROM;24LC64.
K.Ohta [Mon, 26 Aug 2013 17:43:19 +0000 (02:43 +0900)]
[Schematic] Add External EEPROM;24LC64.

10 years ago[BUG][I2C_ROM] Fix unsave on i2c_eeprom_burst_write().
K.Ohta [Mon, 26 Aug 2013 13:39:20 +0000 (22:39 +0900)]
[BUG][I2C_ROM] Fix unsave on i2c_eeprom_burst_write().

10 years ago[UI][MEMORY] Change "5" To call current channel, older "5" is moved to "D".
K.Ohta [Mon, 26 Aug 2013 13:16:58 +0000 (22:16 +0900)]
[UI][MEMORY] Change "5" To call current channel, older "5" is moved to "D".

10 years ago[DOC][UI] Update User ch manual for v2.0(Unstable yet).
K.Ohta [Mon, 26 Aug 2013 13:06:57 +0000 (22:06 +0900)]
[DOC][UI] Update User ch manual for v2.0(Unstable yet).

10 years ago[I2C_ROM] Block Write/Block Read even unaligned address and size.
K.Ohta [Mon, 26 Aug 2013 13:01:41 +0000 (22:01 +0900)]
[I2C_ROM] Block Write/Block Read even unaligned address and size.

10 years ago[UI][USER_CH] Add slow-middle-fast changeing CHs.
K.Ohta [Mon, 26 Aug 2013 12:19:28 +0000 (21:19 +0900)]
[UI][USER_CH] Add slow-middle-fast changeing CHs.

10 years ago[I2CEEPROM] Byte read/write is okay, but blockread/write is not tested yet.
K.Ohta [Mon, 26 Aug 2013 05:29:09 +0000 (14:29 +0900)]
[I2CEEPROM] Byte read/write is okay, but blockread/write is not tested yet.
So, enable to use 672chs user memory...

10 years ago[MEMORY][I2CROM] Add I2C ROM, 24LC64, I2C Address = 0xa0.
K.Ohta [Sun, 25 Aug 2013 15:08:23 +0000 (00:08 +0900)]
[MEMORY][I2CROM] Add I2C ROM, 24LC64, I2C Address = 0xa0.

10 years ago[Doc] Merge from stable_v1.0.
K.Ohta [Sat, 24 Aug 2013 22:44:42 +0000 (07:44 +0900)]
[Doc] Merge from stable_v1.0.

10 years ago[DOC] Add one line for donation(^_^;
K.Ohta [Sat, 24 Aug 2013 22:35:38 +0000 (07:35 +0900)]
[DOC] Add one line for donation(^_^;

10 years ago[General] Make branch "stable_v1.0".
K.Ohta [Sat, 24 Aug 2013 22:23:55 +0000 (07:23 +0900)]
[General] Make branch "stable_v1.0".

10 years ago[Document] Add forgotten UI Manual X-)
K.Ohta [Thu, 22 Aug 2013 21:26:51 +0000 (06:26 +0900)]
[Document] Add forgotten UI Manual X-)

10 years ago[Document] Update 00_gitlog.txt.
K.Ohta [Thu, 22 Aug 2013 20:45:34 +0000 (05:45 +0900)]
[Document] Update 00_gitlog.txt.

10 years ago[Document] Release to v1.0beta2.
K.Ohta [Thu, 22 Aug 2013 20:44:56 +0000 (05:44 +0900)]
[Document] Release to v1.0beta2.

10 years ago[UI] Fix same keyin feeling.
K.Ohta [Thu, 22 Aug 2013 16:39:54 +0000 (01:39 +0900)]
[UI] Fix same keyin feeling.

10 years ago[Disp] Add mini-help on Up-Down Freq memory.
K.Ohta [Thu, 22 Aug 2013 16:08:19 +0000 (01:08 +0900)]
[Disp] Add mini-help on Up-Down Freq memory.

10 years ago[AKC6955][Scan] Fix correct sequence bots SDCC v3.3.x and XC8 v1.20.
K.Ohta [Thu, 22 Aug 2013 16:06:39 +0000 (01:06 +0900)]
[AKC6955][Scan] Fix correct sequence bots SDCC v3.3.x and XC8 v1.20.

10 years ago[General] Split I/O Define header, iodef.h to iodef_*.h.
K.Ohta [Thu, 22 Aug 2013 05:14:35 +0000 (14:14 +0900)]
[General] Split I/O Define header, iodef.h to iodef_*.h.
[Build] Seems to work well building with XC8, excepts SCAN function(why?).

10 years ago[Schematic] Fix un-commited part.
K.Ohta [Wed, 14 Aug 2013 03:30:42 +0000 (12:30 +0900)]
[Schematic] Fix un-commited part.

10 years ago[Doc] GITLOG to v1.0beta1.1.
K.Ohta [Tue, 13 Aug 2013 19:16:24 +0000 (04:16 +0900)]
[Doc] GITLOG to v1.0beta1.1.

10 years ago[Doc] Release v1.0beta1.1.
K.Ohta [Tue, 13 Aug 2013 19:15:43 +0000 (04:15 +0900)]
[Doc] Release v1.0beta1.1.

10 years ago[General] Change user bands are 3+3(FM+AM), user freq chs are 28chs.
K.Ohta [Tue, 13 Aug 2013 19:14:24 +0000 (04:14 +0900)]
[General] Change user bands are 3+3(FM+AM), user freq chs are 28chs.

10 years ago[General] Change gitlog.txt
K.Ohta [Tue, 13 Aug 2013 17:28:23 +0000 (02:28 +0900)]
[General] Change gitlog.txt

10 years ago[UI] Add UpDOwn on calling user-frequency (22chs or any).
K.Ohta [Tue, 13 Aug 2013 17:05:46 +0000 (02:05 +0900)]
[UI] Add UpDOwn on calling user-frequency (22chs or any).

10 years ago[UI][Func] ADD User-memory frequency, feature v1.0 is completed ;-)
K.Ohta [Tue, 13 Aug 2013 16:11:30 +0000 (01:11 +0900)]
[UI][Func] ADD User-memory frequency, feature v1.0 is completed ;-)

10 years ago[Power] Improve more efficient power.
K.Ohta [Tue, 13 Aug 2013 15:06:45 +0000 (00:06 +0900)]
[Power] Improve more efficient power.

10 years ago[UI] Fix not memory when changing frequency.
K.Ohta [Mon, 29 Jul 2013 15:56:00 +0000 (00:56 +0900)]
[UI] Fix not memory when changing frequency.

10 years ago[LCD][UI] Turn ON cursor when input numeric.
K.Ohta [Mon, 29 Jul 2013 15:42:00 +0000 (00:42 +0900)]
[LCD][UI] Turn ON cursor when input numeric.

10 years ago[UI] Fix typos...(-_-;
K.Ohta [Mon, 29 Jul 2013 07:06:13 +0000 (16:06 +0900)]
[UI] Fix typos...(-_-;

10 years ago[General][EEPROM] Use structure to compress object-size.
K.Ohta [Mon, 29 Jul 2013 06:25:39 +0000 (15:25 +0900)]
[General][EEPROM] Use structure to compress object-size.

10 years ago[General] Add CC-BY-SA v3.0 (English) text.
K.Ohta [Sat, 27 Jul 2013 09:56:33 +0000 (18:56 +0900)]
[General] Add CC-BY-SA v3.0 (English) text.

10 years ago[General] I forgot commit GITLOG up to here X-)
K.Ohta [Sat, 27 Jul 2013 09:45:19 +0000 (18:45 +0900)]
[General] I forgot commit GITLOG up to here X-)

10 years ago[Build] Commit some changed configuration files.
K.Ohta [Sat, 27 Jul 2013 09:31:56 +0000 (18:31 +0900)]
[Build] Commit some changed configuration files.

10 years ago[Release] Add some Japanese documents.
K.Ohta [Sat, 27 Jul 2013 09:31:27 +0000 (18:31 +0900)]
[Release] Add some Japanese documents.

10 years ago[Release] Snapshot Jul 27,2013. Add mini-documentation.
K.Ohta [Sat, 27 Jul 2013 09:02:46 +0000 (18:02 +0900)]
[Release] Snapshot Jul 27,2013. Add mini-documentation.

10 years ago[IO] Fix unstable of power button.
K.Ohta [Fri, 26 Jul 2013 04:56:13 +0000 (13:56 +0900)]
[IO] Fix unstable of power button.
[Build] Enable to boot , compiled with XC8. Some functions wtill work wrong.

10 years ago[POWER] Shutdown EX-RF-AMP on turning off power, now still use 3mA.
K.Ohta [Fri, 26 Jul 2013 01:55:29 +0000 (10:55 +0900)]
[POWER] Shutdown EX-RF-AMP on turning off power, now still use 3mA.

10 years ago[DISP] Fix unstable-display of SCAN menu.
K.Ohta [Thu, 25 Jul 2013 05:04:06 +0000 (14:04 +0900)]
[DISP] Fix unstable-display of SCAN menu.

10 years ago[POWER] Wait correct time on idle(), idle_time_ms().
K.Ohta [Thu, 25 Jul 2013 04:13:00 +0000 (13:13 +0900)]
[POWER] Wait correct time on idle(), idle_time_ms().
[WIP] Try to work with Microchip's XC8, still I2C is not running :-(

10 years ago[IDLE] Maybe correct time.
K.Ohta [Wed, 24 Jul 2013 14:29:59 +0000 (23:29 +0900)]
[IDLE] Maybe correct time.
[UI] Fix incorrect power-button(maybe)...
[UI] Fix scan screen problem.

10 years ago[RFAMP] Add power-management of RF-PRE-AMP.
K.Ohta [Wed, 24 Jul 2013 10:16:37 +0000 (19:16 +0900)]
[RFAMP] Add power-management of RF-PRE-AMP.

10 years ago[Project]
K.Ohta [Mon, 22 Jul 2013 14:25:13 +0000 (23:25 +0900)]
[Project]

10 years ago[AMP] Change MW AMP's gain. R702 removed.
K.Ohta [Mon, 22 Jul 2013 14:24:37 +0000 (23:24 +0900)]
[AMP] Change MW AMP's gain. R702 removed.

10 years ago[EXAMP] Change mute to ex-amp-power to save idle-power, NJM2073@Mute mode is eaten...
K.Ohta [Tue, 9 Jul 2013 11:32:23 +0000 (20:32 +0900)]
[EXAMP] Change mute to ex-amp-power to save idle-power, NJM2073@Mute mode is eaten >10mA, it's too eat on idle.
In idle-state, now still eaten about 13~15mA, almost RF-Preamp.

10 years ago[Schematic] Change coil of SW-PRE-AMP, issue of low-gain @higher freq.
K.Ohta [Sun, 7 Jul 2013 18:37:48 +0000 (03:37 +0900)]
[Schematic] Change coil of SW-PRE-AMP, issue of low-gain @higher freq.

10 years ago[Schematic] Swap RC1 and RC2, due to use PWM2(CCP2) as backlight.
K.Ohta [Sun, 7 Jul 2013 18:31:55 +0000 (03:31 +0900)]
[Schematic] Swap RC1 and RC2, due to use PWM2(CCP2) as backlight.

10 years ago[LCD] Change IOPORT RC2 TO RC1 (PWM1 to PWM2) issue of ECCP, P1B-P1D is synced with...
K.Ohta [Sun, 7 Jul 2013 18:17:28 +0000 (03:17 +0900)]
[LCD] Change IOPORT RC2 TO RC1 (PWM1 to PWM2) issue of ECCP, P1B-P1D is synced with P1A, why?(Still single mode).

10 years ago[Backlight] Use PWM mode for backlight, to save battery.
K.Ohta [Sun, 7 Jul 2013 17:11:47 +0000 (02:11 +0900)]
[Backlight] Use PWM mode for backlight, to save battery.

10 years ago[USERBAND] Compress about 100bytes.
K.Ohta [Sun, 7 Jul 2013 15:42:32 +0000 (00:42 +0900)]
[USERBAND] Compress about 100bytes.

10 years ago[USERBAND] Fix correct? tuning process.
K.Ohta [Sun, 7 Jul 2013 15:26:59 +0000 (00:26 +0900)]
[USERBAND] Fix correct? tuning process.

10 years ago[MENU] Split help routines/datas to helps.[c|h].
K.Ohta [Sun, 7 Jul 2013 14:31:58 +0000 (23:31 +0900)]
[MENU] Split help routines/datas to helps.[c|h].

10 years ago[Schematic] Remove capacitor of MCLR/Power circuit, due of unstable.
K.Ohta [Fri, 5 Jul 2013 17:34:36 +0000 (02:34 +0900)]
[Schematic] Remove capacitor of MCLR/Power circuit, due of unstable.

10 years ago[ADC] Uncomment forgotten comment-outs.
K.Ohta [Fri, 5 Jul 2013 16:59:19 +0000 (01:59 +0900)]
[ADC] Uncomment forgotten comment-outs.

10 years ago[Build][WIP] Start to support SDCC 3.2.x. But, i2c_open of this don't support PIC18F4...
K.Ohta [Fri, 5 Jul 2013 16:25:00 +0000 (01:25 +0900)]
[Build][WIP] Start to support SDCC 3.2.x. But, i2c_open of this don't support PIC18F45K20. lol(T_T)

10 years ago[General] Add low-battery-save.
K.Ohta [Fri, 5 Jul 2013 09:45:33 +0000 (18:45 +0900)]
[General] Add low-battery-save.
[UI] Compress object size.
[UI] Change display,WIP...

10 years ago[Schematic] Fix MW/LW's Preamp, use a popular coil.
K.Ohta [Thu, 4 Jul 2013 16:29:39 +0000 (01:29 +0900)]
[Schematic] Fix MW/LW's Preamp, use a popular coil.

10 years ago[Menu] Fix CNR/Stereo/FD threshold bugs.
K.Ohta [Thu, 4 Jul 2013 16:18:27 +0000 (01:18 +0900)]
[Menu] Fix CNR/Stereo/FD threshold bugs.

10 years ago[Schematic] Re-adjust coils of RF AMPs.
K.Ohta [Tue, 2 Jul 2013 14:32:04 +0000 (23:32 +0900)]
[Schematic] Re-adjust coils of RF AMPs.
[Schematic] Remove reset circit temporally, due to unstable on booting.
[Schematic] Add RF AMP Selector block.

10 years ago[Schematic] Add SW pre-amp.
K.Ohta [Tue, 2 Jul 2013 00:03:53 +0000 (09:03 +0900)]
[Schematic] Add SW pre-amp.

10 years ago[UI] Fix slow up/down.
K.Ohta [Sun, 30 Jun 2013 23:50:53 +0000 (08:50 +0900)]
[UI] Fix slow up/down.

10 years ago[Schematic] Add RF-Preamp,but MW only.
K.Ohta [Sun, 30 Jun 2013 23:28:12 +0000 (08:28 +0900)]
[Schematic] Add RF-Preamp,but MW only.

10 years ago[UI][AKC6955] Fix correct AM<->FM changing.
K.Ohta [Sun, 30 Jun 2013 18:44:51 +0000 (03:44 +0900)]
[UI][AKC6955] Fix correct AM<->FM changing.

10 years ago[UI] Reduce usage of program-memory.
K.Ohta [Sun, 30 Jun 2013 17:48:09 +0000 (02:48 +0900)]
[UI] Reduce usage of program-memory.

10 years ago[General] Clear wathdogtimer more situations.
K.Ohta [Sun, 30 Jun 2013 16:54:53 +0000 (01:54 +0900)]
[General] Clear wathdogtimer more situations.

10 years ago[Schematic][General] Adjust reset button and power button.
K.Ohta [Sun, 30 Jun 2013 06:12:15 +0000 (15:12 +0900)]
[Schematic][General] Adjust reset button and power button.

10 years ago[General] Omit deep-sleep after PowerON/Hard reset.
K.Ohta [Sat, 29 Jun 2013 18:34:04 +0000 (03:34 +0900)]
[General] Omit deep-sleep  after PowerON/Hard reset.

10 years ago[Schematic] Add around of M6955, able to listen now!
K.Ohta [Sat, 29 Jun 2013 18:33:06 +0000 (03:33 +0900)]
[Schematic] Add around of M6955, able to listen now!

10 years ago[AKC6955] Collect tuning sequence.
K.Ohta [Sat, 29 Jun 2013 13:08:11 +0000 (22:08 +0900)]
[AKC6955] Collect tuning sequence.

10 years ago[AKC6955] Fix correct seek sequence.
K.Ohta [Sat, 29 Jun 2013 11:51:51 +0000 (20:51 +0900)]
[AKC6955] Fix correct seek sequence.

10 years ago[AKC6955] Okay, initial sequence okay. Only for scan, tune is seems to be wrong.
K.Ohta [Sat, 29 Jun 2013 10:47:56 +0000 (19:47 +0900)]
[AKC6955] Okay, initial sequence okay. Only for scan, tune is seems to be wrong.
[NOTE] For AKC695X, I2C clock rate is *not* acceptable 100KHz, you should near of 400KHz.

10 years ago[UI] Fix supressed on FM.
K.Ohta [Fri, 28 Jun 2013 17:55:31 +0000 (02:55 +0900)]
[UI] Fix supressed on FM.

10 years ago[Schematic] Add AF-AMP,LCD.
K.Ohta [Fri, 28 Jun 2013 17:51:08 +0000 (02:51 +0900)]
[Schematic] Add AF-AMP,LCD.

10 years ago[Build] Revert to use sdcc.
K.Ohta [Fri, 28 Jun 2013 17:28:42 +0000 (02:28 +0900)]
[Build] Revert to use sdcc.

10 years ago[Build] Prepare to build with Microchip's XC8.
K.Ohta [Fri, 28 Jun 2013 17:19:38 +0000 (02:19 +0900)]
[Build] Prepare to build with Microchip's XC8.

10 years ago[EEPROM] Add user bands.
K.Ohta [Fri, 28 Jun 2013 14:51:37 +0000 (23:51 +0900)]
[EEPROM] Add user bands.

10 years ago[WIP] Revert to data.
K.Ohta [Fri, 28 Jun 2013 14:21:59 +0000 (23:21 +0900)]
[WIP] Revert to data.

10 years ago[EEPROM] Fix hang-up after save to eeprom.
K.Ohta [Fri, 28 Jun 2013 09:04:57 +0000 (18:04 +0900)]
[EEPROM] Fix hang-up after save to eeprom.

10 years ago[UI] Fix flicking on volume-menu.
K.Ohta [Fri, 28 Jun 2013 08:48:53 +0000 (17:48 +0900)]
[UI] Fix flicking on volume-menu.

10 years ago[UI] Split ui-depend routines from main.c.
K.Ohta [Fri, 28 Jun 2013 08:29:05 +0000 (17:29 +0900)]
[UI] Split ui-depend routines from main.c.

10 years ago[IO] Use bitfield on scanning key, to save program-memory.
K.Ohta [Fri, 28 Jun 2013 08:06:59 +0000 (17:06 +0900)]
[IO] Use bitfield on scanning key, to save program-memory.
[UI] Add LCD-Suspend on shutdown.

10 years ago[AKC6959] Cont: Use bitfield to save program-memory.
K.Ohta [Fri, 28 Jun 2013 06:57:31 +0000 (15:57 +0900)]
[AKC6959] Cont: Use bitfield to save program-memory.

10 years ago[AKC6955] Use bitfield to reduce memory.
K.Ohta [Fri, 28 Jun 2013 05:45:32 +0000 (14:45 +0900)]
[AKC6955] Use bitfield to reduce memory.

10 years ago[ADC] Use sdcc's adc library, try to reduce program-size.
K.Ohta [Fri, 28 Jun 2013 04:35:15 +0000 (13:35 +0900)]
[ADC] Use sdcc's adc library, try to reduce program-size.

10 years ago[I2C] Test to use Real-machine, but... X-(
K.Ohta [Thu, 27 Jun 2013 14:43:03 +0000 (23:43 +0900)]
[I2C] Test to use Real-machine, but... X-(

10 years ago[Schematic] Add AF AMP,LCD.
K.Ohta [Thu, 27 Jun 2013 14:42:30 +0000 (23:42 +0900)]
[Schematic] Add AF AMP,LCD.

10 years ago[Build] Link collect library.
K.Ohta [Wed, 26 Jun 2013 19:23:39 +0000 (04:23 +0900)]
[Build] Link collect library.

10 years ago[UI] Add some features, for using akc6955.
K.Ohta [Wed, 26 Jun 2013 19:09:37 +0000 (04:09 +0900)]
[UI] Add some features, for using akc6955.
[General] Use div/multiply to reduce usage of program-area.

10 years ago[ADC] Check battery voltage using AN7(RE2).
K.Ohta [Wed, 26 Jun 2013 14:34:35 +0000 (23:34 +0900)]
[ADC] Check battery voltage using AN7(RE2).