Skip to content

Commit

Permalink
Merge branch 'feature/esp32s2' into 'master'
Browse files Browse the repository at this point in the history
esp32s2: update based on FPGA 9.0

See merge request idf/xtensa-overlays!3
  • Loading branch information
antmak committed Jun 20, 2019
2 parents 30d3046 + ac00ec5 commit fe9a594
Show file tree
Hide file tree
Showing 11 changed files with 571 additions and 65 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@
#define XCHAL_M_STAGE 3

#undef XTENSA_MARCH_LATEST
#define XTENSA_MARCH_LATEST 270008
#define XTENSA_MARCH_LATEST 270009

#undef XTENSA_MARCH_EARLIEST
#define XTENSA_MARCH_EARLIEST 270008
#define XTENSA_MARCH_EARLIEST 270009


#endif /* !XTENSA_CONFIG_H */
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@
#define XCHAL_M_STAGE 3

#undef XTENSA_MARCH_LATEST
#define XTENSA_MARCH_LATEST 270008
#define XTENSA_MARCH_LATEST 270009

#undef XTENSA_MARCH_EARLIEST
#define XTENSA_MARCH_EARLIEST 270008
#define XTENSA_MARCH_EARLIEST 270009


#endif /* !XTENSA_CONFIG_H */
Loading

0 comments on commit fe9a594

Please sign in to comment.