OSDN Git Service

openi2cradio/OpenI2CRadio.git
2013-06-29 K.Ohta[AKC6955] Fix correct seek sequence.
2013-06-29 K.Ohta[AKC6955] Okay, initial sequence okay. Only for scan...
2013-06-28 K.Ohta[UI] Fix supressed on FM.
2013-06-28 K.Ohta[Schematic] Add AF-AMP,LCD.
2013-06-28 K.Ohta[Build] Revert to use sdcc.
2013-06-28 K.Ohta[Build] Prepare to build with Microchip's XC8.
2013-06-28 K.Ohta[EEPROM] Add user bands.
2013-06-28 K.Ohta[WIP] Revert to data.
2013-06-28 K.Ohta[EEPROM] Fix hang-up after save to eeprom.
2013-06-28 K.Ohta[UI] Fix flicking on volume-menu.
2013-06-28 K.Ohta[UI] Split ui-depend routines from main.c.
2013-06-28 K.Ohta[IO] Use bitfield on scanning key, to save program...
2013-06-28 K.Ohta[AKC6959] Cont: Use bitfield to save program-memory.
2013-06-28 K.Ohta[AKC6955] Use bitfield to reduce memory.
2013-06-28 K.Ohta[ADC] Use sdcc's adc library, try to reduce program...
2013-06-27 K.Ohta[I2C] Test to use Real-machine, but... X-(
2013-06-27 K.Ohta[Schematic] Add AF AMP,LCD.
2013-06-26 K.Ohta[Build] Link collect library.
2013-06-26 K.Ohta[UI] Add some features, for using akc6955.
2013-06-26 K.Ohta[ADC] Check battery voltage using AN7(RE2).
2013-06-24 K.Ohta[AKC6955] Add some features.
2013-06-24 K.Ohta[Schematic] Fix lacked wire on UI board.
2013-06-24 K.Ohta[Schematic] Add power-supply, UI board.
2013-06-23 K.Ohta[Schematic] Fix unconnected line.
2013-06-23 K.Ohta[PM] Improve power-switch feature's stablity.
2013-06-23 K.Ohta[Schematic] Drawn v1.0 schematic , MCU part.
2013-06-22 K.Ohta[UI] Add power button, this is toggle run/deep-sleep.
2013-06-21 K.Ohta[MENU] Start to implement setup menu, power off.
2013-06-21 K.Ohta[EEPROM] Move some EEPROM related routines frome main...
2013-06-21 K.Ohta[EEPROM] Writing to eeprom is okay!
2013-06-21 K.Ohta[UI] Add direct-band set(but not effect :)
2013-06-21 K.Ohta[UI] Add help features, press "F" key.
2013-06-21 K.Ohta[Build] Split menu-related routines to menu.c.
2013-06-21 K.Ohta[UI] Stable update_display().
2013-06-21 K.Ohta[UI] Add single keyin and getstr.
2013-06-21 K.Ohta[UI] Fix keyin-fifo-handling.
2013-06-21 K.Ohta[UI][Key] Add input-keymatrix support @low-level.
2013-06-20 K.Ohta[UI] Set LEDs, RA4,RA5 and RD3. LCD's backlite was...
2013-06-19 K.Ohta[UI] Push-Sw tester, this is test-routine.
2013-06-19 K.Ohta[UI]Re-discard printf().
2013-06-19 K.Ohta[LCD][BUG] Set correct sequence,OOPs!
2013-06-18 K.Ohta[LCD] Add backlight manipulation.
2013-06-18 K.Ohta[LCD][4bit] Using bit-manipulation to communicate LCD.
2013-06-16 K.Ohta[LCD] Start to support real-machine, SC1602BBWB@4bit...
2013-06-13 K.Ohta[UI] Add scan from main state.
2013-06-13 K.Ohta[RADIO] Add scan-ui.
2013-06-13 K.Ohta[EEPROM] Initial eeprom routine.
2013-06-13 K.Ohta[UI] Using key is only keypad; '0' to 'F'.
2013-06-13 K.Ohta[UI] Add polling from keypad.
2013-06-13 K.Ohta[UI] Add userband functions.
2013-06-12 K.Ohta[LCD] Add support ST7032.
2013-06-12 K.Ohta[General] Format defines.
2013-06-12 K.Ohta[IDLE] Swap write order of TMR0[H|L].
2013-06-12 K.Ohta[Disp][LCD] Update I/O definition.
2013-06-12 K.Ohta[UI] Change key assignment.
2013-06-12 K.Ohta[General] Add _LCD_DEBUG flag, without initialize AKC695x.
2013-06-12 K.Ohta[BUG] Replace __18FxxKyy to pic18fxxkyy , __18FxxKyy...
2013-06-12 K.Ohta[IO] Add PIC18F4xK20 with parallel LCD, PIC18F2xK20...
2013-06-12 K.Ohta[General][IO] Use header-defined delay() instead of...
2013-06-12 K.Ohta[Settings] Add user channels, #0 to #3 per AM/FM.
2013-06-12 K.Ohta[General] Add support of PIC18F45K20.
2013-06-11 K.Ohta[General] Change copyright header, and add GNU GPLv2...
2013-06-11 K.Ohta[General] Replace config words "__at()" to "#pragma...
2013-06-11 K.Ohta[UI] Add exclusive access on push/pop to/from keyin...
2013-06-11 K.Ohta[General] Licence changed to GPL2->GPL+LE cause of...
2013-06-11 K.Ohta[UI] Add simple(?) UI with ten-key.
2013-06-11 K.Ohta[Tuner] Re-order functions.
2013-06-11 K.Ohta[Tuner] ADD trap of overflow on tuning.
2013-06-11 K.Ohta[Device] ADD AKC6955(Initial), ADD ACM1602 LCD Controller.
2013-06-10 K.Ohta[IDLE] Enable idle-mode before kicking tmr0.
2013-06-10 K.Ohta[Build] Add MPLAB-X IDE's stubs.
2013-06-10 K.Ohta[Initial] Add idle-routine, using interrupt.
2013-06-10 K.Ohta[General] Initial files.