324 Commits (4747becc6423e8161519ad6850e09137f14742a8)

Author SHA1 Message Date
Damien George bb4c6f35c6 py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. 10 years ago
Damien George fa1ecda3fd stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay. 10 years ago
Damien George 3c4db9f91c stmhal: Add USB_VCP class/object, for direct USB VCP control. 10 years ago
Damien George 94fbe9711a py: Change lexer stream API to return bytes not chars. 10 years ago
Damien George adf0f2ae1a py: Change stream protocol API: fns return uint; is_text for text. 10 years ago
Dave Hylands 5b7fd20fea Add support for storing args during an exception raised by an irq. 11 years ago
blmorris 7a03b5f56a remove Myriad2 board config files from master 10 years ago
blmorris 86f0b31bcf Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bits, default value is 8 10 years ago
Dave Hylands a2e7a1315d Allow DFU_UTIL to be overridden from the environment. 10 years ago
Damien George 951ed9d02f stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
Damien George 1163cb9cb5 stmhal: Change calls to pfenv_printf to pfenv_vprintf. 10 years ago
Paul Sokolovsky cb66f41ebc py: Make print() accept "file" argument, and actually print to stream. 10 years ago
Damien George 1694bc733d py: Add stream reading of n unicode chars; unicode support by default. 10 years ago
Damien George 02bc882c3d stmhal: Add file.flush and os.stat. 10 years ago
blmorris ef204733d6 Initial commit of Myriad2 board-specific configuration files 10 years ago
blmorris 847a6b30b1 Incorporate stylistic changes suggested by @dhylands 10 years ago
blmorris e687fdbcbc Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methods 10 years ago
Damien George 594699bc88 stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair. 10 years ago
Dave Hylands 90ba80dc36 Disable IRQs around sdcard reads. 10 years ago
Damien George 40f3c02682 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
Damien George e70b5dbe58 stmhal: Some reordering of code/functions. 11 years ago
Paul Sokolovsky caa7334141 stackctrl: Add "mp_" prefix. 11 years ago
Dave Hylands 0d81c133b3 Add timer_deinit and call it just before doing a soft-restart 11 years ago
mux 5d44e6a92c Add copysignf 11 years ago
Paul Sokolovsky 5813efd634 stmhal: pyb.adc: Clarify that buffer with elements of any size can be used. 11 years ago
Paul Sokolovsky 8139494e54 stmhal: Include mpconfig.h before all other includes. 11 years ago
Damien George 635b60e299 unix, stmhal: Add option for STR_UNICODE to mpconfigport.h. 11 years ago
Paul Sokolovsky 8a96ebea75 py: Move stack_ctrl_init() to mp_init(). 11 years ago
mux a75e382a9b Change MCU name config micro 11 years ago
Paul Sokolovsky 7a8ab5a730 stmhal: Use stackctrl framework. 11 years ago
Dave Hylands f170735b73 Use mp_const_none to initialize mapper and map_dict 11 years ago
mux 89b38d96c9 Add NORETURN to __fatal_error 11 years ago
mux 5c8db48541 Fix asser_func warning/error 11 years ago
Windel Bouwman b6af4c8104 Added hexfile target 11 years ago
Emmanuel Blot f6932d6506 Prefix ARRAY_SIZE with micropython prefix MP_ 11 years ago
mux fe81eea967 Add MICROPY_HW_MICRO_NAME to boards config 11 years ago
Sven Wegener c3cabf4e33 bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS 11 years ago
Sven Wegener afc67c6dc5 bare-arm, stmhal: Fix --nostdlib to -nostdlib 11 years ago
Damien George bcb3ab451b stmhal: Toggle LED using ODR ^= pin_mask. 11 years ago
Dave Hylands 535b88133c Fix problem with ADC reads and multiple channels 11 years ago
Dave Hylands 4f1b7fec9f Updated teensy to build. 11 years ago
Damien George 2547928148 stmhal: Add Python function to set UART for REPL. 11 years ago
Damien George c0711cbefa stmhal: Fix type signatures on functions that take variable args. 11 years ago
Damien George e79c6696c5 stmhal: Fix file print methods to use print instead of printf. 11 years ago
Damien George 34ab8dd6dd stmhal: Update and improve LCD driver. 11 years ago
mux 5f6f47a688 Make __assert_func weak 11 years ago
mux 00db5c81e1 Add __assert_func only if DEBUG=1 11 years ago
mux 34e7b67d3c Add __assert_func 11 years ago
Damien George 820896746c stmhal, file: Seek to end of file if opened in 'a' mode. 11 years ago
Damien George b7572ad11b stmhal, file: Implement a,x,+ open modes, seek and tell. 11 years ago