tinygo/src
Ayke van Laethem 47dc76fc34 nrf: give more flexibility in picking SPI speeds
Instead of only allowing a limited number of speeds, use the provided
speed as an upper bound on the allowed speed. The reasoning is that
picking a higher speed than requrested will likely result in malfunction
while picking a lower speed will usually only result in slower
operation.
This behavior matches the ESP32 at least.
2020-10-18 22:11:03 +02:00
..
device arm64: Add support for system calls (SVC) 2020-10-03 20:07:51 +02:00
examples machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PWM pins. Also adds some useful constants to clarify peripheral clock usage 2020-08-30 09:27:17 +02:00
internal arm: automatically determine stack sizes 2020-08-27 19:23:22 +02:00
machine nrf: give more flexibility in picking SPI speeds 2020-10-18 22:11:03 +02:00
os support WASI target (#1373) 2020-09-29 21:58:03 +02:00
reflect extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
runtime runtime: add cheap atomic condition variable 2020-10-14 13:35:00 +02:00
sync extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
syscall support WASI target (#1373) 2020-09-29 21:58:03 +02:00
testing testing: implement some benchmark stubs 2020-10-09 15:22:19 +02:00