11166 Commits (fbefcef1df377e9205392f8656ae70eab00d9559)
 

Author SHA1 Message Date
Damien George fbefcef1df extmod/btstack: Add empty modbluetooth implementation. 5 years ago
Damien George d35fefe30a lib: Add BlueKitchen BTstack submodule. 5 years ago
Damien George 0ac06a510a extmod/modbluetooth: Extract out gatts_db functionality from nimble. 5 years ago
Damien George 894c550c86 stm32: Refactor bluetooth stack/hci/driver bindings. 5 years ago
Damien George c44d52f33e extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk. 5 years ago
Damien George 44aa5b2200 stm32/modnetwork: Remove redundant call to nimble_poll in lwip poll. 5 years ago
MikeTeachman 8db5d2d1f1 tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross. 5 years ago
Damien George 3e0b46b9af unix/file: Don't raise OSError(EINVAL) on sys.stdin/out/err.flush(). 5 years ago
Damien George 9c07c973c1 examples/natmod: Add .gitignore to ignore generated example .mpy files. 5 years ago
Damien George 1993c8cf9a py/builtinevex: Support passing in a bytearray/buffer to eval/exec. 5 years ago
Damien George 54a54f5872 CODECONVENTIONS.md: Update to reflect use of new tools/codeformat.py. 5 years ago
Damien George f6375ac3eb travis: Add CI job to check code formatting. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places. 5 years ago
Damien George b86075ef1f py/parse: Add parenthesis around calculated bit-width in struct. 5 years ago
Damien George 3c58d9a1a5 examples/bluetooth/ble_temperature_central.py: Shorten comment. 5 years ago
Damien George a0441fc15d examples/accellog.py: Shift long comments to their own line. 5 years ago
Damien George 17aeb43e18 py: Un-nest configuration #if/#endif's for selection of complex code. 5 years ago
Damien George 7768a8c38d py/malloc: Put { on separate line for funcs that have selective sigs. 5 years ago
Damien George 73670ef281 unix/unix_mphal: Adjust #if in mp_hal_stdin_rx_chr to improve format. 5 years ago
Damien George a642241a12 py/builtinimport: Adjust if-block order in find_file to clean up #if's. 5 years ago
Damien George 2b50afaee4 py/bc0.h: Shift comment to start of line to improve format consistency. 5 years ago
Damien George a1b18b3ba7 py: Removing dangling "else" to improve code format consistency. 5 years ago
Damien George 4b23e98fb0 tools/codeformat.py: Add formatter using uncrustify for C, black for Py. 5 years ago
hahmadi b169904254 stm32/mpconfigport.h: Add option to have custom help text. 5 years ago
Jim Mussared 54db464a1b tests/basics/array1.py: Add equality testing for array. 5 years ago
Jim Mussared 3ccce89b83 py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview. 5 years ago
stijn 2d800c77a0 travis: Add OSX build to CI. 5 years ago
Jim Mussared f8449dd092 extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer. 5 years ago
Damien George f6d99bc795 py/dynruntime.h: Add implementation of mp_obj_cast_to_native_base. 5 years ago
Damien George 9344e876bb py/objtype: Allow mp_instance_cast_to_native_base to take native obj. 5 years ago
Damien George d3b2c6e44c py/objtuple: Remove code that handles tuple-subclass equality test. 5 years ago
Damien George 819380c964 tests/basics: Add test for tuple compare with class derived from tuple. 5 years ago
Damien George a636837987 tools/makemanifest.py: Support freezing with empty list of mpy files. 5 years ago
Damien George 410757f4f4 unix/mphalport.h: Fix build when MICROPY_USE_READLINE=0. 5 years ago
Jim Mussared a9ce8dfdaa esp32: Move to IDF 4.0 release version. 5 years ago
David Lechner 4adcaa4423 unix/mpthreadport: Fix Mac build by using SIGUSR1 if SIGRTMIN not avail. 5 years ago
Damien George 1fccda049f py/objexcept: Rename mp_obj_new_exception_msg_varg2 to ..._vlist. 5 years ago
Jim Mussared cddb90e8b0 extmod/modbluetooth_nimble: Fix wrong offset used for descriptor flags. 5 years ago
Jim Mussared 66ac2e1fc0 extmod/modbluetooth.h: Fix typo in comment about registering services. 5 years ago
Andrew Leech 3fe83e4318 stm32/sdram: Fix compile issue from unused sdram startup test flag. 5 years ago
Thomas Friebel f4726735cf extmod/modbluetooth: Implement config getter for BLE rxbuf size. 5 years ago
David Lechner 3bd2ae1a36 unix/mpthreadport: Use SIGRTMIN+5 instead of SIGUSR1 for thread-GC. 5 years ago
Damien George ce39c958ef py: Factor out definition of mp_float_union_t to one location. 5 years ago
Damien George ac8383a95d nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG. 5 years ago
Damien George 6ad3bb1e12 nrf: Remove custom "random" module and use extmod version instead. 5 years ago
cccc 4f3e5ea934 nrf/drivers/bluetooth: Fix variable initialisation error with older gcc. 5 years ago
David Lechner 4af79e7694 unix/Makefile: Allow to install all variants of the executable. 5 years ago
David Lechner c5f4268c99 unix/variants/standard: Fix role of PREFIX when used to install. 5 years ago
Peter Hinch d2f22ea953 drivers/nrf24l01: Change pipe addrs in test to match Arduino addrs. 5 years ago