782 Commits (31dd312f83464d26b19c6eeed1e0e3e7c8aa30ad)

Author SHA1 Message Date
Damien George 5b3f0b7f39 py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. 9 years ago
Damien George daa1a455c6 stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions. 9 years ago
Damien George 2621f8a340 stmhal: Make stm constants big ints when they don't fit in a small int. 9 years ago
Dave Hylands 8c936edeb2 stmhal: Fix USB on the STM32F429DISC board 9 years ago
Paul Sokolovsky b4c65c253f extmod/fsusermount: Move module qstrs to global pool from stmhal port. 9 years ago
Damien George 401af50dc0 stmhal: Add pyb.irq_stats() to get statistics about IRQ calls. 10 years ago
Dave Hylands b61336483b stmhal: Add mem8/mem16/mem32 operations to machine module. 9 years ago
Fabian d0f31ccf33 stmhal: Change PLL configuration for STM32F7DISC. 9 years ago
Paul Sokolovsky 0e1b5faad5 stmhal, cc3200: Actually implement machine -> umachine module weak link. 9 years ago
Paul Sokolovsky 2eb844e0b4 ports: Rename "machine" module to "umachine". 9 years ago
Paul Sokolovsky be3ae9d13c stmhal/moduselect: Implement "oneshot polling" flag. 9 years ago
Tobias Badertscher c5d8ffef58 stmhal: Extend SPI support to fully support all SPI devices on STM32F429. 9 years ago
Damien George 36ccdc952c stmhal: Make uart init use struct instead of array for parsing args. 9 years ago
Damien George f7c4f9a640 stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx. 9 years ago
Sven Wegener 4651c4381e stmhal: add order-only dependency on build directory 9 years ago
Damien George f54a96d6a2 stmhal/timer: Use mp_float_t instead of float. 9 years ago
neilh10 1be0fde45c stmhal: Enable two USB phys to be supported together. 9 years ago
Dave Hylands f380904bd9 stmhal: Print exception information in nlr_jump_failed 9 years ago
Dave Hylands acc208418b stmhal: Execute boot.py and main.py when formatting the file system. 9 years ago
Ryan Shaw c03dd3b2f9 stmhal: Fix uart off by 1 circular buffer size. 9 years ago
Damien George 66b96822fb stmhal: Add option to free up TIM3 from USB VCP polling. 9 years ago
Damien George dd7d2e0810 stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher. 9 years ago
Damien George f7697ff393 stmhal: Add rtc.init() method to force RTC to re-initialise. 9 years ago
Damien George f4c17378b3 stmhal: Protect SD card DMA transactions against USB MSC contention. 9 years ago
Damien George 95c9cc8114 stmhal: Add raise_irq_pri and restore_irq_pri functions. 9 years ago
Dave Hylands 0077958ad0 stmhal: Put all DMA channel & stream definitions in dma.h 9 years ago
Damien George e9a684d741 stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0. 9 years ago
Damien George 0d9b450701 stmhal: Make uart.write() function correctly for timeout=0. 9 years ago
Ryan Shaw f99491cbf7 stmhal: uart.any() function now returns number of bytes available. 9 years ago
Dave Hylands 3048433809 stmhal: Make stm.mem* support large integers. 9 years ago
Dave Hylands 061eb6fa6b stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all. 9 years ago
Dave Hylands 364bb61df3 stmhal: Allow make DEBUG=1 to build 9 years ago
Tobias Badertscher 8844d031e4 stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 9 years ago
Paul Sokolovsky f0fbab7ca7 extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT. 9 years ago
Paul Sokolovsky 3a1bbcc2ef extmod: Move fsusermount.c from stmhal for cross-port reuse. 9 years ago
Dave Hylands c8437f97ae stmhal: Increase the priority of UART IRQ. 9 years ago
Damien George 65888e2006 stmhal: Process storage idle tick handler in different slot to DMA. 9 years ago
Damien George 36bd10779c stmhal: In SysTick IRQ handler, make uwTick variable non-volatile. 9 years ago
Damien George e99e6c883d stmhal: Move flash storage idle tick handler from TIM3 to SysTick. 9 years ago
Damien George 3cfb02f166 stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used. 9 years ago
Damien George 18820471ae stmhal/irq: Add comment about SDIO priority being higher than DMA. 9 years ago
Damien George 22bd23114a stmhal: On SysTick IRQ, only process one DMA channel at a time. 9 years ago
Damien George 9936aa3f87 stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx. 9 years ago
Damien George 522d454e34 stmhal: Small simplification of code to tickle DMA idle counter. 9 years ago
Dave Hylands 6edffd0df5 stmhal: Add dma support for sdcard. 9 years ago
Dave Hylands b677f03407 stmhal: Turn off DMA clocks when idle for 100 msec 9 years ago
Dave Hylands 9f5486c7e2 stmhal: Put IRQs into priority order. 9 years ago
Damien George 056abbcf31 stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined. 9 years ago
T S 86aa16bea6 stmhal: Implement delayed RTC initialization with LSI fallback. 9 years ago
Paul Sokolovsky 16d42368a6 stmhal/modmachine: Initial attempt to add I2C & SPI classes. 9 years ago