circuitpython/py
Dan Halbert b6a7613350
Merge pull request #7470 from microdev1/espnow
Add ESP-NOW Support
2023-03-10 12:21:56 -05:00
..
argcheck.c Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
asmarm.c
asmarm.h Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
asmbase.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
asmbase.h
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
asmx86.c
asmx86.h
asmxtensa.c
asmxtensa.h
bc.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
bc.h Explicitly ignore unused variables (fixes #6158) 2022-03-15 22:33:10 -07:00
bc0.h
binary.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
binary.h
builtin.h Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
builtinevex.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
builtinhelp.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
builtinimport.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
circuitpy_defns.mk Merge pull request #7549 from gamblor21/gif_displayio_support 2023-02-21 11:39:29 -08:00
circuitpy_mkenv.mk refactor common port specific Makefile code 2022-11-18 23:00:28 +05:30
circuitpy_mpconfig.h Rename flag. Turn on UTF-8 and flag on unix 2023-02-24 12:23:59 -08:00
circuitpy_mpconfig.mk Merge pull request #7470 from microdev1/espnow 2023-03-10 12:21:56 -05:00
compile.c Fix unix and pre-commit 2022-05-27 15:48:01 -07:00
compile.h
dynruntime.h Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
dynruntime.mk
emit.h
emitbc.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
emitcommon.c
emitglue.c Uncomment or remove debugging changes 2022-07-08 12:53:25 -04:00
emitglue.h
emitinlinethumb.c
emitinlinextensa.c
emitnarm.c
emitnative.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
emitnthumb.c
emitnx64.c
emitnx86.c
emitnxtensa.c
emitnxtensawin.c
enum.c Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
enum.h Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
formatfloat.c py/formatfloat: Format all whole-number floats exactly. 2022-08-09 13:43:47 -04:00
formatfloat.h
frozenmod.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
frozenmod.h Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
gc.c Implement safemode.py 2023-02-13 18:26:38 -05:00
gc.h Add two stage reset for BLE 2022-05-12 13:20:44 -07:00
gc_long_lived.c
gc_long_lived.h
genlast.py run updated pre-commit 2023-02-01 13:38:41 +05:30
grammar.h
lexer.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
lexer.h
makecompresseddata.py
makemoduledefs.py
makeqstrdata.py run updated pre-commit 2023-02-01 13:38:41 +05:30
makeqstrdefs.py fix display of the 'host not found' message 2022-12-01 19:46:17 -06:00
maketranslationdata.py run updated pre-commit 2023-02-01 13:38:41 +05:30
makeversionhdr.py makeversionhdr should be unforgiving 2022-09-16 10:28:53 -05:00
malloc.c pico w: add ssl module 2022-10-05 13:12:43 -04:00
map.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
misc.h pico w: add ssl module 2022-10-05 13:12:43 -04:00
mkenv.mk
mkrules.cmake
mkrules.mk Fix unix and pre-commit 2022-05-27 15:48:01 -07:00
modarray.c
modbuiltins.c save about 112 bytes 2022-10-09 19:22:39 -04:00
modcmath.c
modcollections.c
modgc.c
modio.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
modmath.c Use a function to raise ZeroDivisionError, consistent string 2022-11-30 14:39:30 -06:00
modmicropython.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
modstruct.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
modsys.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
modthread.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
moduerrno.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
mpconfig.h Don't crash when assigning attributes of the GeneratorExit const singleton 2022-11-13 19:52:49 -06:00
mperrno.h
mphal.h
mpprint.c
mpprint.h
mpstate.c
mpstate.h pico w: add ssl module 2022-10-05 13:12:43 -04:00
mpthread.h
mpz.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
mpz.h Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
nativeglue.c
nativeglue.h
nlr.c
nlr.h
nlraarch64.c
nlrpowerpc.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
nlrsetjmp.c
nlrthumb.c Use returns_twice attribute to preserve regs in nlrthumb nlr_push() 2022-12-20 22:18:43 -05:00
nlrx64.c
nlrx86.c
nlrxtensa.c
obj.c Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
obj.h Alphabetize, fix typo and remove incorrect comment 2023-02-23 14:34:54 -08:00
objarray.c add support for array.extend(iterable) 2023-02-06 15:07:26 -08:00
objarray.h Merge MicroPython 1.14 into CircuitPython 2021-05-11 15:07:40 -07:00
objattrtuple.c
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c Use a function to raise ZeroDivisionError, consistent string 2022-11-30 14:39:30 -06:00
objdeque.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objdict.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objenumerate.c
objexcept.c Fix several places where an exception could be chained wrongly 2023-02-10 09:06:47 -06:00
objexcept.h Fix several places where an exception could be chained wrongly 2023-02-10 09:06:47 -06:00
objfilter.c
objfloat.c Use a function to raise ZeroDivisionError, consistent string 2022-11-30 14:39:30 -06:00
objfun.c
objfun.h Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
objgenerator.c Fix several places where an exception could be chained wrongly 2023-02-10 09:06:47 -06:00
objgenerator.h
objgetitemiter.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
objint.c re-use an error message 2022-11-30 14:39:34 -06:00
objint.h
objint_longlong.c Use a function to raise ZeroDivisionError, consistent string 2022-11-30 14:39:30 -06:00
objint_mpz.c Use a function to raise ZeroDivisionError, consistent string 2022-11-30 14:39:30 -06:00
objlist.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objlist.h
objmap.c
objmodule.c don't explicitly register ulab here 2023-02-17 09:21:50 -06:00
objmodule.h Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
objnamedtuple.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objnamedtuple.h
objnone.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
objobject.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objpolyiter.c
objproperty.c Enable squeezing property storage in flash 2022-05-03 08:48:53 -05:00
objproperty.h Enable squeezing property storage in flash 2022-05-03 08:48:53 -05:00
objrange.c Merge some messages 2022-11-30 14:39:47 -06:00
objreversed.c
objset.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objsingleton.c
objslice.c Merge some messages 2022-11-30 14:39:47 -06:00
objstr.c Simplify argument checking to reduce translated strings 2022-11-07 12:37:11 -06:00
objstr.h
objstringio.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objstringio.h
objstrunicode.c Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
objtraceback.c
objtraceback.h
objtuple.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
objtuple.h update espnow api 2023-01-23 23:51:10 +05:30
objtype.c Avoid null pointer dereference when no kwargs 2023-01-01 16:56:53 -06:00
objtype.h Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
objzip.c
opmethods.c
pairheap.c
pairheap.h
parse.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
parse.h
parsenum.c Use a standard validator 2022-11-30 14:39:33 -06:00
parsenum.h
parsenumbase.c
parsenumbase.h
persistentcode.c save about 112 bytes 2022-10-09 19:22:39 -04:00
persistentcode.h Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
profile.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
profile.h
proto.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
proto.h
py.cmake
py.mk use python based msgfmt 2023-02-13 11:22:35 +05:30
pystack.c
pystack.h
qstr.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
qstr.h
qstrdefs.h Remove unused static qstrs 2022-11-30 12:06:15 -06:00
reader.c
reader.h
repl.c
repl.h
ringbuf.c update espnow api 2023-01-23 23:51:10 +05:30
ringbuf.h update espnow api 2023-01-23 23:51:10 +05:30
runtime.c Fix several places where an exception could be chained wrongly 2023-02-10 09:06:47 -06:00
runtime.h Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
runtime0.h Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
runtime_utils.c
scheduler.c
scope.c
scope.h
sequence.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
showbc.c Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
smallint.c
smallint.h
stackctrl.c
stackctrl.h
stream.c When reading data from a file into a str, check if it's utf-8 2022-08-12 08:25:27 -05:00
stream.h
unicode.c
unicode.h
usermod.cmake
vm.c do not chain exceptions to themselves 2023-01-04 08:40:20 -06:00
vmentrytable.h
vstr.c
warning.c