This website works better with JavaScript.
Home
Explore
Help
Sign In
bernd
/
smart-home
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
No Description
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37
Commits
2
Branches
Tree:
cab19c7994
atmega_88
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'cab19c7994'
${ noResults }
smart-home
/
base-station
/
firmware
/
openocd-disable-watchdog.cfg
openocd-disable-watchdog.cfg
97B
History
Raw
1
2
3
4
kl25.cpu configure -event reset-init {
echo "Disabling watchdog..."
mww 0x40048100 0x0
}