10000 pygate v1.20.2.rc11 by peter-pycom · Pull Request #475 · pycom/pycom-micropython-sigfox · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

pygate v1.20.2.rc11 #475

Merged
merged 124 commits into from
Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
09446ac
Merge pull request #136 from pycom/v1.20.2.rc9_Dev_againagain
peter-pycom Jun 10, 2020
c6ecc23
Fix for speedy Bluetooth NOTIFY events (subsequent call will overwrit…
herrfrei Jun 9, 2020
f91880c
Update the implementation to be the same as GATTS
geza-pycom Jun 9, 2020
c1319b5
Merge pull request #137 from geza-pycom/PR453
Jun 12, 2020
0c07c4f
esp32: Add initial SX1308 SPI drivers for the Pygate.
oligauc Sep 13, 2019
68fdaf7
esp32: Add first working version of the SX1308 drivers for the
oligauc Sep 13, 2019
b50535b
esp32/tools: Add pygate test script for the RPi.
oligauc Sep 13, 2019
acfd56f
loragw_hal.c: Fix time on air calculation.
oligauc Sep 13, 2019
0b8659b
Added the lora packet formard code
oligauc Sep 16, 2019
72ca55e
First compiling lora packet forwarder
oligauc Sep 17, 2019
fc51b5c
Removed unused header
oligauc Sep 17, 2019
781a8fe
Passing global conf from python, bug fixes, etc
oligauc Sep 22, 2019
bd300b8
Added missing header file
oligauc Sep 23, 2019
f47f190
Increased stack size, reduced queue size,etc
oligauc Oct 1, 2019
1b560c8
increased pthread stack size + added HAL over com
peter-pycom Apr 6, 2020
66f5540
Changing api names for mcu hal part
Oct 2, 2019
0e84971
lora packets recieved
Oct 2, 2019
124cd87
Adjusted timestamps
peter-pycom Apr 6, 2020
c195bb1
Up/Down stream Working
Oct 10, 2019
5500af8
removed RadioB_EN pin
Oct 10, 2019
8ab8f51
updated IDF files + minor updates
Oct 14, 2019
4eba01c
Added Deinit function for pygate + callback for pygate status
Oct 14, 2019
69bbe49
updated Jenkinsfile
Oct 15, 2019
60f0391
Decreased Stack size of TimerSync and Jit tasks to accommodate for Lo…
Oct 15, 2019
5af123c
Drivers provided by Daniel Campora
Xykon Oct 7, 2019
fc96885
dhcp working
Oct 25, 2019
28a415a
Working Driver - issue in DNS
Oct 27, 2019
63940d2
wlan/eth coexistance update
Nov 3, 2019
748f0e5
Update to modeth
Nov 6, 2019
4773f4d
minor update to tasks periority
Nov 7, 2019
ba1a8b4
reverted priority update as it could block system
Nov 8, 2019
3ee738a
redo 6f14391ae: IDF dd4005a50 "disable ble SMP and enabled Ext Spiram…
peter-pycom Apr 2, 2020
08802cc
IDF ae1a6090a
peter-pycom Apr 6, 2020
841360a
lora_pkt_fwd: improve logging
peter-pycom Apr 8, 2020
72ed70b
ksz8851: debug
peter-pycom Apr 16, 2020
7d95ed6
lorapf: fix numeric overflow causing packages to be assumed from the …
peter-pycom Apr 16, 2020
8c99657
ksz8851: debug spurious interrupts (WIP)
peter-pycom Apr 16, 2020
d96b8df
ksz8851: memory self test
peter-pycom Apr 22, 2020
c8d85cc
ksz8851: disable 100Mbit
peter-pycom Apr 22, 2020
80ad6dd
eth: start eth tasks only upon first usage
peter-pycom Apr 22, 2020
43b5e73
lora_pkt_fwd: sanitize debug messages
peter-pycom Apr 22, 2020
e2d1acb
ksz8851: disable powersave
peter-pycom Apr 29, 2020
ea56f17
modeth: logging
peter-pycom Apr 29, 2020
5a27a45
ksz8851: don't read interrupt status during isr
peter-pycom Apr 29, 2020
b732394
modeth: prioritize RX over TX
peter-pycom Apr 29, 2020
9599d82
modeth: logging
peter-pycom Apr 29, 2020
c09ebee
disable 100MBit
peter-pycom May 4, 2020
dd1cfcd
ksz8851: wait for invalid/error packet to clear
peter-pycom May 4, 2020
48dd260
modeth: disable interrupt around process_rx/tx
peter-pycom May 4, 2020
486c16a
log raw frames
peter-pycom May 8, 2020
6ef2ca6
ksz8851 read REG_RX_FHR_BYTE_CNT upfront
peter-pycom May 8, 2020
b24282f
modeth: log rxqcr
peter-pycom May 8, 2020
94e7799
fix: clear whole rx buffer address
peter-pycom May 8, 2020
c986862
ftp: add ETH support (WIP)
peter-pycom May 12, 2020
b571950
add build flags PYETH_ENABLED and PYGATE_ENABLED
peter-pycom May 14, 2020
934c8a9
kzx8851: print errors even without debug
peter-pycom May 19, 2020
20ac250
modeth: disable eth.register() for release
peter-pycom May 19, 2020
a4e7a9a
revert SERVERS_CYCLE_TIME_MS to 2
peter-pycom May 20, 2020
cedd91d
ksz8851: fix warning
peter-pycom May 20, 2020
9bdc3e4
modeth: protect spi with portDISABLE_INTERRUPTS()
peter-pycom May 20, 2020
2925713
PyEth: disable LoRa module
peter-pycom May 22, 2020
10081c0
pygate/pyeth: make SRC_QSTR
peter-pycom May 25, 2020
16b7047
pygate/pyeth: make defaults
peter-pycom May 25, 2020
971208e
cleanup logging and comments
peter-pycom May 29, 2020
baa6a97
lora_pkt_fwd: print RSSI
peter-pycom Jun 3, 2020
2066bf9
lora_pkt_fwd: dbg
peter-pycom Jun 4, 2020
e5e5d95
ksz8851: fix indentation
peter-pycom Jun 9, 2020
2e2b97f
ksz8851: align RX on DWord
peter-pycom Jun 9, 2020
3500493
modeth: debug
peter-pycom Jun 9, 2020
b5d92f6
modeth: fix ftp corruption
peter-pycom Jun 9, 2020
d9fd08c
lorapf: refactored logging
peter-pycom Jun 11, 2020
08fa571
lorapf: add machine.pygate_debug_level()
peter-pycom Jun 11, 2020
bedcd47
modeth: processInterrupt() when KSZ8851_INT_PIN is stuck
peter-pycom Jun 15, 2020
70aa29c
ksz8851: protect all SPI access with portDISABLE_INTERRUPTS
peter-pycom Jun 15, 2020
e5630cb
Revert "updated Jenkinsfile"
peter-pycom Jun 15, 2020
c638b3f
IDF:b39468b LWIP: copy fx buffer coming from modeth
peter-pycom Jun 15, 2020
2720c4e
Merge pull request #138 from pycom/pygate_v7
peter-pycom Jun 16, 2020
8cdf766
CoAP and Sigfox Module Switches (#139)
salal-m Jun 16, 2020
97f7d37
modeth: cleanup debug code
peter-pycom Jun 16, 2020
179ebe8
Make: add PYGATE variant
peter-pycom Jun 17, 2020
667e9b4
moduos: refactor uname
peter-pycom Jun 17, 2020
c245dc2
moduos: add pygate version number
peter-pycom Jun 17, 2020
7e14299
Merge pull request #141 from pycom/pygate_release_fw
peter-pycom Jun 17, 2020
2801459
modpycom: clarify error for too long nvs key
peter-pycom Jun 18, 2020
57f9e04
Merge pull request #142 from pycom/nvs_too_long
peter-pycom Jun 18, 2020
e4cf315
revert the renaming of esp32/build/ to esp32/build-BASE/
peter-pycom Jun 18, 2020
45aa5d1
delete outdated docs copy
peter-pycom Jun 18, 2020
26adae2
LTE: lazy init the task
peter-pycom Jun 25, 2020
d85d5b7
Jenkins: remove --depth=1
peter-pycom Jun 23, 2020
7b5c41d
Jenkins: use IDF_HASH
peter-pycom Jun 23, 2020
6bb77ec
Fixed the handling of timeoffset in utime.mktime
salal-m Jun 30, 2020
f4f0285
pygate log
peter-pycom Jun 30, 2020
5647786
IDF c61fe6485
peter-pycom Jun 30, 2020
58c297e
update fw_updater: 1.16.4 23bb839
peter-pycom Jul 1, 2020
72eacde
PyJTAG: clarify revisions
peter-pycom Jul 1, 2020
bd8fd3b
Merge pull request #153 from pycom/wipy_mktime_issue
Jul 2, 2020
2f0ea01
[pybytes] updated to v1.5.2 (pymesh BR fix)
Jul 8, 2020
630aa1f
Merge pull request #158 from pycom/pybytes_1.5.2
Jul 8, 2020
a5caef6
update version numbers pygate+fw
peter-pycom Jul 9, 2020
9384d0d
Adding support for AT commands that are longer than 124 bytes.
ftylitak Apr 6, 2020
4312085
Fix bug when deciding if task response will be send in xRxQueue based…
ftylitak Apr 13, 2020
12b7177
Fixed changes recommended by @peter-pycom
ftylitak Jul 16, 2020
b8c4e08
Merge branch 'Dev' into sync_Dev
peter-pycom Jul 17, 2020
2279f99
Merge pull request #162 from pycom/sync_Dev
peter-pycom Jul 17, 2020
006011c
Merge remote-tracking branch 'insighio/support-long-at-commands' into…
peter-pycom Jul 17, 2020
1df6dbf
formatting
peter-pycom Jul 21, 2020
2dc02fe
Fixed sx1308_timer_read_us to return correct time in us
salal-m Jul 23, 2020
a97b4f8
Merge pull request #165 from pycom/pygate_1308_timer_fix
peter-pycom Jul 23, 2020
499e857
Merge pull request #164 from pycom/long_at
peter-pycom Jul 27, 2020
9f39039
Merge pull request #144 from pycom/remove_outdated_docs
peter-pycom Jul 27, 2020
70ad79c
Updater update (as from the public repo)
Xykon Aug 4, 2020
1fe9e43
Merge pull request #170 from pycom/update_updater
Xykon Aug 6, 2020
fcf0816
added copyright messages to pygate
gijsio Aug 7, 2020
8b00592
Differential Firmware Update Support (#169)
salal-m Aug 7, 2020
6129101
commit to get Jenkins running again
gijsio Aug 7, 2020
74e7bd1
Merge pull request #171 from pycom/copyright-header-fixes
gijsio Aug 11, 2020
f7856c0
print(most of the) pygate debug messages to telnet
gijsio Aug 18, 2020
9225fb3
made some minor changes
gijsio Aug 18, 2020
54de96e
added the ability to printf %i
gijsio Aug 18, 2020
944fb2f
Merge pull request #176 from pycom/pygate_debug-fix
gijsio Aug 18, 2020
ff43a1f
Merge branch 'master' into release_v1.20.2.rc11
peter-pycom Aug 24, 2020
13594f3
Merge pull request #159 from pycom/release_v1.20.2.rc11
peter-pycom Aug 24, 2020
781f369
Merge branch 'Dev' into sync_Dev
peter-pycom Aug 25, 2020
aeabdce
Merge pull request #178 from pycom/release_pygate_v1.20.2.rc11
peter-pycom Aug 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

# Build directories
######################
esp32/build/*
esp32/build-PYBYTES/*
esp32/build/
esp32/build-*/
mpy-cross/build/*
# This map file is generated here instead of the build folder...
mpy-cross/*.map
Expand Down
16 changes: 16 additions & 0 deletions Jenkinsfile
D7AF
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
def buildVersion
def boards_to_build = ["WiPy", "LoPy", "SiPy", "GPy", "FiPy", "LoPy4"]
def variants_to_build = [ "PYBYTES" ]
// FIXME: there must be a better way of adding PYGATE to Jenkins, but it evades me :(
def pygate_boards_to_build = ["WiPy", "GPy", "LoPy4"]
def pygate_variants_to_build = [ "PYGATE" ]
def boards_to_test = ["00ec51"]
def open_thread

Expand Down Expand Up @@ -40,6 +43,19 @@ node {
parallel parallelSteps
}
}

for (board in pygate_boards_to_build) {
stage(board) {
def parallelSteps = [:]
for (variant in pygate_variants_to_build) {
board_variant = board + "_" + variant
open_thread = 'off'
parallelSteps[board_variant] = boardBuild(board, variant, open_thread)
}
parallel parallelSteps
}
}

stash includes: '**/*.tar.gz', name: 'binary'
stash includes: 'tests/**', name: 'tests'
stash includes: 'tools/**', name: 'tools'
Expand Down
161 changes: 0 additions & 161 deletions docs/2wipy/general.rst

This file was deleted.

167 changes: 0 additions & 167 deletions docs/2wipy/quickref.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/2wipy/tutorial/index.rst

This file was deleted.

Loading
0