| author | |
| committer | |
| log | 51962172f70c919ab0e89937216a65aef4a06307 |
| tree | cb143b6fbc588814fd38134b1ebdd7eb80065b0f |
| parent | c49f7fbffdc15a67cce4d6f144b0f3488e34a5e3 |
| signature |
This is the MCU that the overwhelming majority of hobbyists target.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Target.zig+1| ... | ... | @@ -2086,6 +2086,7 @@ pub const Cpu = struct { |
| 2086 | 2086 | else => generic(arch), |
| 2087 | 2087 | }, |
| 2088 | 2088 | .xcore => &xcore.cpu.xs1b_generic, |
| 2089 | .xtensa => &xtensa.cpu.esp32, | |
| 2089 | 2090 | .wasm32, .wasm64 => &wasm.cpu.lime1, |
| 2090 | 2091 | |
| 2091 | 2092 | else => generic(arch), |