OSDN Git Service

[SCHEMATIC] Modify SW/MW/LW Preamp, insert galbanic-isolator replace of common-mode...
[openi2cradio/OpenI2CRadio.git] / iodef.h
2013-11-14 K.Ohta[USART] Add RTS/CTS function (with FT232RL). XON/XOFF...
2013-11-09 K.Ohta[UART][v2.0] Enable to shell.Work temporally.
2013-10-03 K.Ohta[ADC][Battery] Fix stability, but still not collect.
2013-10-01 K.Ohta[ADC] Measure battery with MCU's FIXED-VOLTAGE-REFERENC...
2013-08-22 K.Ohta[General] Split I/O Define header, iodef.h to iodef_*.h.
2013-08-13 K.Ohta[Power] Improve more efficient power.
2013-07-26 K.Ohta[POWER] Shutdown EX-RF-AMP on turning off power, now...
2013-07-25 K.Ohta[POWER] Wait correct time on idle(), idle_time_ms().
2013-07-24 K.Ohta[RFAMP] Add power-management of RF-PRE-AMP.
2013-07-07 K.Ohta[Schematic] Swap RC1 and RC2, due to use PWM2(CCP2...
2013-07-07 K.Ohta[LCD] Change IOPORT RC2 TO RC1 (PWM1 to PWM2) issue...
2013-07-05 K.Ohta[Build][WIP] Start to support SDCC 3.2.x. But, i2c_open...
2013-07-05 K.Ohta[General] Add low-battery-save.
2013-07-04 K.Ohta[Menu] Fix CNR/Stereo/FD threshold bugs.
2013-06-28 K.Ohta[Build] Prepare to build with Microchip's XC8.
2013-06-28 K.Ohta[IO] Use bitfield on scanning key, to save program...
2013-06-27 K.Ohta[I2C] Test to use Real-machine, but... X-(
2013-06-26 K.Ohta[ADC] Check battery voltage using AN7(RE2).
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[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-12 K.Ohta[General] Format defines.
2013-06-12 K.Ohta[Disp][LCD] Update I/O definition.
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[General] Add support of PIC18F45K20.
2013-06-11 K.Ohta[General] Change copyright header, and add GNU GPLv2...
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-10 K.Ohta[Initial] Add idle-routine, using interrupt.
2013-06-10 K.Ohta[General] Initial files.