1. 13 7月, 2023 2 次提交
  2. 15 6月, 2023 2 次提交
  3. 21 3月, 2023 1 次提交
  4. 25 9月, 2022 1 次提交
  5. 19 9月, 2022 3 次提交
  6. 03 5月, 2022 1 次提交
  7. 28 4月, 2022 1 次提交
  8. 04 2月, 2022 1 次提交
  9. 01 2月, 2022 1 次提交
  10. 14 12月, 2021 1 次提交
  11. 16 9月, 2021 1 次提交
  12. 29 4月, 2021 1 次提交
  13. 18 12月, 2020 1 次提交
  14. 29 10月, 2020 1 次提交
  15. 02 6月, 2020 1 次提交
  16. 05 4月, 2020 1 次提交
  17. 28 2月, 2020 1 次提交
  18. 13 2月, 2020 1 次提交
    • D
      py: Add mp_raise_msg_varg helper and use it where appropriate. · ad7213d3
      Damien George 提交于
      This commit adds mp_raise_msg_varg(type, fmt, ...) as a helper for
      nlr_raise(mp_obj_new_exception_msg_varg(type, fmt, ...)).  It makes the
      C-level API for raising exceptions more consistent, and reduces code size
      on most ports:
      
         bare-arm:   +28 +0.042%
      minimal x86:  +100 +0.067%
         unix x64:   -56 -0.011%
      unix nanbox:  -300 -0.068%
            stm32:  -204 -0.054% PYBV10
           cc3200:    +0 +0.000%
          esp8266:   -64 -0.010% GENERIC
            esp32:  -104 -0.007% GENERIC
              nrf:  -136 -0.094% pca10040
             samd:    +0 +0.000% ADAFRUIT_ITSYBITSY_M4_EXPRESS
      ad7213d3
  19. 04 10月, 2019 1 次提交
    • C
      stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs. · 0096041c
      Chris Mason 提交于
      STM32F0 has PCLK=48MHz and maximum ADC clock is 14MHz so use PCLK/4=12MHz
      to stay within spec of the ADC peripheral.  In pyb.ADC set common sampling
      time to approx 4uS for internal and external sources.  In machine.ADC
      reduce sample time to approx 1uS for external source, leave internal at
      maximum sampling time.
      0096041c
  20. 12 9月, 2019 1 次提交
  21. 06 9月, 2019 1 次提交
  22. 04 9月, 2019 1 次提交