This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
llgo
Watch
1
Star
0
Fork
0
You've already forked llgo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
90a16e8c909f49d4637c4c4b6b5799e64ebbcc8c
llgo
/
_demo
/
targetsbuild
/
C
/
c.go
14 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
_demo/empty exports Reset_Handler and handleHardFault (to compatible with tinygo)
2025-08-21 22:18:14 +08:00
package
C
func
XhandleHardFault
(
)
{
}
func
Reset_Handler
(
)
{
}
add handleInterrupt into _demo/targetsbuild
2025-08-22 07:39:18 +08:00
func
XhandleInterrupt
(
)
{
}
Reference in New Issue
Copy Permalink