summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Merge branch 'm8a-data-memory'HEADmasterDmitry Salychev4-40/+245
2017-03-01avr: I/O Registers initialization.Dmitry Salychev3-41/+146
2017-02-26avr: Set data memory of ATmega8A.Dmitry Salychev2-2/+20
2017-02-26avr: List of I/O register addresses.Dmitry Salychev2-1/+83
2017-02-25avr-reset: Address of IVT added to the AVR structure.Dmitry Salychev1-0/+1
2017-02-25avr-reset: Set reset vector based on BOOTRST bit.Dmitry Salychev3-17/+74
2017-02-25Merge branch 'm8a-flash-loading'Dmitry Salychev11-49/+1071
2017-02-25avr: Program memory verification.Dmitry Salychev1-2/+31
2017-02-24avr: Load program memory HEX with offset.Dmitry Salychev7-63/+454
2017-02-23avr: m8a_load_progmem() and m8a_set_progmem() implementations.Dmitry Salychev2-42/+79
2017-02-22avr: m8a_load_progmem() draft.Dmitry Salychev7-34/+205
2017-02-22flash: libGIS added to the project to read Intel HEX files.Dmitry Salychev3-0/+394
2017-02-21avr: fuse and lock bits are processed during initialization.Dmitry Salychev5-9/+89
2017-02-19cmake: Config updated to build a tarball.Dmitry Salychev1-2/+6
2017-02-19avr: ATmega8A init test commented.Dmitry Salychev1-4/+15
2017-02-19avr: Bootloader parameters are correctly initialized according to theDmitry Salychev4-4/+97
2017-02-18avr: m8a_init() updated.Dmitry Salychev4-25/+117
2017-02-18avr: Microcontroller name is declared as array.Dmitry Salychev2-4/+1
2017-02-17avr: Constants are set in m8a_init().Dmitry Salychev3-3/+28
2017-02-17avr: Microcontroller instance is initialized based on avr-libc headers.Dmitry Salychev304-10/+485605
2017-02-17atmega8a: m8a_init() draft.Dmitry Salychev2-1/+38
2017-02-16tsc: Native TSC calibration removed.Dmitry Salychev2-31/+2
2017-02-16tsc: Test to measure time needed to retrieve TSC value.Dmitry Salychev3-8/+39
2017-02-16tsc: Test for msim_median().Dmitry Salychev1-6/+14
2017-02-15tsc: msim_median() to find a TSC frequency.Dmitry Salychev4-7/+58
2017-02-13tsc: Signatures for median calculation routines.Dmitry Salychev4-12/+83
2017-02-13tsc: Calibration using PIT implemented.Dmitry Salychev6-0/+257
2017-01-22Initial commit.Dmitry Salychev4-0/+149