Commits
User selector
Commit History
Commits on Aug 1, 2016
cc3200, teensy: Remove broken malloc/free/realloc macro helpers.
Show description for 8766bc0committed
Commits on Jun 28, 2016
- committed
cc3200: Allow to compile bootloader with threading enabled.
Show description for 842c2c7committedcc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.
Show description for 469c623committedcc3200: Start the simplelink spawn task using the static task creator.
Show description for e098eaccommittedcc3200: Remove .boot section attribute from osi_TaskCreate function.
Show description for 5b8e884committedcc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.
Show description for 1d5aa9dcommitted- committed
cc3200/mpthreadport: Move mem alloc outside the thread_mutex lock.
Show description for fa2ac93committed- committed
- committed
- committed
cc3200/mpthreadport: Make mutex statically allocated.
Show description for 2724129committedcc3200: Use xTaskCreateStatic instead of osi_TaskCreate.
Show description for 0455755committed- committed
py/modthread: Allow to properly set the stack limit of a thread.
Show description for df95f52committedcc3200: Add basic threading capabilities.
Show description for eef4f13committed- committed
cc3200: Update FreeRTOS to v9.0.0.
Show description for 5c0fc73committed
Commits on Jun 18, 2016
all: Rename mp_obj_type_t::stream_p to protocol.
Show description for 07209f8committed
Commits on May 2, 2016
stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.
Show description for 70ff735committed
Commits on Apr 25, 2016
cc3200, stmhal, teensy: Use pyhelp_print_obj function.
Show description for 104aa26authored andcommitted
Commits on Apr 16, 2016
py: Add rules for automated extraction of qstrs from sources.
Show description for d76c65fauthored andcommitted
Commits on Apr 14, 2016
py: Declare help, input, open builtins in core.
Show description for 9b0714bcommitted
Commits on Apr 13, 2016
ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.
Show description for 6eb17c3committed
Commits on Apr 5, 2016
Commits on Feb 26, 2016
- committed
danicampora
Commits on Feb 22, 2016
- committed
danicampora
Commits on Feb 21, 2016
- committed
danicampora - committed
danicampora - committed
danicampora cc3200: Simplify the Timer API and correct the documents.
Show description for 73c9f85committed
danicamporacc3200: Improve robustness of the I2C driver.
Show description for 562bcffcommitted
danicamporacc3200: Finally fix the Timer class API.
Show description for ed8db2ecommitted
danicampora