Skip to content
Snippets Groups Projects
Select Git revision
  • f49b61a19c79372ee6fc9ff02d1360db2861adae
  • master default protected
  • feat/run-py
  • feat/py-trng
  • rahix/freertos10
  • ch3/leds-api
  • ch3/genapi-refactor
  • ch3/dual-core
  • dualcore
9 results

build_image.sh

Blame
  • Forked from card10 / firmware
    Source project has a limited visibility.
    mphalport.h 182 B
    #include "py/mpconfig.h"
    
    /* TODO: Replace this with a proper implementation */
    static inline mp_uint_t mp_hal_ticks_ms(void)
    {
    	return 0;
    }
    
    void mp_hal_set_interrupt_char(char c);