index
:
avr8js
avr32dd20
main
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
avr32dd20 compat, onSleep hook
HEAD
main
avr32dd20
Apexo
3
-30
/
+60
2026-02-14
style: organize imports
Uri Shaked
3
-5
/
+4
2025-02-11
docs: add copyright notice to source code
Uri Shaked
5
-1
/
+16
2025-02-11
chore(deps): upgrade prettier
Uri Shaked
2
-5
/
+8
2025-02-11
test: migrate tests from jest to vitest
Uri Shaked
3
-1
/
+4
2023-01-05
chore(deps): upgrade typescript, jest, eslint
Uri Shaked
1
-3
/
+3
2022-04-30
fix(cpu): don't clear RAM on reset #107
Uri Shaked
1
-1
/
+0
2022-02-07
style(instruction.spec): add comments for missing instruction tests and reord...
Dudeplayz
1
-33
/
+103
2022-02-07
test(instruction): add ADD, SUB and WDR unit tests
Dudeplayz
1
-0
/
+54
2022-01-20
perf(cpu): speed up interrupts
Uri Shaked
1
-11
/
+28
2021-10-24
fix(eeprom): EEPROM interrupt not firing #110
Uri Shaked
1
-2
/
+3
2021-09-10
refactor: remove the ICPU interface
Uri Shaked
3
-33
/
+18
2021-09-10
feat(watchdog): implement watchdog timer #106
Uri Shaked
2
-1
/
+12
2021-09-07
fix(gpio): CBI/SBI handling in writes to PIN register #103
Uri Shaked
2
-6
/
+8
2021-08-15
feat(timer): external timer support #97
Uri Shaked
1
-2
/
+1
2021-07-07
feat(gpio): external interrupt/PCINT support (#82)
Uri Shaked
1
-0
/
+2
2021-06-20
perf(cpu): speed up event system
Uri Shaked
1
-25
/
+47
2021-02-19
feat(usart): implement RX #11
Uri Shaked
1
-1
/
+2
2020-12-12
perf(cpu): speed up event system
Uri Shaked
2
-18
/
+59
2020-12-12
test(cpu): fix implicit any error
Uri Shaked
1
-3
/
+5
2020-12-12
fix(cpu): event system issue
Uri Shaked
2
-2
/
+63
2020-12-09
perf!: centeral timekeeping
Uri Shaked
1
-1
/
+44
2020-12-09
refactor: central interrupt handling #38
Uri Shaked
1
-3
/
+76
2020-12-09
test(cpu): improve test name
Uri Shaked
1
-1
/
+1
2020-09-30
fix(cpu): incorrect address for RAMPZ / EIND
Uri Shaked
2
-8
/
+8
2020-09-02
fix(interrupt): broken on ATmega2560
Uri Shaked
2
-1
/
+23
2020-09-02
fix(instruction): EICALL is broken
Uri Shaked
2
-1
/
+3
2020-06-04
test(instruction): extract constants
Uri Shaked
1
-238
/
+274
2020-05-25
feat(timer): Compare Match Output (#45)
Uri Shaked
1
-0
/
+4
2020-04-29
fix(timer): Reading TCNT in 2-cycle instructions
Uri Shaked
1
-12
/
+12
2020-04-28
fix(timer): incorrect high counter byte behavior
Uri Shaked
1
-0
/
+8
2020-04-28
fix(instruction): LD, ST instructions should take 2 clock cycles
Uri Shaked
2
-20
/
+33
2020-04-09
feat(instruction): 22-bit PC support #31
Uri Shaked
3
-20
/
+119
2020-04-09
feat(instruction): implement EICALL, EIJMP #31
Uri Shaked
2
-0
/
+38
2020-04-08
feat(instruction): implement ELPM #31
Uri Shaked
2
-0
/
+71
2020-04-02
test(instruction): use assembly in tests
Uri Shaked
1
-89
/
+91
2020-03-22
refactor: added peripherals and cpu feature folders
lironh
6
-0
/
+1687