9 Commits (d5c45a80d250021527c737d194b6debe10ab9dbb)

Author SHA1 Message Date
David Grayson f80d040c03 rp2/modrp2: Disable other core, shorten delay to 8us in bootsel_button. 2 years ago
Tomofumi Inoue 673957b643 rp2/modrp2: Support reading the BOOTSEL button on the Pico board. 2 years ago
Jim Mussared a377302623 extmod/modnetwork: Add network.hostname() and network.country(). 2 years ago
robert-hh acadc0a7dc rp2/modmachine: Move dht_readinto() to the machine module. 2 years ago
Damien George 50e46552c0 rp2: Integrate CYW43xx WiFi driver. 2 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Jim Mussared 62f00a43d5 rp2: Make port-specific modules use MP_REGISTER_MODULE. 3 years ago
iabdalkader 908e4cf5c3 rp2: Add support for DHT11 and DHT22 sensors. 3 years ago
Damien George 469345e728 rp2: Add new port to Raspberry Pi RP2 microcontroller. 4 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 21a60935a5 py/modarray: Rename "array" module to "uarray". 5 years ago
Andrew Leech cf22f4793c py: Allow registration of modules at their definition. 6 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Damien George cbf7674025 py: Add MP_ROM_* macros and mp_rom_* types and use them. 9 years ago
Damien George 51dfcb4bb7 py: Move to guarded includes, everywhere in py/ core. 10 years ago
Damien George 3b603f29ec Use MP_DEFINE_CONST_DICT macro to define module dicts. 10 years ago
Paul Sokolovsky cb78f862cb py: Allow to disable array module and bytearray type. 11 years ago
Paul Sokolovsky 59c675a64c py: Include mpconfig.h before all other includes. 11 years ago
Emmanuel Blot f6932d6506 Prefix ARRAY_SIZE with micropython prefix MP_ 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 6d3c5e4301 Add ARRAY_SIZE macro, and use it where possible. 11 years ago
Damien George 8b0535e23f py: Change module globals from mp_map_t* to mp_obj_dict_t*. 11 years ago
Damien George df6567e634 Merge map.h into obj.h. 11 years ago
Damien George caac542b23 Proper support for registering builtin modules in ROM. 11 years ago