- 04 May, 2015 1 commit
-
-
Josef Gajdusek authored
-
- 28 Apr, 2015 1 commit
-
-
Daniel Campora authored
This makes sense since only WLAN is supported here.
-
- 18 Apr, 2015 1 commit
-
-
Damien George authored
-
- 12 Apr, 2015 1 commit
-
-
Daniel Campora authored
This new method allows to assign an static IP to the device.
-
- 19 Mar, 2015 1 commit
-
-
danicampora authored
-
- 11 Mar, 2015 1 commit
-
-
danicampora authored
-
- 21 Feb, 2015 1 commit
-
-
Damien George authored
This is how it should be, so one knows exactly where the includes are coming from.
-
- 06 Feb, 2015 1 commit
-
-
danicampora authored
The port currently implements support for GPIO, RTC, ExtInt and the WiFi subsystem. A small file system is available in the serial flash. A bootloader which makes OTA updates possible, is also part of this initial implementation.
-
- 22 Jan, 2015 1 commit
-
-
Damien George authored
It needs to be scanned by GC. Thanks to Daniel Campora.
-
- 01 Jan, 2015 1 commit
-
-
Damien George authored
-
- 07 Dec, 2014 1 commit
-
-
Damien George authored
Remove include of stm32f4xx_hal.h, replace by include of MICROPY_HAL_H where needed, and make it compile without float support. This makes these 3 modules much more generic and usable by other ports.
-
- 04 Dec, 2014 1 commit
-
-
Damien George authored
This patch overhauls the network driver interface. A generic NIC must provide a set of C-level functions to implement low-level socket control (eg socket, bind, connect, send, recv). Doing this, the network and usocket modules can then use such a NIC to implement proper socket control at the Python level. This patch also updates the CC3K and WIZNET5K drivers to conform to the new interface, and fixes some bugs in the drivers. They now work reasonably well.
-
- 29 Nov, 2014 1 commit
-
-
Damien George authored
This is just a clean-up of the code. Generated code is exactly the same.
-
- 31 Oct, 2014 1 commit
-
-
Damien George authored
-
- 30 Sep, 2014 1 commit
-
-
Damien George authored
As per issue #876, the network module is used to configure NICs (hardware modules) and configure routing. The usocket module is supposed to implement the normal Python socket module and selects the underlying NIC using routing logic. Right now the routing logic is brain dead: first-initialised, first-used. And the routing table is just a list of registered NICs. cc3k and wiznet5k work, but not at the same time due to C name clashes (to be fixed). Note that the usocket module has alias socket, so that one can import socket and it works as normal. But you can also override socket with your own module, using usocket at the backend.
-