Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: bcm2835 Clear Filter

nimbme – Nim bare-metal environment

nimbme Nim bare-metal environment for embedded targets. headless mode Actual implemented target: raspberry pi1 / pi zero (bcm2835) General target requirements: at least 4KiB ram at least 20KiB flash 1 UART for terminal 1 hardware timer [cycle counter] software interrupt mechanism features cooperative scheduler (actual simple round-robin scheme / deadline-scheduler planned) code runs under system-mode (armv6) async programming model (requirement: do not block the event loop) easy po