OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /neorv32/trunk/sw/bootloader
    from Rev 9 to Rev 11
    Reverse comparison

Rev 9 → Rev 11

/bootloader.c
67,7 → 67,7
/** Bootloader status LED at GPIO output port (0..15) */
#define STATUS_LED (0)
/** SPI flash boot image base address */
#define SPI_FLASH_BOOT_ADR (0x00040000)
#define SPI_FLASH_BOOT_ADR (0x00800000)
/** SPI flash chip select at spi_csn_o */
#define SPI_FLASH_CS (0)
/** Default SPI flash clock prescaler for serial peripheral interface */
171,6 → 171,9
// Processor hardware initialization
// ------------------------------------------------
 
// reset system time
neorv32_mtime_set_time(0);
 
// deactivate unused IO devices
neorv32_clic_disable();
neorv32_pwm_disable();

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.