FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for examples - itschina/micropython · GitHub
itschina
/
micropython
Public
forked from
micropython/micropython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
micropython
examples
on
master
User selector
Datepicker
Commit history
Commits on Feb 15, 2023
examples/bluetooth: Fix check for _conn_handle being None.
Show description for e1f211c
dpgeorge
committed
e1f211c
View commit details
Copy full SHA for e1f211c
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
examples/rp2: Add comment that examples using IO25 don't work on Pico W.
Show description for 35524a6
dpgeorge
committed
35524a6
View commit details
Copy full SHA for 35524a6
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
top: Update Python formatting to black "2023 stable style".
Show description for 8b27482
jimmo
committed
8b27482
View commit details
Copy full SHA for 8b27482
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
examples/embedding: Rework example to use ports/embed.
Show description for 4f3780a
dpgeorge
committed
4f3780a
View commit details
Copy full SHA for 4f3780a
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example.
Show description for 209a6bb
stigbjorlykke
authored and
dpgeorge
committed
209a6bb
View commit details
Copy full SHA for 209a6bb
View code at this point
Browse repository at this point
Commits on Nov 23, 2022
examples/usercmodule: Add example of a native C class.
Show description for a67989a
laurensvalk
authored and
dpgeorge
committed
a67989a
View commit details
Copy full SHA for a67989a
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.
Show description for 17f2783
jimmo
authored and
dpgeorge
committed
17f2783
View commit details
Copy full SHA for 17f2783
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
top: Replace upip with mip everywhere.
Show description for 924a3e0
jimmo
committed
924a3e0
View commit details
Copy full SHA for 924a3e0
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
py/obj: Convert make_new into a mp_obj_type_t slot.
Show description for 94beeab
jimmo
authored and
dpgeorge
committed
94beeab
View commit details
Copy full SHA for 94beeab
View code at this point
Browse repository at this point
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Show description for 6da41b5
jimmo
authored and
dpgeorge
committed
6da41b5
View commit details
Copy full SHA for 6da41b5
View code at this point
Browse repository at this point
py/obj: Add accessors for type slots and use everywhere.
Show description for a52cd5b
jimmo
authored and
dpgeorge
committed
a52cd5b
View commit details
Copy full SHA for a52cd5b
View code at this point
Browse repository at this point
py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t.
Show description for e8355eb
jimmo
authored and
dpgeorge
committed
e8355eb
View commit details
Copy full SHA for e8355eb
View code at this point
Browse repository at this point
all: Simplify buffer protocol to just a "get buffer" callback.
Show description for fb2a578
jimmo
authored and
dpgeorge
committed
fb2a578
View commit details
Copy full SHA for fb2a578
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
extmod/modframebuf: Add ellipse drawing method.
peterhinch
authored and
dpgeorge
committed
42ec970
View commit details
Copy full SHA for 42ec970
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
all: Remove MICROPY_PY_IO_FILEIO config option.
Show description for 8f4c108
dpgeorge
committed
8f4c108
View commit details
Copy full SHA for 8f4c108
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
all: Fix paths to mpy-cross and micropython binaries.
Show description for 47c8428
musteresel
authored and
dpgeorge
committed
47c8428
View commit details
Copy full SHA for 47c8428
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
examples/embedding: Remove obsolete axtls build target.
Show description for 5e20dcf
dpgeorge
committed
5e20dcf
View commit details
Copy full SHA for 5e20dcf
View code at this point
Browse repository at this point
shared/readline: Use MP_REGISTER_ROOT_POINTER().
Show description for 81dbea1
dlech
authored and
dpgeorge
committed
81dbea1
View commit details
Copy full SHA for 81dbea1
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.
Show description for c118b5d
dlech
authored and
dpgeorge
committed
c118b5d
View commit details
Copy full SHA for c118b5d
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
examples/natmod/features3: Add example to test more natmod features.
Show description for 1f1afae
dpgeorge
committed
1f1afae
View commit details
Copy full SHA for 1f1afae
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
all: Remove third argument to MP_REGISTER_MODULE.
Show description for efe23ac
dpgeorge
committed
efe23ac
View commit details
Copy full SHA for efe23ac
View code at this point
Browse repository at this point
Commits on May 25, 2022
py/builtin: Clean up and simplify import_stat and builtin_open config.
Show description for 5956466
dpgeorge
committed
5956466
View commit details
Copy full SHA for 5956466
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
examples/embedding: Fix build with updated sys and os modules.
Show description for b083cdb
dpgeorge
committed
b083cdb
View commit details
Copy full SHA for b083cdb
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
unix/Makefile: Remove explicit addition of -std=c++ flag.
Show description for 8bb50c6
stinos
authored and
dpgeorge
committed
8bb50c6
View commit details
Copy full SHA for 8bb50c6
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
all: Update Python formatting to latest Black version 22.1.0.
Show description for ab2923d
dpgeorge
committed
ab2923d
View commit details
Copy full SHA for ab2923d
View code at this point
Browse repository at this point
Commits on Sep 16, 2021
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Show description for b326edf
jimmo
authored and
dpgeorge
committed
b326edf
View commit details
Copy full SHA for b326edf
View code at this point
Browse repository at this point
Commits on Jul 12, 2021
all: Update to point to files in new shared/ directory.
Show description for 136369d
dpgeorge
committed
136369d
View commit details
Copy full SHA for 136369d
View code at this point
Browse repository at this point
Commits on Apr 16, 2021
rp2/rp2_pio: Add fifo_join support for PIO.
Show description for f842a40
tjvr
authored and
dpgeorge
committed
f842a40
View commit details
Copy full SHA for f842a40
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
examples/embedding: Fix example so it compiles again.
Show description for 42035e5
santtu
authored and
dpgeorge
committed
42035e5
View commit details
Copy full SHA for 42035e5
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
examples/usercmodules: Simplify user C module enabling.
Show description for d87f42b
dpgeorge
committed
d87f42b
View commit details
Copy full SHA for d87f42b
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
examples/usercmodule: Add micropython.cmake to the C and CPP examples.
Show description for cc497d4
Gadgetoid
authored and
dpgeorge
committed
cc497d4
View commit details
Copy full SHA for cc497d4
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Show description for ad4656b
dpgeorge
committed
ad4656b
View commit details
Copy full SHA for ad4656b
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
examples/rp2: Add pio_uart_rx.py example.
Show description for 3ea05e4
tjvr
authored and
dpgeorge
committed
3ea05e4
View commit details
Copy full SHA for 3ea05e4
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
rp2: Add new port to Raspberry Pi RP2 microcontroller.
Show description for 469345e
dpgeorge
committed
469345e
View commit details
Copy full SHA for 469345e
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
examples/bluetooth: Add bonding/passkey demo.
Show description for f6fd46c
jimmo
authored and
dpgeorge
committed
f6fd46c
View commit details
Copy full SHA for f6fd46c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL