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
/
tests
/
wipy
/
wlan
Age
Commit message (
Collapse
)
Author
2021-03-15
run code formatting script
microDev
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2016-02-22
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
2016-02-22
tests/wipy: Correct machine test expected result.
danicampora
2015-10-19
cc3200: WLAN class can retrieve the existing instance.
danicampora
2015-10-19
tests/wipy: Make WLAN test more stable.
danicampora
2015-10-19
docs: Add wipy and network.server documentation.
danicampora
2015-10-19
cc3200: Refactor network module to make the server a propper object.
danicampora
2015-10-17
cc3200: In scan results rename 'auth' field to 'sec'.
danicampora
As defined by the new API, since 'auth' is actually a tuple composed by the security type and the key.
2015-09-27
tests/wipy: Fix error in wlan test.
Daniel Campora
2015-09-27
tests/wipy: Add machine module tests.
Daniel Campora
2015-09-27
cc3200: Rename pyb module to machine.
Daniel Campora
2015-09-27
cc3200: New WLAN API including test.
Daniel Campora