Daniel Campora
|
57fa14b5be
|
cc3200: New WLAN API including test.
|
9 years ago |
Daniel Campora
|
dbdcb58d64
|
cc3200: New irq API, affects all classes that provide the irq method.
|
9 years ago |
Daniel Campora
|
dffa9f6da6
|
cc3200: New SD and RTC API plus os and time modules' extensions.
|
9 years ago |
Daniel Campora
|
06d93b36f9
|
cc3200: Correct safe boot level 1 blinking period.
|
9 years ago |
Daniel Campora
|
22b4c28f85
|
cc3200: New ADC API.
|
9 years ago |
Daniel Campora
|
0e52d9860a
|
tests/wipy: Improve I2C tests.
|
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
|
e77abc261b
|
cc3200: Default peripheral ID support on I2C.
|
9 years ago |
Daniel Campora
|
c69642a460
|
cc3200: Increase error led blynk period to 100ms
|
9 years ago |
Daniel Campora
|
3c4b78e166
|
cc3200: Keep overwriting the same image on sequential updates.
|
9 years ago |
Daniel Campora
|
7d6b6f6681
|
cc3200: Make UART choose default id when not given.
|
9 years ago |
Daniel Campora
|
4ba9b34012
|
cc3200: Reduce servers cycle time to improve FTP transfer rate.
|
9 years ago |
Daniel Campora
|
f352fe82a5
|
tests/wipy: Add I2C tests.
|
9 years ago |
Daniel Campora
|
7c87747db0
|
cc3200: Disable some uPy features in debug mode to help code fit.
|
9 years ago |
Daniel Campora
|
425958b616
|
cc3200: Add SDcard pin af on index 8.
|
9 years ago |
Daniel Campora
|
d936317143
|
cc3200: New I2C API.
|
9 years ago |
Daniel Campora
|
359b4e9ed9
|
cc3200: Refactor pin af assigment functions.
|
9 years ago |
Daniel Campora
|
1d399c3c88
|
cc3200: Improve file system check routine.
|
9 years ago |
Daniel Campora
|
4d7fa05b43
|
cc3200: Improve Pin and UART implementation.
Deassign pins af before assigning. Make uart.any() return the
correct value everytime, this requires interrupts to be always
enabled.
|
9 years ago |
Daniel Campora
|
4054c4eadd
|
cc3200: Remove I2C inline documentation (sphinx is on the lead).
|
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.
Also remove pin.high() and pin.low() methods.
|
9 years ago |
Daniel Campora
|
d5e256486e
|
cc3200: Re-work Pin class according to the new API.
Also add relevant test.
|
9 years ago |
Daniel Campora
|
42054c3cad
|
cc3200: Add mphal error to raise hardware related exceptions.
|
9 years ago |
Daniel Campora
|
598aad2140
|
cc3200: Fix bug in pybsleep remove.
|
9 years ago |
Daniel Campora
|
475c60eefc
|
cc3200: Add alt param to Pin constructor.
|
9 years ago |
Daniel Campora
|
86854c7071
|
cc3200: Adapt smoke.py for the new pin API.
|
9 years ago |
Daniel Campora
|
e3f8777ee8
|
cc3200: Implement new Pin API.
|
9 years ago |
Daniel Campora
|
ec8589e4c9
|
cc3200: Improve uniflash script and make it a bit more verbose.
|
9 years ago |
Daniel Campora
|
b864e7afe4
|
cc3200: Remove the UART0 programming pins from the smoke test.
|
9 years ago |
Daniel Campora
|
0e978349a5
|
cc3200: Correct smoke test expected result.
|
9 years ago |
Daniel Campora
|
e9fa7625f4
|
cc3200: Correct WLAN constructor argument checking.
|
9 years ago |
Daniel Campora
|
c0c07fb1b6
|
cc3200: Don't clear the WDT special bit in the bootloader.
|
9 years ago |
Daniel Campora
|
aa8e8acb7d
|
cc3200: Change HeartBeat period from 5 to 4 seconds.
|
9 years ago |
Daniel Campora
|
f837d166e5
|
cc3200: Fix typo in modpyb.
|
9 years ago |
Daniel Campora
|
9249242119
|
cc3200: Remove unneeded loops in the FreeRTOS hooks.
|
9 years ago |
Daniel Campora
|
641a3d39e1
|
cc3200: Make sure to update sleep objects when registered.
|
9 years ago |
Daniel Campora
|
6ff2d54347
|
cc3200: Small renaming in wdt functions for the sake of consistency.
|
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.
The nss param in the pyboard has a different meaning that doesn't
apply to the WiPy.
|
9 years ago |
Daniel Campora
|
ea5061e409
|
cc3200: Improve callback API.
Rename "wakes" param to "wake_from" and make "value" an object
instead of an integer.
|
9 years ago |
Daniel Campora
|
4c5bfe2d10
|
cc3200: Server side SSL socket requires both certfile and keyfile.
|
9 years ago |
Daniel Campora
|
7027fd5343
|
cc3200: Make ADC API compatible with the pyboard.
|
9 years ago |
Daniel Campora
|
7da2fdc3cd
|
cc3200: On the first boot, always make AP ssid='wipy-wlan'.
On the first boot don't add the MAC address, this is to speed up
factory testing.
|
9 years ago |
Daniel Campora
|
2673374d18
|
cc3200: Refactor PRCM special user bits implementation.
|
9 years ago |
Daniel Campora
|
651c870d77
|
cc3200: Speed up file system checking during start-up.
|
9 years ago |