1. 31 1月, 2020 7 次提交
  2. 30 1月, 2020 9 次提交
  3. 29 1月, 2020 2 次提交
    • D
      py/mpthread.h: Use strong type for mp_thread_set_state() argument. · b72cb0ca
      David Lechner 提交于
      This modifies the signature of mp_thread_set_state() to use
      mp_state_thread_t* instead of void*.  This matches the return type of
      mp_thread_get_state(), which returns the same value.
      
      `struct _mp_state_thread_t;` had to be moved before
      `#include <mpthreadport.h>` since the stm32 port uses it in its
      mpthreadport.h file.
      b72cb0ca
    • D
      stm32/powerctrl: For F7, allow PLLM!=HSE when setting PLLSAI to 48MHz. · a542c6d7
      Damien George 提交于
      PLLM is shared among all PLL blocks on F7 MCUs, and this calculation to
      configure PLLSAI to have 48MHz on the P output previously assumed that PLLM
      is equal to HSE (eg PLLM=25 for HSE=25MHz).  This commit relaxes this
      assumption to allow other values of PLLM.
      a542c6d7
  4. 27 1月, 2020 4 次提交
  5. 26 1月, 2020 5 次提交
  6. 24 1月, 2020 4 次提交
  7. 23 1月, 2020 7 次提交
  8. 22 1月, 2020 2 次提交