index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
modnwcc3k.c
Age
Commit message (
Expand
)
Author
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-29
stmhal: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-02
stmhal/modnwcc3k: Add include for mp_hal_delay_ms.
Damien George
2017-03-02
stmhal: Use mp_hal_delay_ms instead of HAL_Delay.
Damien George
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-05-10
stmhal: For network drivers, convert to use MP_Exxx errno symbols.
Damien George
2016-05-10
stmhal: Convert to use internal errno symbols; enable uerrno module.
Damien George
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-10-11
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
Paul Sokolovsky
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-04-18
stmhal: Remove std.h. It's not needed anymore.
Damien George
2015-01-22
stmhal: Make CC3K object static, so it's only registered once as NIC.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-04
stmhal: Overhaul network drivers; has generic network protocol in C.
Damien George