437 Commits (e0381424ccfb445c72cebd24acd1c4a22974a3e8)

Author SHA1 Message Date
Damien George b697c89009 extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 8 years ago
Damien George 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 8 years ago
Damien George 56506fd64a cc3200: Convert to use new VFS sub-system and new ooFatFs library. 8 years ago
Paul Sokolovsky 3a3543251f cc3200/modusocket: Remove deprecated socket.error. 8 years ago
Damien George bfa948c0a5 cc3200: Add implementations of mp_import_stat and builtin_open. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George 4d7fba83a6 cc3200: Convert to use builtin help function. 8 years ago
Paul Sokolovsky 044f96c330 cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Paul Sokolovsky b315d76b6b cc3200/README: Reorganize and update to the current state of affairs. 8 years ago
Paul Sokolovsky 0748143a4c cc3200: Add targets to erase flash, deploy firmware using cc3200tool. 8 years ago
Paul Sokolovsky 45a8cc8f0b cc3200: make: Rename "deploy" target to "deploy-ota". 8 years ago
Paul Sokolovsky 514b82900c cc3200/README: (Re)add information about accessing REPL on serial. 8 years ago
Paul Sokolovsky 076b80467b cc3200: Enable UART REPL by default. 8 years ago
Paul Sokolovsky 25f44c19f1 cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting). 8 years ago
Damien George 2d329c4a56 extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. 8 years ago
Damien George 304cfda8c4 py/stream: Move ad-hoc ioctl constants to stream.h and rename them. 8 years ago
Paul Sokolovsky f14e9187ac cc3200: Update for moduselect moved to extmod/. 8 years ago
Damien George e5ef15a9d7 py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. 8 years ago
Damien George 6b239c271c py: Factor out persistent-code reader into separate files. 8 years ago
Damien George 3f8bb80eb2 cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed. 8 years ago
Paul Sokolovsky 7602dc5f32 cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API. 8 years ago
Damien George aed3b5b7ba cc3200/tools/smoke.py: Change readall() to read(). 8 years ago
Paul Sokolovsky 59a1201da9 all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Damien George 17ba6ef5fa cc3200: Fix thread mutex's so threading works with interrupts. 8 years ago
Damien George 5c93d0b916 cc3200: Enable loading of precompiled .mpy files. 8 years ago
Damien George 628799cd36 cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional. 8 years ago
Damien George 50ddaafa6a cc3200: Use mp_raise_XXX helper functions to reduce code size. 8 years ago
daniel a0d97fe408 cc3200: Add ssl_version argument to ssl.wrap_socket(). 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Damien George f3b5480be7 stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Damien George 675d1c9c60 ports: Remove typedef of machine_ptr_t, it's no longer needed. 8 years ago
Damien George 8766bc02dc cc3200, teensy: Remove broken malloc/free/realloc macro helpers. 8 years ago
Damien George d862a7b811 cc3200: Remove obsolete singleton heart-beat object. 8 years ago
Damien George 842c2c74c0 cc3200: Allow to compile bootloader with threading enabled. 8 years ago
Damien George 469c623bb8 cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location. 9 years ago
Damien George e098eac195 cc3200: Start the simplelink spawn task using the static task creator. 9 years ago
Damien George 5b8e884573 cc3200: Remove .boot section attribute from osi_TaskCreate function. 9 years ago
Damien George 1d5aa9d245 cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION. 9 years ago
Damien George 53562213c8 cc3200: Enable the GIL. 9 years ago
Damien George fa2ac93c3a cc3200/mpthreadport: Move mem alloc outside the thread_mutex lock. 9 years ago
Damien George 757146efe3 cc3200/mpthreadport: Scan more root pointers from thread data. 9 years ago
Damien George 17886828c8 cc3200/gccollect: Use MP_STATE_THREAD(stack_top) to get top of stack. 9 years ago
Damien George 3b0fbfe4e5 cc3200/mpthreadport: Properly initialise the main thread's data. 9 years ago
Damien George 27241293c4 cc3200/mpthreadport: Make mutex statically allocated. 9 years ago
Damien George 0455755296 cc3200: Use xTaskCreateStatic instead of osi_TaskCreate. 9 years ago
Damien George c9520c591b cc3200: Fix call to new exception to be _msg instead of _arg1. 9 years ago
Damien George df95f52583 py/modthread: Allow to properly set the stack limit of a thread. 9 years ago