Skip to content
Snippets Groups Projects
Select Git revision
  • d4a874b81e29008713e9de2dd623e62c9f2aa5dc
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

micropython

user avatar
Paul Sokolovsky authored
Previously, sizeof() blindly assumed LAYOUT_NATIVE and tried to align
size even for packed LAYOUT_LITTLE_ENDIAN & LAYOUT_BIG_ENDIAN. As sizeof()
is implemented on a strucuture descriptor dictionary (not an structure
object), resolving this required passing layout type around.
d4a874b8
History
Name Last commit Last update