bluetooth icon indicating copy to clipboard operation
bluetooth copied to clipboard

nrf: clean up code after CGo improvements

Open aykevl opened this issue 2 years ago • 0 comments

Make use of a few new features in TinyGo:

  • Functions and globals in header files are supported.
  • Static functions are supported.

This allows us to remove workarounds specifically used for the lack of support for static functions.

This is a draft because it depends on https://github.com/tinygo-org/tinygo/pull/2776.

aykevl avatar Apr 13 '22 20:04 aykevl