build hello fw with GCC Toolchain v2020.04.1 (set GPIO_IOF_EN). Remove obsolete function write_hex

This commit is contained in:
2020-09-02 09:13:01 +02:00
parent 830c1382b9
commit ce24b0f2f2
8 changed files with 2151 additions and 2273 deletions

View File

@ -76,6 +76,4 @@
#define RTC_FREQ 32768
void write_hex(int fd, uint32_t hex);
#endif /* _SIFIVE_HIFIVE1_H */