366 Commits (4a27ad040ed2db463e734e4ec84aecdd2787c219)

Author SHA1 Message Date
danicampora 9011815d86 docs/wipy: Fix bug in example code and add note regarding OTA. 9 years ago
Martijn Koster a13d22f921 docs/wipy: Fix several typos and change some pyboard to WiPy. 9 years ago
Martijn Koster c773053f58 docs/wipy: Fix several typos. 9 years ago
danicampora 359a8aa760 docs/wipy: Fix error in WLAN quickref. 9 years ago
Paul Sokolovsky b7ab70c71c docs: USB_VCP: Always in non-blocking mode, clarify stream method returns. 9 years ago
Paul Sokolovsky cf6daa0966 docs: Explicitly specify behavior of UART stream protocol methods on timeout. 9 years ago
danicampora ee7bebc94f docs: Correct machine.RTC examples. 9 years ago
danicampora 4efed58df1 docs: Fix typos on wipy docs. 9 years ago
danicampora 9273cca432 docs/wipy: Correct typo in safe boot description. 9 years ago
danicampora 126373ac70 docs/wipy: Remove windows instructions that refer to the pyboard. 9 years ago
danicampora e954604ae0 docs: Add remark about ssl sockets and standard sockets. 9 years ago
Damien George fe08e3a54f docs: Bump version to 1.5. 9 years ago
danicampora 3b24e83731 docs/wipy: Fix formatting indentation. 9 years ago
danicampora bb489066e8 docs/wipy: Remove incorrect references to usb configuration. 9 years ago
danicampora 109b363ddc docs/wipy: Add more tutorials and examples. 9 years ago
danicampora ee0058d174 docs: Remove remaining references to 'af', which is now 'alt'. 9 years ago
danicampora ceb169008d docs: Several corrections to the classes in the machine module. 9 years ago
danicampora 04db848dc7 docs: Add usocket and ussl modules' documentation. 9 years ago
danicampora 9c72c71c05 cc3200: WLAN class can retrieve the existing instance. 9 years ago
danicampora 8faf2dc75b docs/wipy: Add wipy tutorials section. 9 years ago
danicampora 36ae417c9f docs: Add wipy and network.server documentation. 9 years ago
danicampora 020386b61c docs: In top index fix machine module link for the WiPy. 9 years ago
danicampora 4542643025 docs: Update all WiPy docs to reflect the new API. 9 years ago
Damien George d6442407f5 docs: Fix formatting of DAC code examples. 9 years ago
Damien George b5c43be135 stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12. 9 years ago
Damien George 845b5a2a58 docs: Describe properly how MCU can be woken from pyb.standby() state. 9 years ago
Radomir Dopieralski 37ab061f4d docs: Update esp8266 documentation to match the code. 9 years ago
Damien George 5572f735b6 docs: Bump version to 1.4.6. 9 years ago
Daniel Campora dffa9f6da6 cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
Daniel Campora 861fad5819 docs: Adapt WiPy's ADC doc and quickref to the new API. 9 years ago
Daniel Campora aba75e1233 cc3200: New SPI API. 9 years ago
Daniel Campora 624cdeacc4 docs/wipy: Add pins to the I2C constructor. 9 years ago
Daniel Campora 41f6948545 cc3200: New WDT API. 9 years ago
Daniel Campora 8332044f75 cc3200: Add UART.ODD and UART.EVEN to select parity. 9 years ago
Daniel Campora d5ec336eef cc3200: Replace Pin.PULL_NONE with None. 9 years ago
Daniel Campora f38d16483a docs: Update I2C and UART docs to match the new API. 9 years ago
Daniel Campora f91f212d9f cc3200: New UART API plus related test. 9 years ago
Daniel Campora 36821d095a cc3200: Add alternate functions list to Pin object. 9 years ago
Daniel Campora d5e256486e cc3200: Re-work Pin class according to the new API. 9 years ago
Daniel Campora aa8e8acb7d cc3200: Change HeartBeat period from 5 to 4 seconds. 9 years ago
Daniel Campora 11d21081b4 cc3200: Rework SD API. Increase heap to avoid malloc failures. 9 years ago
Daniel Campora 34c290b678 cc3200: Rename SPI nss param to cs. 9 years ago
Daniel Campora ea5061e409 cc3200: Improve callback API. 9 years ago
Damien George 032b0e9369 docs: Bump version to 1.4.5. 9 years ago
Daniel Campora 7027fd5343 cc3200: Make ADC API compatible with the pyboard. 9 years ago
Daniel Campora 31f6a6fa70 cc3200: Enable bootloader safe boot on latest firmware. 9 years ago
Daniel Campora e54a4f1f48 cc3200: Improve support for WEP security. 9 years ago
Daniel Campora d43019163d docs: Add i2c keywork arguments only indication. 9 years ago
Daniel Campora 00c4d6562e cc3200: Add nic.iwconfig() to set/get WLAN configuration. 9 years ago
Daniel Campora c6926c374d cc3200: Make I2C and SPI API the same as in stmhal. 9 years ago