Support for the SiFive HiFive1b RISC-V board.  
More...
Support for the SiFive HiFive1b RISC-V board. 
 | 
| file   | arduino_iomap.h | 
|   | Mapping from MCU pins to Arduino pins for the SiFive HiFive1b board. 
  | 
|   | 
| file   | board.h | 
|   | Board specific definitions for the SiFive HiFive1b RISC-V board. 
  | 
|   | 
| file   | periph_conf.h | 
|   | Peripheral specific definitions for the HiFive1b RISC-V board. 
  | 
|   | 
 | 
| 
void  | board_init_clock (void) | 
|   | Initialize the board clock to use PLL and faster SPI access. 
  | 
|   | 
◆ LED0_OFF
◆ LED0_ON
◆ LED0_PIN
      
        
          | #define LED0_PIN   GPIO_PIN(0, 22) /* Red */ | 
        
      
 
 
◆ LED0_TOGGLE
◆ LED1_OFF
◆ LED1_ON
◆ LED1_PIN
      
        
          | #define LED1_PIN   GPIO_PIN(0, 19) /* Green */ | 
        
      
 
 
◆ LED1_TOGGLE
◆ LED2_OFF
◆ LED2_ON
◆ LED2_PIN
      
        
          | #define LED2_PIN   GPIO_PIN(0, 21) /* Blue */ | 
        
      
 
 
◆ LED2_TOGGLE
◆ XTIMER_HZ
      
        
          | #define XTIMER_HZ   (32768UL) |